summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-01-16Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN mayTheo de Raadt
2015-01-16Switch to including <sys/types.h> instead of <sys/param.h>Theo de Raadt
2015-01-15we don't have an alloca() symbol anywhere in libc, don't prototype it.Ted Unangst
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.Todd C. Miller
2014-12-20$OpenBSD for our rev herePhilip Guenther
2014-12-13claim posix 2008 compat. apparently people look at this and get scaredTed Unangst
2014-12-11update swab() to match the current posix definition. "rationale: none."Ted Unangst
2014-12-08Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()Theo de Raadt
2014-12-08header changes for recent libc changes:Ted Unangst
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-19prototype for crypt_newhash(). adding it here because this is whereTed Unangst
2014-11-17Add prototype for stravis().Todd C. Miller
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
2014-10-29Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache()Philip Guenther
2014-09-18Our setpgrp() is the BSD version with two args and not the XSIPhilip Guenther
2014-09-16Missed this sendmail reference in the sendmail removalMatthieu Herrb
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-08-31Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viaMiod Vallat
2014-08-31setgrfile() isn't implementedPhilip Guenther
2014-08-31inet_nsap_{addr,ntoa}() were removed on 2013/12/17Philip Guenther
2014-08-31Declare and document getthrid()Philip Guenther
2014-08-31Add additional userland interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-10Delete duplicate conditionalPhilip Guenther
2014-07-18Change lsearch()'s "base" argument to require a non-const pointer toMatthew Dempsky
2014-07-14international currency locale rules as per POSIX.1-2008Martin Pelikan
2014-07-14enter libressl for make includesTheo de Raadt
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-12Welcome to 1989: assume the compiler support constPhilip Guenther
2014-07-12Per C99, wchar.h has to forward declare struct tmPhilip Guenther
2014-07-11stop installing netbt headersTed Unangst
2014-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usingAlexander Hall
2014-07-09Clean up after arc4random u_int32_t uint32_t changeBob Beck
2014-07-08update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct.Ted Unangst
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-06-13Add timingsafe_memcmp().Matthew Dempsky
2014-05-26Can't use a variable 'c' in a standard include; rename it to '_c'Philip Guenther
2014-05-16add prototypes for new crypt functionsTed Unangst
2014-05-12these files have moved to libutilMarc Espie
2014-05-12no md5cryptTed Unangst
2014-05-12move the ohash functions into libutil by popular demand.Marc Espie
2014-05-12tweak interface to do the right thing, after useful comments from millert@Marc Espie
2014-05-03Annotate wide character routines so they get protected by Wbounded.Martynas Venckus
2014-05-03- Provide extended-precision math constants req'd by POSIXMartynas Venckus
2014-04-28Implement AI_ADDRCONFIGsperreault
2014-04-22change mallocarray to reallocarray. useful in a few more situations.Ted Unangst
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
2014-04-22Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoPhilip Guenther
2014-04-21Remove historical comment about <varargs.h> and warn people from usingPhilip Guenther