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