Age | Commit message (Expand) | Author |
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 |
2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | Otto Moerbeek |
2017-02-04 | The macro versions of htonl et al don't require them, but POSIX says | Philip Guenther |
2017-02-04 | Move the typedefs for in_{addr,port}_t from <sys/types.h> to | Philip Guenther |
2017-01-27 | install libcxxabi and libcxx headers when COMPILER_VERSION is clang | Jonathan Gray |
2017-01-06 | Add max_align_t. | Mark Kettenis |
2016-11-12 | Kill the /usr/include/ssl symlink | Jeremie Courreges-Anglas |
2016-11-08 | Set owners and permissions only after all headers are installed. Add the -P | Theo Buehler |
2016-10-16 | Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS, | Theo Buehler |
2016-09-23 | Unhook sqlite3. | Stuart Henderson |
2016-09-20 | Remove duplicated includes in stdlib.h and termios.h | Frederic Cambus |
2016-09-20 | Add dl_unwind_find_exidx prototype. | Mark Kettenis |
2016-09-12 | Don't declare select() in <unistd.h> | Philip Guenther |
2016-09-12 | Change the (unused) restimespec member of __res_state from a timespec | Philip Guenther |