summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-29Rework the xxxVERBOSE option to share the common module-hook-basedpgoyette
2021-06-27Fix PR lib/55931blymn
2021-06-27Fix SSP buildchristos
2021-06-24Fix printf format for size_tmartin
2021-06-24Make sure we don't use wide char routines when DISABLE_WCHAR is inblymn
2021-06-22Rework the fix for lib/56224.blymn
2021-06-22Fix how the slk are drawn by making sure we use ins_wchar in theblymn
2021-06-22Fix the debug output to stop spamming out the aline for row 0, weblymn
2021-06-21fix proplib deprecationchristos
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-15Correct a previous fix for PR lib/56224.blymn
2021-06-15PR/56247: Greg A. Woods: printf("%La", LDBL_MIN) dumps corechristos
2021-06-10Add missing newline to debug trace messagemcf
2021-06-09ossaudio(3): continue getting capabilities if AUDIO_GETFORMAT failsnia
2021-06-09vfork.2: clarify posix_spawn recommendation, pointed out by krenia
2021-06-08ossaudio(3): nested switch statements are hard to read, refactornia
2021-06-08ossaudio(3): refactor library into separate filesnia
2021-06-08vfork.2: recommend posix_spawn insteadnia
2021-06-08Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST.hannken
2021-06-06Fix for PR lib/56224blymn
2021-06-01Fix initial line hash calculation for subwindowsmcf
2021-05-30Don't warn about frame pointer use for clang either.joerg
2021-05-29wresize: don't bound pads to the size of the screennia
2021-05-25POSIX sez:thorpej
2021-05-24Clarify what happens when you longjmp(..., 0).riastradh
2021-05-16PR bin/56042kre
2021-05-15__newwin - fix BGWCOL initialization.uwe
2021-05-09ossaudio: Set handle on OSSv4 mixer devicesnia
2021-05-09libossaudio: Various OSSv4 fixes to allow reference programs to compilenia
2021-05-08avoid accessing stack garbage.mrg
2021-05-06PR/56148: Andreas Gustafsson: lib/libc/stdio/t_printf:snprintf_float testchristos
2021-05-05PR/56147: Miroslav Lichvar: Avoid memory leak if strdup fails.christos
2021-05-03Add links for the other functions documented in arc4random(3).simonb
2021-05-03Whitespace police.simonb
2021-04-26use GCC_NO_IMPLICIT_FALLTHRU.mrg
2021-04-25Use ${MACHINE_MIPS64}christos
2021-04-22PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current onchristos