summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2020-03-02Add sysloglike attr.christos
2020-03-02fix print-like attrschristos
2020-03-02PR/55041: Fix printf format in syslog(3) error message.christos
2020-02-01Revert previouskamil
2020-02-01Switch atform allocations from malloc()+free() to mmap()+munmap()kamil
2019-12-27s/inital/initial/msaitoh
2019-12-15PR 54619: Remove semaphore limit introduce as part of GSoC 2016 withjoerg
2019-10-16Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMINmaya
2019-10-05getlogin_r: use strcpy(). We check namelen before copying the result.uwe
2019-09-23lint is not smart enough to figure out that ilog2() is constant.christos
2019-09-16Remove _INCOMPLETE_XOPEN_C063, no longer neededkamil
2019-09-15Fix markup, and remove two superfluous Pp.wiz
2019-09-15fix wrong names and add markupchristos
2019-09-01Remove superfluous Pp.wiz
2019-09-01Document history of exec()sevan
2019-08-27Enhance the support of LLVM sanitizerskamil
2019-06-12Fix typo.wiz
2019-06-12Rephrase sentence about vfork+exec in posix_spawn(3)kamil
2019-06-12Document that posix_spawn(3) uses a dedicated syscallkamil
2019-06-11Quote the name "Ed" to avoid confusion with the macro "Ed".wiz
2019-06-11Correct outdated note that posix_spawn(3) is implemented with vfork(2)kamil
2019-05-29Add GLOB_TILDE_CHECK (from GNU)christos
2019-05-08Clarify that strunvisx() and strnunvisx() take the same flags as unvis().bad
2019-04-26Unify signbitl implementations.maya
2019-03-12Fix typo.wiz
2019-03-11PR lib/54053kre
2019-02-18appease string + int warning.christos