summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-27Stop installing any header files in /usr/include/dev/pci/drm.kettenis1-2/+2
2015-09-25Trim symbols that aren't part of our new resolverguenther1-53/+1
2015-09-14Revert: finger slipguenther2-22/+4
2015-09-14Prefer the standardized <poll.h> over <sys/poll.h>guenther4-6/+262
2015-09-13Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2-54/+2
2015-09-13authdes_create() was never implementedguenther1-3/+1
2015-09-10Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt1-13/+1
2015-09-09Move to next tame() API. The flags are now passed as a very simple string,deraadt1-1/+2
2015-09-09Stop exporting from libc the <mpool.h> and the mpool_* APIguenther2-113/+2
2015-09-05Use new framework for wrapping dbopen()guenther1-10/+1
2015-09-04These days pcc defines __GNUC__ and we don't support gcc2. Also neededdaniel1-3/+4
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther1-29/+1
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther1-2/+4
2015-08-26Hide many (194!) symbols that nothing should be using.guenther1-2/+1
2015-07-23Build and install libradius as default.yasuoka1-3/+3
2015-07-20Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@millert1-1/+2
2015-07-19Define new C99 macros:martynas1-1/+17
2015-07-14The first argument to devname(3) should be dev_t, not int.millert1-2/+2
2015-05-20Remove function argument name from posix_spawnattr_getsigmask()millert1-2/+2
2015-04-07Remove obsolete timezone() function.millert1-2/+5
2015-04-04gcc 2.x is deadguenther1-5/+2
2015-03-17Remove obsolete copy of tzfile.h. It is an internal tzcode headermillert2-152/+2
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert1-6/+1
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-1/+6
2015-02-20Use standard spelling for types, and rename local variable from "free".tedu1-8/+8
2015-02-18Make sure to replace an existing /usr/include/ssl symlink, otherwise repeatedsthen1-2/+2
2015-02-16stop deleting the openssl include directory, causing unnecessary rebuilds.tedu1-5/+1
2015-02-09Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLEmillert1-6/+9
2015-02-08add restrict to strtol like functions. ok guenthertedu1-10/+10
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoleteguenther1-1/+6
2015-01-20increase TMP_MAX to the equivalent of INT_MAX. it's actually more,tedu2-4/+4
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw1-1/+1
2015-01-18Stop including <sys/param.h> from <netdb.h>. Portable software must eitherderaadt1-7/+2
2015-01-17remove des.h. it somehow escaped from ssleay into /usr/include, but nonetedu2-286/+2
2015-01-16Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN mayderaadt1-2/+2
2015-01-16Switch to including <sys/types.h> instead of <sys/param.h>deraadt1-2/+2
2015-01-15we don't have an alloca() symbol anywhere in libc, don't prototype it.tedu1-2/+2
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.millert1-1/+2
2014-12-20$OpenBSD for our rev hereguenther1-1/+1
2014-12-13claim posix 2008 compat. apparently people look at this and get scaredtedu1-2/+2
2014-12-11update swab() to match the current posix definition. "rationale: none."tedu1-2/+2
2014-12-08Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt1-1/+6
2014-12-08header changes for recent libc changes:tedu4-12/+88
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2-4/+3
2014-11-19prototype for crypt_newhash(). adding it here because this is wheretedu1-1/+3
2014-11-17Add prototype for stravis().millert1-1/+2
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier tojsing1-4/+4
2014-10-29Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache()guenther2-2/+6
2014-09-18Our setpgrp() is the BSD version with two args and not the XSIguenther1-7/+5
2014-09-16Missed this sendmail reference in the sendmail removalmatthieu1-2/+1