summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIRCLEQ begone.krw2013-12-021-5/+5
* The getopt() prototype and externs don't belong in stdlib.h. Berkeleymillert2013-11-223-16/+8
* Install fuse headers in 'make includes', diff from stsp@, ok guenther@sthen2013-11-031-2/+2
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-241-2/+2
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-4/+3
* Remove arc4random_stir() and arc4random_addrandom(), which none shouldderaadt2013-10-211-4/+1
* Remove more knowledge of a.out and stab information from the tree.deraadt2013-10-194-281/+4
* remove bogus commentderaadt2013-09-291-2/+1
* netnatm is no morejsg2013-08-241-2/+2
* Tweak the getdents() kernel prototype to use "void *"guenther2013-08-161-2/+4
* Make sure we don't install the private radeondrm(4) headers, by leaving outkettenis2013-08-121-2/+2
* libkafs5->libkafs ; forgotten in previousajacoutot2013-08-101-2/+2
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-061-5/+2
* Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vaxmiod2013-08-061-7/+7
* unlink libheimntlm and libhx509robert2013-06-191-4/+2
* switch to new kerberosV directory layoutrobert2013-06-171-2/+15
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-172-4/+15
* Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>matthew2013-06-111-4/+1
* Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink.brad2013-06-041-2/+2
* XPG 4 apparently exposed d_ino and ino_t. Also, always pull inguenther2013-06-021-2/+4
* Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot2013-05-311-1/+5
* Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot2013-05-131-1/+2
* Implement fdatasync() as a wrapper around fsync()matthew2013-04-151-1/+4
* SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in amillert2013-04-151-2/+22
* getpgid() and getsid() were rolled into POSIX in 2008guenther2013-04-111-2/+2
* Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?)guenther2013-04-111-18/+21
* Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the futureguenther2013-04-022-4/+4
* Enable fmemopen(3) and open_{w,}memstream(3)eric2013-03-282-2/+9
* I can see no reason for #ifndef _KERNEL check in a /usr/includederaadt2013-03-241-4/+1
* dlerror() should not return const char *, as noted by landryderaadt2013-03-241-2/+2