summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-11arc4random_buf should be bounded buffer, not bounded stringtom1-2/+2
2017-05-10Add bounded attribute to freezero(). OK tom@millert1-2/+3
2017-04-20Get TCB address using the RDHWR instruction instead of __get_tcb().visa1-5/+3
2017-04-17Change build infrastructure to allow building both gcc and clang. Thiskettenis1-4/+6
2017-04-10Introducing freezero(3) a version of free that guarantees the processotto1-1/+2
2017-03-12<struct.h> is unused and should not be used. Delete it.guenther2-52/+2
2017-03-09As per style.9, prototypes should not have variable names associatedfcambus3-8/+8
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto1-1/+2
2017-02-04The macro versions of htonl et al don't require them, but POSIX saysguenther1-1/+11
2017-02-04Move the typedefs for in_{addr,port}_t from <sys/types.h> toguenther1-3/+18
2017-01-27install libcxxabi and libcxx headers when COMPILER_VERSION is clangjsg1-2/+4
2017-01-06Add max_align_t.kettenis1-1/+11
2016-11-12Kill the /usr/include/ssl symlinkjca1-2/+1
2016-11-08Set owners and permissions only after all headers are installed. Add the -Ptb1-6/+6
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,tb1-6/+5
2016-09-23Unhook sqlite3.sthen1-4/+4
2016-09-20Remove duplicated includes in stdlib.h and termios.hfcambus1-3/+1
2016-09-20Add dl_unwind_find_exidx prototype.kettenis1-1/+2
2016-09-12Don't declare select() in <unistd.h>guenther1-6/+1
2016-09-12Change the (unused) restimespec member of __res_state from a timespecguenther1-2/+2
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andmillert9-100/+19
2016-09-04Make the key sizes and offsets arrays const, ok tedunicm1-2/+2
2016-09-04Add the usual header stuff (#ifdef _ICDB_H_ etc) to icdb.h, ok tedunicm1-2/+12
2016-09-03i forgot to commit sha2.h changes for SHA512/256tedu1-1/+21
2016-08-27Pull in <sys/select.h> for fd_setguenther1-1/+2
2016-05-30Stop publicly declaring _yp_dobind() and struct dom_binding, closing outguenther2-27/+2
2016-05-23Stop supporting longjmperror(); it's not used, not portable, and the checksguenther1-2/+1
2016-05-23Remove iruserok(_sa)? and __ivaliduser(sa)?guenther1-3/+1
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-2/+1
2016-05-07remove dbm.htedu2-36/+2
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther2-49/+54
2016-03-20Prepare for future ld.so/libc bump: update <tib.h> with the definitionsguenther1-39/+36
2016-03-17Remove #ifdef __vax__ bitsjca1-22/+7
2016-03-16remove cpp version of __sputc, since the inline version is all we havederaadt1-15/+1
2016-03-14Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butmillert1-6/+9
2016-03-09We are done providing support for the vax.deraadt1-16/+9
2016-02-04Convert sigemptyset and sigfillset to inline functions to avoidmillert1-8/+20
2016-01-25Remove decls #if'0ed since rev. 1.1jca1-9/+1
2016-01-20After nearly 20 years of warning that malloc.h is obsolete, it's about time wejasper2-8/+2
2015-12-20Expose internal functions necessary to open audio devices and midiratchov1-1/+6
2015-11-20POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() andmillert2-18/+49
2015-11-18add a version field to prevent mayhem if different data gets storedtedu1-3/+3
2015-11-18add icdb.h here (this header may go away entirely, but the functionstedu1-2/+2
2015-11-18Add icdb, the internal c database. A simpler replacement for the oldtedu1-0/+34
2015-11-18Add _shadow variants to the two popular getpw functions (uid and nam).tedu1-1/+3
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)deraadt2-7/+3
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallguenther1-1/+2
2015-10-17Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperguenther1-51/+1
2015-10-09tame -> pledge.deraadt1-2/+2
2015-09-28delete xdr_ypresp_all_seq prototypederaadt1-2/+1