summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Annotate wide character routines so they get protected by Wbounded.martynas2014-05-031-14/+28
* - Provide extended-precision math constants req'd by POSIXmartynas2014-05-031-14/+30
* Implement AI_ADDRCONFIGsperreault2014-04-281-2/+4
* change mallocarray to reallocarray. useful in a few more situations.tedu2014-04-221-2/+2
* Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk2014-04-221-15/+1
* Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoguenther2014-04-221-1/+17
* Remove historical comment about <varargs.h> and warn people from usingguenther2014-04-211-11/+3
* Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt2014-04-211-1/+4
* Use internal '__' names for __attributes__ in public headersguenther2014-04-212-6/+6
* stop installing altq includeshenning2014-04-191-2/+2
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-7/+9
* Define intptr_t in <unistd.h> as specified by POSIXmatthew2014-04-011-1/+6
* safe to remove gets, now that's gone from cstdio tootedu2014-03-271-2/+1
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-262-2/+90
* try to put the pin back in.tedu2014-03-251-2/+2
* no getstedu2014-03-251-2/+2
* unbreak the tree; no more libwrapkettenis2014-03-241-2/+2
* more bm excisiontedu2014-03-232-59/+2
* Remove the MD4 functions.naddy2014-03-232-52/+2
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-165-16/+12
* the default rsh is now spelled ssh. ok deraadttedu2014-03-131-2/+2
* Unhook httpd(8) from buildflorian2014-03-131-2/+2
* add explicit_bzero to libc. implementation subject to change, but starttedu2014-01-221-1/+3
* Delete struct definitions that have been obsolete for a dozen yearsguenther2014-01-081-17/+1
* Annotate a few more bounded functions: realpath(3) needs a buffermartynas2013-12-282-6/+10
* Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@millert2013-12-131-2/+2
* Zap some getdirentries() leftovers.zhuk2013-12-131-3/+1
* remove the final vestiges of the stty(), gtty(), and ftime() compatibilitynaddy2013-12-082-42/+2
* oops, sgtty.h stays for a little longerderaadt2013-12-051-2/+2
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-045-72/+18