summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-11-28Add a member to be used by __cxa_thread_atexit(). Remove padding which wouldMark Kettenis
2017-11-28Implement a DL_REFERENCE dlctl. To be used by the upcomingMark Kettenis
2017-11-04Revert recent changes to unbreak ports/net/sambaJeremie Courreges-Anglas
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-10-17<elf.h> should make it easier to port our ELF-related tools to other Unices.Martin Pieuchot
2017-10-15Move the thread-related .h files to /usr/src/include/, since thePhilip Guenther
2017-10-06Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs andChristian Weisgerber
2017-09-10str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4;Ingo Schwarze
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-08-10fix typo in commentPhilip Guenther
2017-08-10___errno (three underbars) is long gonePhilip Guenther
2017-05-11arc4random_buf should be bounded buffer, not bounded stringTom Cosgrove
2017-05-10Add bounded attribute to freezero(). OK tom@Todd C. Miller
2017-04-20Get TCB address using the RDHWR instruction instead of __get_tcb().Visa Hankala
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-10Introducing freezero(3) a version of free that guarantees the processOtto Moerbeek
2017-03-12<struct.h> is unused and should not be used. Delete it.Philip Guenther
2017-03-09As per style.9, prototypes should not have variable names associatedFrederic Cambus
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)Otto Moerbeek
2017-02-04The macro versions of htonl et al don't require them, but POSIX saysPhilip Guenther
2017-02-04Move the typedefs for in_{addr,port}_t from <sys/types.h> toPhilip Guenther
2017-01-27install libcxxabi and libcxx headers when COMPILER_VERSION is clangJonathan Gray
2017-01-06Add max_align_t.Mark Kettenis
2016-11-12Kill the /usr/include/ssl symlinkJeremie Courreges-Anglas
2016-11-08Set owners and permissions only after all headers are installed. Add the -PTheo Buehler
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-09-23Unhook sqlite3.Stuart Henderson
2016-09-20Remove duplicated includes in stdlib.h and termios.hFrederic Cambus
2016-09-20Add dl_unwind_find_exidx prototype.Mark Kettenis
2016-09-12Don't declare select() in <unistd.h>Philip Guenther
2016-09-12Change the (unused) restimespec member of __res_state from a timespecPhilip Guenther
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andTodd C. Miller
2016-09-04Make the key sizes and offsets arrays const, ok teduNicholas Marriott
2016-09-04Add the usual header stuff (#ifdef _ICDB_H_ etc) to icdb.h, ok teduNicholas Marriott
2016-09-03i forgot to commit sha2.h changes for SHA512/256Ted Unangst
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-05-30Stop publicly declaring _yp_dobind() and struct dom_binding, closing outPhilip Guenther
2016-05-23Stop supporting longjmperror(); it's not used, not portable, and the checksPhilip Guenther
2016-05-23Remove iruserok(_sa)? and __ivaliduser(sa)?Philip Guenther
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
2016-05-07remove dbm.hTed Unangst
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-20Prepare for future ld.so/libc bump: update <tib.h> with the definitionsPhilip Guenther
2016-03-17Remove #ifdef __vax__ bitsJeremie Courreges-Anglas
2016-03-16remove cpp version of __sputc, since the inline version is all we haveTheo de Raadt
2016-03-14Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butTodd C. Miller
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-02-04Convert sigemptyset and sigfillset to inline functions to avoidTodd C. Miller
2016-01-25Remove decls #if'0ed since rev. 1.1Jeremie Courreges-Anglas