800 Commits (ac370875b0bfaf778fbddf7969af38c928e30e00)

Author SHA1 Message Date
  sthen 55cef8bf73 Install fuse headers in 'make includes', diff from stsp@, ok guenther@ 11 years ago
  guenther d5fc1b9cec Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. 11 years ago
  guenther 0af6d6f502 - add UNIX-domain socket info to struct kinfo_file2 11 years ago
  deraadt 0fc3ded4b5 Remove arc4random_stir() and arc4random_addrandom(), which none should 11 years ago
  deraadt 5b72d698d6 Remove more knowledge of a.out and stab information from the tree. 11 years ago
  deraadt 27c899b822 remove bogus comment 11 years ago
  jsg e57e3cfeb8 netnatm is no more 11 years ago
  guenther ea1213f0e2 Tweak the getdents() kernel prototype to use "void *" 11 years ago
  kettenis c61a32c474 Make sure we don't install the private radeondrm(4) headers, by leaving out 11 years ago
  ajacoutot 7c7d3b527c libkafs5->libkafs ; forgotten in previous 11 years ago
  miod bb0b588c73 Remove support for COMPILER_VERSION == gcc2. 11 years ago
  miod a185c49bb9 Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vax 11 years ago
  robert d791f18c23 unlink libheimntlm and libhx509 11 years ago
  robert 676468c9e4 switch to new kerberosV directory layout 11 years ago
  guenther 7f8533a86d Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, 11 years ago
  matthew bffb735356 Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> 11 years ago
  brad caa894ec52 Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink. 11 years ago
  guenther 2e8e558d31 XPG 4 apparently exposed d_ino and ino_t. Also, always pull in 11 years ago
  ajacoutot 5939c60102 Add getprogname() and setprogname() to ease slackers^porters' work. 11 years ago
  ajacoutot 479d5fd1ec Add an implementation of memmem() -- from FreeBSD with some tweaks. 11 years ago
  matthew 95264d79f4 Implement fdatasync() as a wrapper around fsync() 11 years ago
  millert e648dc1623 SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a 11 years ago
  guenther 46ca494325 getpgid() and getsid() were rolled into POSIX in 2008 11 years ago
  guenther b261f1e443 Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?) 11 years ago
  guenther 526da4b6ac Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future 11 years ago
  eric edb5d34b17 Enable fmemopen(3) and open_{w,}memstream(3) 11 years ago
  deraadt 98fb0d8d89 I can see no reason for #ifndef _KERNEL check in a /usr/include 11 years ago
  deraadt 670afe993e dlerror() should not return const char *, as noted by landry 11 years ago
  deraadt 6a0d40e854 Do not install the dev/pci/drm/i915 directory to /usr/include 11 years ago
  deraadt afb10da73d forget about this for now; wait till later 11 years ago
  deraadt cf8aea6099 Skip another irrelevant leaf when descending into sys/dev 11 years ago
  guenther d274f83381 Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines 11 years ago
  guenther 7cc976045a Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008 11 years ago
  guenther 46fc691d3b Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX 11 years ago
  brad 75abb31084 Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). 11 years ago
  deraadt f0e9631687 Remove excessive sys/cdefs.h inclusion 12 years ago
  millert 4606f10eb9 Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), 12 years ago
  guenther 2ca690c613 Change scandir()'s 'select' argument from 12 years ago
  guenther 930b578553 More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, 12 years ago
  brad d6092fe99a Explicitly annotate setjmp() and longjmp() (and friends) as 12 years ago
  espie c723e438d4 uint32_t is the integer type defined in stdint.h 12 years ago
  guenther 9101d17c76 Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. 12 years ago
  deraadt 885d61e793 no more _PATH_AFSD required 12 years ago
  deraadt ccc7443735 do not install the nnpfs directory 12 years ago
  espie 96e8541cf3 hex constants unsigned, prevents some gcc warnings 12 years ago
  guenther e061e45abf Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the 12 years ago
  guenther 544bd8e2e0 Stop pulling in <sys/param.h> 12 years ago
  guenther 0de147cd86 bsearch() doesn't belong here (it's in <stdlib.h>) 12 years ago
  ratchov c325968137 Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. 12 years ago
  guenther e6333c5a80 Further standards compliance fixes: export LONG_BIT, WORD_BIT, and 12 years ago