summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);Theo de Raadt
2014-04-21Use internal '__' names for __attributes__ in public headersPhilip Guenther
2014-04-19stop installing altq includesHenning Brauer
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellMiod Vallat
2014-04-01Define intptr_t in <unistd.h> as specified by POSIXMatthew Dempsky
2014-03-27safe to remove gets, now that's gone from cstdio tooTed Unangst
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25try to put the pin back in.Ted Unangst
2014-03-25no getsTed Unangst
2014-03-24unbreak the tree; no more libwrapMark Kettenis
2014-03-23more bm excisionTed Unangst
2014-03-23Remove the MD4 functions.Christian Weisgerber
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-13the default rsh is now spelled ssh. ok deraadtTed Unangst
2014-03-13Unhook httpd(8) from buildFlorian Obser
2014-01-22add explicit_bzero to libc. implementation subject to change, but startTed Unangst