summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* After nearly 20 years of warning that malloc.h is obsolete, it's about time wejasper2016-01-202-8/+2
* Expose internal functions necessary to open audio devices and midiratchov2015-12-201-1/+6
* POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() andmillert2015-11-202-18/+49
* add a version field to prevent mayhem if different data gets storedtedu2015-11-181-3/+3
* add icdb.h here (this header may go away entirely, but the functionstedu2015-11-181-2/+2
* Add icdb, the internal c database. A simpler replacement for the oldtedu2015-11-181-0/+34
* Add _shadow variants to the two popular getpw functions (uid and nam).tedu2015-11-181-1/+3
* libocurses can go to the Attic. last consumer of it was ramdisk more(1)deraadt2015-11-142-7/+3
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-1/+2
* Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperguenther2015-10-171-51/+1
* tame -> pledge.deraadt2015-10-091-2/+2
* delete xdr_ypresp_all_seq prototypederaadt2015-09-281-2/+1
* Stop installing any header files in /usr/include/dev/pci/drm.kettenis2015-09-271-2/+2
* Trim symbols that aren't part of our new resolverguenther2015-09-251-53/+1
* Revert: finger slipguenther2015-09-142-22/+4
* Prefer the standardized <poll.h> over <sys/poll.h>guenther2015-09-144-6/+262
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-132-54/+2
* authdes_create() was never implementedguenther2015-09-131-3/+1
* Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt2015-09-101-13/+1
* Move to next tame() API. The flags are now passed as a very simple string,deraadt2015-09-091-1/+2
* Stop exporting from libc the <mpool.h> and the mpool_* APIguenther2015-09-092-113/+2
* Use new framework for wrapping dbopen()guenther2015-09-051-10/+1