summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-08Delete struct definitions that have been obsolete for a dozen yearsguenther1-17/+1
2013-12-28Annotate a few more bounded functions: realpath(3) needs a buffermartynas2-6/+10
2013-12-13Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@millert1-2/+2
2013-12-13Zap some getdirentries() leftovers.zhuk1-3/+1
2013-12-08remove the final vestiges of the stty(), gtty(), and ftime() compatibilitynaddy2-42/+2
2013-12-05oops, sgtty.h stays for a little longerderaadt1-2/+2
2013-12-04express final disapproval of the interfaces in libcompat, such asderaadt5-72/+18
2013-12-02CIRCLEQ begone.krw1-5/+5
2013-11-22The getopt() prototype and externs don't belong in stdlib.h. Berkeleymillert3-16/+8
2013-11-03Install fuse headers in 'make includes', diff from stsp@, ok guenther@sthen1-2/+2
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther1-2/+2
2013-10-22- add UNIX-domain socket info to struct kinfo_file2guenther1-4/+3
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldderaadt1-4/+1
2013-10-19Remove more knowledge of a.out and stab information from the tree.deraadt4-281/+4
2013-09-29remove bogus commentderaadt1-2/+1
2013-08-24netnatm is no morejsg1-2/+2
2013-08-16Tweak the getdents() kernel prototype to use "void *"guenther1-2/+4
2013-08-12Make sure we don't install the private radeondrm(4) headers, by leaving outkettenis1-2/+2
2013-08-10libkafs5->libkafs ; forgotten in previousajacoutot1-2/+2
2013-08-06Remove support for COMPILER_VERSION == gcc2.miod1-5/+2
2013-08-06Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vaxmiod1-7/+7
2013-06-19unlink libheimntlm and libhx509robert1-4/+2
2013-06-17switch to new kerberosV directory layoutrobert1-2/+15
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2-4/+15
2013-06-11Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>matthew1-4/+1
2013-06-04Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink.brad1-2/+2
2013-06-02XPG 4 apparently exposed d_ino and ino_t. Also, always pull inguenther1-2/+4
2013-05-31Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot1-1/+5
2013-05-13Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot1-1/+2
2013-04-15Implement fdatasync() as a wrapper around fsync()matthew1-1/+4
2013-04-15SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in amillert1-2/+22
2013-04-11getpgid() and getsid() were rolled into POSIX in 2008guenther1-2/+2
2013-04-11Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?)guenther1-18/+21
2013-04-02Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the futureguenther2-4/+4
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)eric2-2/+9
2013-03-24I can see no reason for #ifndef _KERNEL check in a /usr/includederaadt1-4/+1
2013-03-24dlerror() should not return const char *, as noted by landryderaadt1-2/+2
2013-03-21Do not install the dev/pci/drm/i915 directory to /usr/includederaadt1-3/+4
2013-03-18forget about this for now; wait till laterderaadt1-3/+2
2013-03-18Skip another irrelevant leaf when descending into sys/devderaadt1-2/+3
2013-03-01Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesguenther1-2/+33
2013-03-01Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008guenther1-10/+12
2013-02-17Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAXguenther1-2/+2
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad1-1/+7
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt23-53/+23
2012-12-03Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),millert1-1/+9
2012-11-29Change scandir()'s 'select' argument fromguenther1-2/+2
2012-10-01More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,guenther4-34/+49
2012-09-26Explicitly annotate setjmp() and longjmp() (and friends) asbrad1-7/+7
2012-09-23uint32_t is the integer type defined in stdint.hespie1-2/+2