summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* These days pcc defines __GNUC__ and we don't support gcc2. Also neededdaniel2015-09-041-3/+4
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-29/+1
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-271-2/+4
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-2/+1
* Build and install libradius as default.yasuoka2015-07-231-3/+3
* Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@millert2015-07-201-1/+2
* Define new C99 macros:martynas2015-07-191-1/+17
* The first argument to devname(3) should be dev_t, not int.millert2015-07-141-2/+2
* Remove function argument name from posix_spawnattr_getsigmask()millert2015-05-201-2/+2
* Remove obsolete timezone() function.millert2015-04-071-2/+5
* gcc 2.x is deadguenther2015-04-041-5/+2
* Remove obsolete copy of tzfile.h. It is an internal tzcode headermillert2015-03-172-152/+2
* Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert2015-03-171-6/+1
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-1/+6
* Use standard spelling for types, and rename local variable from "free".tedu2015-02-201-8/+8
* Make sure to replace an existing /usr/include/ssl symlink, otherwise repeatedsthen2015-02-181-2/+2
* stop deleting the openssl include directory, causing unnecessary rebuilds.tedu2015-02-161-5/+1
* Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLEmillert2015-02-091-6/+9
* add restrict to strtol like functions. ok guenthertedu2015-02-081-10/+10
* Delete option COMPAT_43: support for pre-sa_len binaries has been obsoleteguenther2015-01-211-1/+6
* increase TMP_MAX to the equivalent of INT_MAX. it's actually more,tedu2015-01-202-4/+4