summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16}guenther2018-11-221-11/+11
* Introducing malloc_usable_size() was a mistake. While some otherotto2018-11-211-2/+1
* Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageotto2018-11-181-1/+2
* Implement C11's aligned_alloc(3). ok guenther@otto2018-11-051-1/+6
* Add C11's timespec_get(3); minor bump for libc.guenther2018-10-301-2/+9
* Add uid_from_user() and gid_from_group(), derived from pax's cache.c.millert2018-09-132-4/+6
* Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be usedderaadt2018-07-291-1/+2
* Unveiling unveil(2).beck2018-07-131-1/+2
* The open POSIX test suite reveals that sigpause(int sigmask) frombluhm2018-05-301-2/+3
* Consistently spell "IPsec" in comments and debug outputs.mpi2018-03-161-2/+2
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-101-1/+12
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-2/+2
* 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