800 Commits (ac370875b0bfaf778fbddf7969af38c928e30e00)

Author SHA1 Message Date
  guenther 5ebaeabad3 lint is dead (long live the lint!), so stop using it as a cpp conditional 10 years ago
  tedu ada69bdc62 the default rsh is now spelled ssh. ok deraadt 10 years ago
  florian 1c3ccedd79 Unhook httpd(8) from build 10 years ago
  tedu 2beb8f104d add explicit_bzero to libc. implementation subject to change, but start 10 years ago
  guenther c42f7865bd Delete struct definitions that have been obsolete for a dozen years 10 years ago
  martynas 9af00b1d73 Annotate a few more bounded functions: realpath(3) needs a buffer 10 years ago
  millert 270de5c380 Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@ 10 years ago
  zhuk eea8ca989f Zap some getdirentries() leftovers. 10 years ago
  naddy 1be57829f4 remove the final vestiges of the stty(), gtty(), and ftime() compatibility 10 years ago
  deraadt dd897d4f2d oops, sgtty.h stays for a little longer 10 years ago
  deraadt de6fe00f6f express final disapproval of the interfaces in libcompat, such as 10 years ago
  krw 52fa874892 CIRCLEQ begone. 10 years ago
  millert 6ba1b759a9 The getopt() prototype and externs don't belong in stdlib.h. Berkeley 10 years ago
  sthen 55cef8bf73 Install fuse headers in 'make includes', diff from stsp@, ok guenther@ 10 years ago
  guenther d5fc1b9cec Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. 10 years ago
  guenther 0af6d6f502 - add UNIX-domain socket info to struct kinfo_file2 10 years ago
  deraadt 0fc3ded4b5 Remove arc4random_stir() and arc4random_addrandom(), which none should 10 years ago
  deraadt 5b72d698d6 Remove more knowledge of a.out and stab information from the tree. 10 years ago
  deraadt 27c899b822 remove bogus comment 10 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 11 years ago
  millert 4606f10eb9 Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), 11 years ago