summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-12-12fix typos in word "operation(s)".andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-10s/unaccessible/inaccessible/andvar
2021-12-08s/efficent/efficient/ in comments.andvar
2021-12-07s/listner/listener/andvar
2021-12-05PR/56538: coypu: For compat ctime and friends (when time_t was 32 bits)christos
2021-12-05jemalloc.3: fix malformed CVS Idrillig
2021-12-05s/supress/suppress/msaitoh
2021-12-05s/succesful/successful/ in comment.msaitoh
2021-12-05s/numberic/numeric/ in comment.msaitoh
2021-11-27Trailing whitespaceskrll
2021-11-24Decorate the VAX signal trampoline with the appropriate .cfithorpej
2021-11-24Decorate the SuperH signal trampoline with the appropriate .cfithorpej
2021-11-23Decorate the ARM signal trampoline with the appropriate .cfithorpej
2021-11-23Because the PC is not a general purpose register on aarch64, we needthorpej
2021-11-21Decorate the m68k signal trampoline with the appropriate .cfithorpej
2021-11-21Decorate the powerpc signal trampoline with the appropriate .cfithorpej
2021-11-20Use the DWARF pseudo-register for the signal trampoline return address.thorpej
2021-11-19Mention that fchmod conforms to XPG 4.2. Bump date.wiz
2021-11-18Decorate the MIPS signal trampoline with the appropriate .cfithorpej
2021-11-15More cleanups and typo corrections.kre
2021-11-15Clean up.wiz
2021-11-15Sort SEE ALSO.wiz
2021-11-15Add man pages for posix_spawn_file_actions_add{f,}chdir from piyushchristos
2021-11-07fix various typos, mainly s/prefered/preferred/andvar
2021-11-07Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdevachristos
2021-11-03CFI: Saved RA needs to point to the PC slot in the ucontext_t.thorpej
2021-11-03Set up the CFI in a slightly more rational way.thorpej
2021-11-02fts(3): Use reallocarr instead of realloc(x * y), eliminate a temporarynia
2021-11-02Adjust for new __sigaction_siginfo symbol.thorpej
2021-11-01Version the sigaction(2) libc wrapper. The new version uses the "siginfo"thorpej
2021-11-01Don't mention the "struct sigaltstack" name of "stack_t".thorpej
2021-10-31Tidy up how __sigaction14_sigtramp.c is added to SRCS.thorpej
2021-10-30Put back the sigcontext sigtramp code.christos
2021-10-29Add "--" 'options end' parameter to the sh -c call that runs thekre
2021-10-29reallocarr does not set errno.nia
2021-10-29citrus: Use calloc instead of malloc'ing and clearing the array manuallynia
2021-10-29scandir(3): Convert malloc(x * y) and realloc(x * y) to reallocarrnia
2021-10-29radixsort(3): use reallocarr instead of malloc(x * y)nia
2021-10-29wcsdup(3): use reallocarr to catch integer overflownia
2021-10-28Fix typo in comment: allows, not alows.riastradh
2021-10-28Use .Sq instead of a dangling .Sokim
2021-10-27getaddrinfo(3): malloc + memset -> callocnia
2021-10-27fix problem with uninitialized variable on malformed 32 bit time.christos
2021-10-27- Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-24setlocale.3: minor updates to reflect the current implementationgutteridge
2021-10-23Add support for the EVFILT_EMPTY filter, which is activated when thethorpej
2021-10-22Fix build failureryoon
2021-10-22Change to code and documentation from 2021a -> 2021echristos