summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.doug1-2/+2
2014-08-31Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viamiod2-2/+71
2014-08-31setgrfile() isn't implementedguenther1-2/+1
2014-08-31inet_nsap_{addr,ntoa}() were removed on 2013/12/17guenther1-3/+1
2014-08-31Declare and document getthrid()guenther1-1/+2
2014-08-31Add additional userland interfaces for setting close-on-exec on fdsguenther1-1/+9
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsguenther1-1/+6
2014-08-10Delete duplicate conditionalguenther1-4/+1
2014-07-18Change lsearch()'s "base" argument to require a non-const pointer tomatthew1-2/+2
2014-07-14international currency locale rules as per POSIX.1-2008pelikan1-1/+7
2014-07-14enter libressl for make includesderaadt1-8/+8
2014-07-12Tackle the endian.h mess. Make it so that:guenther2-4/+11
2014-07-12Welcome to 1989: assume the compiler support constguenther1-3/+3
2014-07-12Per C99, wchar.h has to forward declare struct tmguenther1-1/+3
2014-07-11stop installing netbt headerstedu1-2/+2
2014-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usinghalex1-3/+3
2014-07-09Clean up after arc4random u_int32_t uint32_t changebeck1-3/+3
2014-07-08update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct.tedu1-2/+2
2014-06-14Change return value of getentropy() to int 0 for success. Maximumderaadt1-2/+2
2014-06-13Add new getentropy() system call. Code and pressure from matthew.deraadt1-1/+2
2014-06-13Add timingsafe_memcmp().matthew1-1/+2
2014-05-26Can't use a variable 'c' in a standard include; rename it to '_c'guenther1-41/+41
2014-05-16add prototypes for new crypt functionstedu2-2/+7
2014-05-12these files have moved to libutilespie1-75/+0
2014-05-12no md5crypttedu1-2/+1
2014-05-12move the ohash functions into libutil by popular demand.espie1-2/+2
2014-05-12tweak interface to do the right thing, after useful comments from millert@espie1-3/+5
2014-05-03Annotate wide character routines so they get protected by Wbounded.martynas1-13/+27
2014-05-03- Provide extended-precision math constants req'd by POSIXmartynas1-14/+30
2014-04-28Implement AI_ADDRCONFIGsperreault1-2/+4
2014-04-22change mallocarray to reallocarray. useful in a few more situations.tedu1-2/+2
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-15/+1
2014-04-22Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoguenther1-1/+17
2014-04-21Remove historical comment about <varargs.h> and warn people from usingguenther1-11/+3
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt1-1/+4
2014-04-21Use internal '__' names for __attributes__ in public headersguenther2-6/+6
2014-04-19stop installing altq includeshenning1-2/+2
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod1-7/+9
2014-04-01Define intptr_t in <unistd.h> as specified by POSIXmatthew1-1/+6
2014-03-27safe to remove gets, now that's gone from cstdio tootedu1-2/+1
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2-2/+90
2014-03-25try to put the pin back in.tedu1-2/+2
2014-03-25no getstedu1-2/+2
2014-03-24unbreak the tree; no more libwrapkettenis1-2/+2
2014-03-23more bm excisiontedu2-59/+2
2014-03-23Remove the MD4 functions.naddy2-52/+2
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther5-16/+12
2014-03-13the default rsh is now spelled ssh. ok deraadttedu1-2/+2
2014-03-13Unhook httpd(8) from buildflorian1-2/+2
2014-01-22add explicit_bzero to libc. implementation subject to change, but starttedu1-1/+3