Age | Commit message (Expand) | Author |
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 |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2018-09-13 | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. | Todd C. Miller |
2018-07-29 | Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be used | Theo de Raadt |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-05-30 | The open POSIX test suite reveals that sigpause(int sigmask) from | Alexander Bluhm |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |