Age | Commit message (Expand) | Author |
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 |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2016-09-04 | Make the key sizes and offsets arrays const, ok tedu | Nicholas Marriott |
2016-09-04 | Add the usual header stuff (#ifdef _ICDB_H_ etc) to icdb.h, ok tedu | Nicholas Marriott |
2016-09-03 | i forgot to commit sha2.h changes for SHA512/256 | Ted Unangst |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-05-30 | Stop publicly declaring _yp_dobind() and struct dom_binding, closing out | Philip Guenther |
2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks | Philip Guenther |
2016-05-23 | Remove iruserok(_sa)? and __ivaliduser(sa)? | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2016-05-07 | remove dbm.h | Ted Unangst |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-20 | Prepare for future ld.so/libc bump: update <tib.h> with the definitions | Philip Guenther |
2016-03-17 | Remove #ifdef __vax__ bits | Jeremie Courreges-Anglas |
2016-03-16 | remove cpp version of __sputc, since the inline version is all we have | Theo de Raadt |
2016-03-14 | Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but | Todd C. Miller |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-02-04 | Convert sigemptyset and sigfillset to inline functions to avoid | Todd C. Miller |
2016-01-25 | Remove decls #if'0ed since rev. 1.1 | Jeremie Courreges-Anglas |