summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* pledge()'s 2nd argument becomes char *execpromises, which becomes thederaadt2017-12-121-2/+2
* Add a member to be used by __cxa_thread_atexit(). Remove padding which wouldkettenis2017-11-281-6/+4
* Implement a DL_REFERENCE dlctl. To be used by the upcomingkettenis2017-11-281-1/+2
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-32/+3
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-3/+32
* <elf.h> should make it easier to port our ELF-related tools to other Unices.mpi2017-10-172-2/+14
* Move the thread-related .h files to /usr/src/include/, since theguenther2017-10-155-13/+528
* Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs andnaddy2017-10-061-5/+4
* str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4;schwarze2017-09-101-1/+3
* New POSIX xlocale implementation written from scratch.schwarze2017-09-059-13/+234
* fix typo in commentguenther2017-08-101-2/+2
* ___errno (three underbars) is long goneguenther2017-08-101-2/+1
* arc4random_buf should be bounded buffer, not bounded stringtom2017-05-111-2/+2
* Add bounded attribute to freezero(). OK tom@millert2017-05-101-2/+3
* Get TCB address using the RDHWR instruction instead of __get_tcb().visa2017-04-201-5/+3
* Change build infrastructure to allow building both gcc and clang. Thiskettenis2017-04-171-4/+6
* Introducing freezero(3) a version of free that guarantees the processotto2017-04-101-1/+2
* <struct.h> is unused and should not be used. Delete it.guenther2017-03-122-52/+2
* As per style.9, prototypes should not have variable names associatedfcambus2017-03-093-8/+8
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-1/+2
* The macro versions of htonl et al don't require them, but POSIX saysguenther2017-02-041-1/+11
* Move the typedefs for in_{addr,port}_t from <sys/types.h> toguenther2017-02-041-3/+18
* install libcxxabi and libcxx headers when COMPILER_VERSION is clangjsg2017-01-271-2/+4
* Add max_align_t.kettenis2017-01-061-1/+11
* Kill the /usr/include/ssl symlinkjca2016-11-121-2/+1
* Set owners and permissions only after all headers are installed. Add the -Ptb2016-11-081-6/+6
* Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,tb2016-10-161-6/+5
* Unhook sqlite3.sthen2016-09-231-4/+4
* Remove duplicated includes in stdlib.h and termios.hfcambus2016-09-201-3/+1
* Add dl_unwind_find_exidx prototype.kettenis2016-09-201-1/+2
* Don't declare select() in <unistd.h>guenther2016-09-121-6/+1
* Change the (unused) restimespec member of __res_state from a timespecguenther2016-09-121-2/+2
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-099-100/+19
* Make the key sizes and offsets arrays const, ok tedunicm2016-09-041-2/+2
* Add the usual header stuff (#ifdef _ICDB_H_ etc) to icdb.h, ok tedunicm2016-09-041-2/+12
* i forgot to commit sha2.h changes for SHA512/256tedu2016-09-031-1/+21
* Pull in <sys/select.h> for fd_setguenther2016-08-271-1/+2
* Stop publicly declaring _yp_dobind() and struct dom_binding, closing outguenther2016-05-302-27/+2
* Stop supporting longjmperror(); it's not used, not portable, and the checksguenther2016-05-231-2/+1
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-231-3/+1
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-2/+1
* remove dbm.htedu2016-05-072-36/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-072-49/+54
* Prepare for future ld.so/libc bump: update <tib.h> with the definitionsguenther2016-03-201-39/+36
* Remove #ifdef __vax__ bitsjca2016-03-171-22/+7
* remove cpp version of __sputc, since the inline version is all we havederaadt2016-03-161-15/+1
* Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butmillert2016-03-141-6/+9
* We are done providing support for the vax.deraadt2016-03-091-16/+9
* Convert sigemptyset and sigfillset to inline functions to avoidmillert2016-02-041-8/+20
* Remove decls #if'0ed since rev. 1.1jca2016-01-251-9/+1