summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-07-19There's no need to adjust `iov' in the error path.christos
2021-07-16When fflush fails, adjust pointers and the io vectors. From RVP. Fixeschristos
2021-07-11Make sure dd_size is init'd, even when nothing has been read (so itkre
2021-07-09Don't adjust the buffers when write returns 0. This happens with fmemopenchristos
2021-07-08Include the 0 return from write. Although the real write system call doeschristos
2021-07-08Obey EINTR and return immediately adjusting for unwritten. From RVPchristos
2021-07-06Handle EINTR, from RVP.christos
2021-07-06Ensure that the stack is always 16-byte aligned by rounding sizes as needed.thorpej
2021-07-05Account for partial writes when interrupted (from FreeBSD).christos
2021-07-04libc: remove special handling for lintrillig
2021-07-03PR/56246: Yuichiro Naito: gprof(1) never show call graphs when profilingchristos
2021-06-30Do previous differtly by pushing two registers in the same way as theskrll
2021-06-30The _INVOKE_CERROR macro deals with thumb so simplify the code (at theskrll
2021-06-30Trailing whitespaceskrll
2021-06-30Fix previous. For Thumb-1:rin
2021-06-29Align sp to 8-byte boundary as required by EABI.rin
2021-06-18PR/56260: Alex Richardson: Out-of-bounds stack read in lib/libc/gen/vis.cchristos
2021-06-16PR port-arm/55897rin
2021-06-15PR/56247: Greg A. Woods: printf("%La", LDBL_MIN) dumps corechristos
2021-06-09vfork.2: clarify posix_spawn recommendation, pointed out by krenia
2021-06-08vfork.2: recommend posix_spawn insteadnia
2021-06-08Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST.hannken
2021-05-30Don't warn about frame pointer use for clang either.joerg
2021-05-25POSIX sez:thorpej
2021-05-24Clarify what happens when you longjmp(..., 0).riastradh
2021-05-06PR/56148: Andreas Gustafsson: lib/libc/stdio/t_printf:snprintf_float testchristos
2021-05-03Add links for the other functions documented in arc4random(3).simonb
2021-05-03Whitespace police.simonb
2021-04-25Use ${MACHINE_MIPS64}christos
2021-04-22PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current onchristos
2021-04-20Instead of compiling files with -fcommon, create an include file and declarechristos
2021-04-14for GCC, built memset.c with -fno-builtin. this avoids GCC 10 compilingmrg
2021-04-13pass dest buffer size to strncpy() and ensure nul termination.mrg
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-04-12use -fcommon where necessary.mrg
2021-03-30libc/gen: fix hack for previously unsupported lint initializersrillig
2021-03-28Document EINVAL for out of range socket address lengths.dholland
2021-03-27In getvfsstat(2), clarify that the size argument is in bytes.dholland
2021-03-17Remove superfluous article.wiz
2021-03-17Clarify use of open flags in open(2).dholland
2021-03-11Underscore is a word character (thanks uwe@)christos
2021-03-11Remove trailing whitespace.wiz
2021-03-11improve wording.christos
2021-03-11Document the "C" language escapes supported in GNU mode.christos
2021-03-11recognize the "C" language backslash escapes like gnu does (except b whichchristos
2021-03-11s/skiping/skipping/msaitoh
2021-03-10Add manpage links for asysctl(3) and asysctlbyname(3), already describedsimonb
2021-03-01Merge tzcode-2021achristos
2021-02-26arrange for tools buildchristos
2021-02-26Arrange for tools buildchristos