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