summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-07Remove obsolete timezone() function.Todd C. Miller
2015-04-04gcc 2.x is deadPhilip Guenther
2015-03-17Remove obsolete copy of tzfile.h. It is an internal tzcode headerTodd C. Miller
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-02-20Use standard spelling for types, and rename local variable from "free".Ted Unangst
2015-02-18Make sure to replace an existing /usr/include/ssl symlink, otherwise repeatedStuart Henderson
2015-02-16stop deleting the openssl include directory, causing unnecessary rebuilds.Ted Unangst
2015-02-09Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLETodd C. Miller
2015-02-08add restrict to strtol like functions. ok guentherTed Unangst
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletePhilip Guenther
2015-01-20increase TMP_MAX to the equivalent of INT_MAX. it's actually more,Ted Unangst
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-18Stop including <sys/param.h> from <netdb.h>. Portable software must eitherTheo de Raadt
2015-01-17remove des.h. it somehow escaped from ssleay into /usr/include, but noneTed Unangst
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