Age | Commit message (Expand) | Author |
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 |
2017-11-28 | Add a member to be used by __cxa_thread_atexit(). Remove padding which would | Mark Kettenis |
2017-11-28 | Implement a DL_REFERENCE dlctl. To be used by the upcoming | Mark Kettenis |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | Philip Guenther |
2017-10-17 | <elf.h> should make it easier to port our ELF-related tools to other Unices. | Martin Pieuchot |
2017-10-15 | Move the thread-related .h files to /usr/src/include/, since the | Philip Guenther |
2017-10-06 | Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs and | Christian Weisgerber |
2017-09-10 | str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4; | Ingo Schwarze |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-08-10 | fix typo in comment | Philip Guenther |
2017-08-10 | ___errno (three underbars) is long gone | Philip Guenther |
2017-05-11 | arc4random_buf should be bounded buffer, not bounded string | Tom Cosgrove |
2017-05-10 | Add bounded attribute to freezero(). OK tom@ | Todd C. Miller |
2017-04-20 | Get TCB address using the RDHWR instruction instead of __get_tcb(). | Visa Hankala |
2017-04-17 | Change build infrastructure to allow building both gcc and clang. This | Mark Kettenis |
2017-04-10 | Introducing freezero(3) a version of free that guarantees the process | Otto Moerbeek |
2017-03-12 | <struct.h> is unused and should not be used. Delete it. | Philip Guenther |
2017-03-09 | As per style.9, prototypes should not have variable names associated | Frederic Cambus |