Age | Commit message (Expand) | Author |
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 |
2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of | Alexandre Ratchov |
2020-06-18 | Fix comments about sioctl_desc's maxval field | Alexandre Ratchov |
2020-05-10 | Use a double-underscore prefix for local variables declared in macros | Philip Guenther |
2020-02-26 | Add API to control audio device parameters exposed by sndiod. | Alexandre Ratchov |
2019-11-14 | RDIRS for libcbor and libfido2 | Damien Miller |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2019-07-11 | add /usr/local/sbin. ok deraadt millert | Ted Unangst |
2019-05-28 | Include pthread.h to make this header standalone (needs pthread_t and others) | Jeremie Courreges-Anglas |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2019-05-10 | ld.so boot cleanup support: | Philip Guenther |
2019-04-06 | unbreak make includes on non-clang archs after libobjc removal | Jonathan Gray |
2019-03-05 | Build and install a shared libLLVM, llvm-config and llvm includes. | Jonathan Gray |
2019-02-04 | enable libelf | Jonathan Gray |
2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. | Ted Unangst |
2019-02-04 | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. | Todd C. Miller |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-14 | There are cases where a program doing dns requests wants to set the | Otto Moerbeek |
2018-11-22 | Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16} | Philip Guenther |