summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-191-1/+1
* Stop including <sys/param.h> from <netdb.h>. Portable software must eitherderaadt2015-01-181-7/+2
* remove des.h. it somehow escaped from ssleay into /usr/include, but nonetedu2015-01-172-286/+2
* Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN mayderaadt2015-01-161-2/+2
* Switch to including <sys/types.h> instead of <sys/param.h>deraadt2015-01-161-2/+2
* we don't have an alloca() symbol anywhere in libc, don't prototype it.tedu2015-01-151-2/+2
* Add fgetwln(3) from FreeBSD and bump libc minor revision.millert2015-01-121-1/+2
* $OpenBSD for our rev hereguenther2014-12-201-1/+1
* claim posix 2008 compat. apparently people look at this and get scaredtedu2014-12-131-2/+2
* update swab() to match the current posix definition. "rationale: none."tedu2014-12-111-2/+2
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-081-1/+6
* header changes for recent libc changes:tedu2014-12-084-12/+88
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-212-4/+3
* prototype for crypt_newhash(). adding it here because this is wheretedu2014-11-191-1/+3
* Add prototype for stravis().millert2014-11-171-1/+2
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-4/+4
* Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache()guenther2014-10-292-2/+6
* Our setpgrp() is the BSD version with two args and not the XSIguenther2014-09-181-7/+5