summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missed this sendmail reference in the sendmail removalmatthieu2014-09-161-2/+1
* Sync readlink(2) with IEEE Std 1003.1-2008.doug2014-09-011-2/+2
* Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viamiod2014-08-312-2/+71
* setgrfile() isn't implementedguenther2014-08-311-2/+1
* inet_nsap_{addr,ntoa}() were removed on 2013/12/17guenther2014-08-311-3/+1
* Declare and document getthrid()guenther2014-08-311-1/+2
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-1/+9
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-1/+6
* Delete duplicate conditionalguenther2014-08-101-4/+1
* Change lsearch()'s "base" argument to require a non-const pointer tomatthew2014-07-181-2/+2
* international currency locale rules as per POSIX.1-2008pelikan2014-07-141-1/+7
* enter libressl for make includesderaadt2014-07-141-8/+8
* Tackle the endian.h mess. Make it so that:guenther2014-07-122-4/+11
* Welcome to 1989: assume the compiler support constguenther2014-07-121-3/+3
* Per C99, wchar.h has to forward declare struct tmguenther2014-07-121-1/+3
* stop installing netbt headerstedu2014-07-111-2/+2
* make dump support DUIDs for command line arguments and /etc/dumpdates (usinghalex2014-07-111-3/+3
* Clean up after arc4random u_int32_t uint32_t changebeck2014-07-091-3/+3
* update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct.tedu2014-07-081-2/+2
* Change return value of getentropy() to int 0 for success. Maximumderaadt2014-06-141-2/+2
* Add new getentropy() system call. Code and pressure from matthew.deraadt2014-06-131-1/+2
* Add timingsafe_memcmp().matthew2014-06-131-1/+2
* Can't use a variable 'c' in a standard include; rename it to '_c'guenther2014-05-261-41/+41
* add prototypes for new crypt functionstedu2014-05-162-2/+7
* these files have moved to libutilespie2014-05-121-75/+0
* no md5crypttedu2014-05-121-2/+1
* move the ohash functions into libutil by popular demand.espie2014-05-121-2/+2
* tweak interface to do the right thing, after useful comments from millert@espie2014-05-121-3/+5