summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not install the dev/pci/drm/i915 directory to /usr/includederaadt2013-03-211-3/+4
* forget about this for now; wait till laterderaadt2013-03-181-3/+2
* Skip another irrelevant leaf when descending into sys/devderaadt2013-03-181-2/+3
* Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesguenther2013-03-011-2/+33
* Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008guenther2013-03-011-10/+12
* Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAXguenther2013-02-171-2/+2
* Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad2013-01-301-1/+7
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-0523-53/+23
* Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),millert2012-12-031-1/+9
* Change scandir()'s 'select' argument fromguenther2012-11-291-2/+2
* More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,guenther2012-10-014-34/+49
* Explicitly annotate setjmp() and longjmp() (and friends) asbrad2012-09-261-7/+7
* uint32_t is the integer type defined in stdint.hespie2012-09-231-2/+2
* Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther2012-09-152-43/+48
* no more _PATH_AFSD requiredderaadt2012-08-231-2/+1
* do not install the nnpfs directoryderaadt2012-08-231-2/+2
* hex constants unsigned, prevents some gcc warningsespie2012-08-221-2/+2
* Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in theguenther2012-07-101-2/+22
* Stop pulling in <sys/param.h>guenther2012-07-101-7/+2
* bsearch() doesn't belong here (it's in <stdlib.h>)guenther2012-07-101-4/+2
* Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.ratchov2012-07-081-2/+2
* Further standards compliance fixes: export LONG_BIT, WORD_BIT, andguenther2012-06-301-8/+26