summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-05-20s/appropiate/appropriate/ in comments and readme file.andvar
2022-04-21nameser_compat.h: simplify logic to determine byte ordergutteridge
2022-01-06err.h: dead once is dead enoughuwe
2021-12-30Make fdopendir visible according to POSIX.1 spec.nros
2021-12-08fix various typos in comments and log messages.andvar
2021-11-07Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdevachristos
2021-11-02Expose sigaltstack, stack_t and friends to Posix Issue 5 (200809L) References:christos
2021-11-01Version the sigaction(2) libc wrapper. The new version uses the "siginfo"thorpej
2021-10-15fix typos in comments.andvar
2021-09-18Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD.christos
2021-09-11stdio.h: remove outdated comment for vscanfrillig
2021-09-11stdio.h: sync comment for struct __sFILE with realityrillig
2021-09-11stdio.h: remove outdated comment about fpos_trillig
2021-09-11stdio.h: fix typo in commentrillig
2021-09-11stdio.h: fix typo in commentrillig
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-15utmpx.h: fix comment missed in r. 1.10 _NETBSD_SOURCE changesgutteridge
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-07-03PR/56250: Michael Forney: mkstemp/mkdtemp not declared withchristos
2021-06-19Add external attribute dumping and restoring support from FreeBSD.christos
2021-04-30Default to check-names for safety.christos
2021-02-23- Replace REG_ENOSYS (unused) with REG_ILLSEQ.christos
2020-12-04Correct typo in previous.kre
2020-12-04Add __null_sentinelchristos
2020-11-18Don't complain about additional DNAME records received when resolving A oris
2020-10-10- remove bitypes.h fossilchristos
2020-10-03add set_rpc_maxgrouplist(3)christos
2020-09-22remove getentropy bitsnia
2020-09-22Remove duplicate word in a commentkamil
2020-09-21Upgrade the SVR4 RTLD r_debug protocol to version 1kamil
2020-09-21Refine the documentation of r_debugkamil
2020-09-05make the 2nd argument to __memmove_chk() constmrg
2020-06-28nameser_compat.h: correct preprocessor error syntaxgutteridge
2020-06-04Remove bogus tests for 64-bit i386 and SuperHnia
2020-05-26Avoid depending on namespace pollution in stdlib.h.joerg
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-13Remove trailing whitespacejoerg
2020-05-06Add getentropy() to libc - a simple wrapper to access the kernel CSPRNG.nia
2020-04-17Remove the static_assert() fallback for pre-C11 and pre-C++11kamil
2020-04-05Fix depenency on common symbols in sbin.joerg
2020-04-02 s/impliment/implement/ in comment.msaitoh
2020-03-31Add getsid(2) to the XOPEN namespace (again)kamil
2020-03-31Expose getsid(2) to POSIX >= 2008kamil
2020-03-20Fix visibility of various C99 features, esp. for C++11.joerg
2020-03-01Revert previouskamil
2020-03-01Fix typo in a commentkamil
2020-03-01Expose max_align_t to C99/C++kamil
2020-02-22Correct C99 / C++11 feature testing. Document remaining missing symbols.joerg
2019-12-13move P_tmpdir from "/var/tmp/" to "/tmp/".mrg
2019-12-08PR lib/54744 (bruno@haible.de)kre