summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-10-16a.out is no longer the commonly encountered binary file format, the world hasMiod Vallat
2024-09-01dladdr(3) is in POSIX-2024, though the structure type was renamedPhilip Guenther
2024-08-26Evaluate arguments of bitstring macros only once.Alexander Bluhm
2024-08-12Add <stdio_ext.h> with the seven APIs needed to have gnulib operatePhilip Guenther
2024-08-07asprintf() and vasprintf() are in POSIX-2024. Update #includePhilip Guenther
2024-08-07wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibilityPhilip Guenther
2024-08-03The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.Philip Guenther
2024-08-03mkostemp(3) and reallocarray(3) are in POSIX-2024:Philip Guenther
2024-08-02The {get,set}res[ug]id(2) family are in POSIX-2024's XSI option,Philip Guenther
2024-08-02getentropy(2) is in POSIX-2024, so adjust the #include visibility,Philip Guenther
2024-07-14Add wcsnlen(3) declaration, missed in previous.Jeremie Courreges-Anglas
2024-06-23strmode takes a mode_t, not an int; prompted by Collin Funk.Otto Moerbeek
2024-05-24sndio: Add a display string to the sioctl_open APIAlexandre Ratchov
2024-05-18Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,Philip Guenther
2024-04-15Add scandirat(3); from freebsdFlorian Obser
2024-03-01Add mkdtemps(3), like mkdtemp(3) but with a suffix.Todd C. Miller
2024-02-04Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i...Jeremie Courreges-Anglas
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-08Make sure TIB_INIT correctly initializes tib_thread_flags; regressionMiod Vallat
2023-09-05According to the C11 standard, char32_t and char16_t are not partIngo Schwarze
2023-08-20Provide C11 <uchar.h>.Ingo Schwarze
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-10-25Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it.Todd C. Miller
2022-08-31Remove now unused and unreferenced disktab.h.Kenneth R Westerback
2022-08-30Nuke disktab.h references in preparation for nuking disktab.h.Kenneth R Westerback
2022-08-20Add #define for RTLD_NOLOAD missed in last ld.so commit.Theo Buehler
2022-07-31POSIX 2008 TC2 requires <inttypes.h> to provide wchar_tPhilip Guenther
2022-07-15Add a new clnt*_control CLSET_CONNECTED, which says the socket has alreadyTheo de Raadt
2022-04-29Add sio_flush(3) function to stop playback immediatelyAlexandre Ratchov
2022-03-01add rtable capability to login.conf.Ted Unangst
2022-02-14Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,Philip Guenther
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-06-09Enable libexecinfo.mortimer
2021-06-03secure_path(3) hasn't been called since we recognized the TOCTOU issues a fewTheo de Raadt
2021-06-02add RTLD_NODELETE supportSebastien Marie
2021-01-21Rearrange variables in dump / restore to handle -fno-common.mortimer
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anPatrick Wildt
2020-10-26Hook up agentx.h.Martijn van Duren
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:Christian Weisgerber
2020-09-11add format string checking annotations for dprintf(3) and vdprintf(3)Christian Weisgerber
2020-09-06Use __STDC_VERSION__ instead of __ISO_C_VISIBLE to guard _Static_assert.Todd C. Miller
2020-09-05Add C11's static_assert.Anthony J. Bentley
2020-07-14Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldMark Kettenis
2020-06-28Allow switching between alternate devices (-F option) with sndioctl(1)Alexandre Ratchov