summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-03-12setmode(3): use reallocarr instead of realloc(x * y)nia
2022-03-12setmode(3): use reallocarr instead of malloc(x * y)nia
2022-03-12hcreate(3): use reallocarr instead of malloc(x * y)nia
2022-02-15membar_ops(3): xref bus_dma, bus_space in SEE ALSO section tooriastradh
2022-02-13fix few typos in comments and log message.andvar
2022-02-13Fix typopgoyette
2022-02-11libc/getenv: remove trailing whitespacerillig
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2022-01-24s/begining/beginning/ in comments and messages.andvar
2022-01-17PR/56640: Kimmo Suominen: Correct HISTORY section.christos
2022-01-04s/compnent/component/andvar
2022-01-04exec(3): execlpe() first argument should be named "file"uwe
2022-01-04getopt_long(3): "index" is an argument, not a field.uwe
2022-01-04getopt_long(3): use NULL, not 0, for flag in the example.uwe
2022-01-02ptsname(3): fix equivalence exampleuwe
2022-01-01zero out the tzh structure to fix reproducibile builds.christos
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