| Age | Commit message (Expand) | Author |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-10 | s/unaccessible/inaccessible/ | andvar |
| 2021-12-05 | s/numberic/numeric/ in comment. | msaitoh |
| 2021-11-15 | More cleanups and typo corrections. | kre |
| 2021-11-15 | Clean up. | wiz |
| 2021-11-15 | Sort SEE ALSO. | wiz |
| 2021-11-15 | Add man pages for posix_spawn_file_actions_add{f,}chdir from piyush | christos |
| 2021-11-07 | Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva | christos |
| 2021-11-02 | fts(3): Use reallocarr instead of realloc(x * y), eliminate a temporary | nia |
| 2021-10-29 | Add "--" 'options end' parameter to the sh -c call that runs the | kre |
| 2021-10-29 | scandir(3): Convert malloc(x * y) and realloc(x * y) to reallocarr | nia |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-09-11 | popen.3: move popenve from BUGS to HISTORY | rillig |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-07 | typo | dholland |
| 2021-07-11 | Make sure dd_size is init'd, even when nothing has been read (so it | kre |
| 2021-06-18 | PR/56260: Alex Richardson: Out-of-bounds stack read in lib/libc/gen/vis.c | christos |
| 2021-05-24 | Clarify what happens when you longjmp(..., 0). | riastradh |
| 2021-05-03 | Add links for the other functions documented in arc4random(3). | simonb |
| 2021-05-03 | Whitespace police. | simonb |
| 2021-04-20 | Instead of compiling files with -fcommon, create an include file and declare | christos |
| 2021-04-12 | use -fcommon where necessary. | mrg |
| 2021-03-30 | libc/gen: fix hack for previously unsupported lint initializers | rillig |
| 2021-03-11 | s/skiping/skipping/ | msaitoh |
| 2021-03-10 | Add manpage links for asysctl(3) and asysctlbyname(3), already described | simonb |
| 2021-02-26 | Fix xref, add missing word. | wiz |
| 2021-02-26 | Add missing endutent.3 to MAN. | rin |
| 2021-02-26 | put back line accidentally removed. | christos |
| 2021-02-26 | PR/56012: Kouichi Hashikawa: getutent(3) man page is missing | christos |
| 2021-02-21 | isascii.3: fix typo | rillig |
| 2021-02-17 | Document that rewinddir(3) might either reopen or just lseek the dir. | dholland |
| 2021-02-17 | Fix some typos/malapropisms in directory(3). | dholland |
| 2020-09-22 | remove getentropy bits | nia |
| 2020-08-20 | When not compiling -DSMALL permit use of names RTMIN[+n] and RTMAX[-n] | kre |
| 2020-08-18 | make sure errno is always set when we return -1 (Anon Ymous) | christos |
| 2020-07-05 | revert previous; utmpxname is already documented in getlastlogx.3. Should | christos |
| 2020-07-05 | document utmpxname(3) | christos |
| 2020-06-02 | timespec_get(3) was developed by myself | kamil |
| 2020-05-15 | Hook up proper fork lock handling for malloc: | joerg |
| 2020-05-11 | Do as the manual says, and use _PATH_DEFPATH if PATH is not present in | kre |
| 2020-05-10 | Don't add getentropy.c to the build (remove symbol from libc) | maya |
| 2020-05-07 | Fix macro usage. Fix typo. New sentence, new line. | wiz |
| 2020-05-06 | Add getentropy() to libc - a simple wrapper to access the kernel CSPRNG. | nia |
| 2020-04-22 | Explicitly use -fcommon for globals shared between libc and CSU. | joerg |
| 2020-04-19 | Rename __atomic_fork to __locked_fork and give it &errno as argument. | joerg |
| 2020-04-16 | Introduce intermediate locking for fork, so that the dynamic linker is | joerg |
| 2020-03-30 | Add comma in enumeration. | wiz |
| 2020-03-30 | Mention elf rather than a.out some more. | maya |
| 2020-03-30 | xref elf(5). | maya |
| 2020-03-30 | Be less of a minefield for new architectures. They're not going to be a.out. | maya |