6504 Commits (9690bbcd180d841f223770f90ebeae5576aa9eaa)
 

Author SHA1 Message Date
  matthew bffb735356 Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> 11 years ago
  millert e8e815fedd Fix parsing of ambiguous options, the whole loop must be processed. 11 years ago
  bmercer f7a0671ef5 Document the cpsw driver. Feedback from many. 11 years ago
  guenther c2e0eb431a Move _Exit() from the exit() manpage to the _exit() manpage, as it's 11 years ago
  tedu 730e7b8c19 i copied .Fd just like everybody else. use .In 11 years ago
  tedu 4ec5da8bd2 use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze 11 years ago
  tedu 3d36d226ed Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze 11 years ago
  brad caa894ec52 Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink. 11 years ago
  tedu c2b93759b2 revert. check is < 1, not < 0. 11 years ago
  tedu 277ec73d81 oops, rounds is unsigned now 11 years ago
  sthen 48f3be7070 fix pexp 11 years ago
  jmc 15dc842a8d \-1; 11 years ago
  deraadt 8d8738cfc7 remove some incredible lies about overlapping buffers 11 years ago
  mpi e9ce92d3c3 Add more ttys needed for virtual consoles. 11 years ago
  tedu 4a5f9f3525 regen 11 years ago
  tedu 476a7e68d4 not much use for sha1 .Xr 11 years ago
  tedu 64a805d564 Add bcrypt_pbkdf, a password based key derivation function using bcrypt. 11 years ago
  tedu f5cb082028 fuse on more archs 11 years ago
  tedu a716d77d56 regen. reminded by miod 11 years ago
  tedu 6c41a94354 userland fuse support, but not attaching libfuse yet. ok beck deraadt 11 years ago
  matthew 541be88fbc Two small cleanups to atexit: remove unneeded __atexit_invalid, and 11 years ago
  guenther 2e8e558d31 XPG 4 apparently exposed d_ino and ino_t. Also, always pull in 11 years ago
  florian c65c6496e7 move bgplg and slowcgi sockets to /var/www/run 11 years ago
  stsp 09f858d25d Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. 11 years ago
  stsp 6e2af72b20 Stop generating arbitrary directories in /usr/share/locale. 11 years ago
  jasper 7c4daa328f +bsd.mp 11 years ago
  naddy 6ee85026c2 hook up slowcgi to the tree, including /etc glue and a sample configuration 11 years ago
  ajacoutot 5939c60102 Add getprogname() and setprogname() to ease slackers^porters' work. 11 years ago
  florian f8f4e11d63 There is no boot on beagle. 11 years ago
  ajacoutot 007d5eb116 Remove useless include. 11 years ago
  bcallah d00e40945b Change console speed to 115200. 11 years ago
  matthew c01980f9dc Fix pty descriptor leak if fork() fails. 11 years ago
  miod 4a98f9548d /dev/ttyc is no longer special, now that sun serial mice are handled by 11 years ago
  ajacoutot 29e7601c1a typo: compare len against null needle, not haystack 11 years ago
  ajacoutot 479d5fd1ec Add an implementation of memmem() -- from FreeBSD with some tweaks. 11 years ago
  ajacoutot 966d9d4e41 Sort the npppd entries. 11 years ago
  miod 1885eacf96 Install and document the S-Records boot loader. 11 years ago
  mglocker 27f85bb7b7 Remove unused function argument variables 'len' and 'auth' from 11 years ago
  ajacoutot 2b23b63b2a Remove most of pre-rc.d(8) backward compatibility. 11 years ago
  okan 179b4ca76f use FD_CLOEXEC instead of 1; from David Hill 11 years ago
  okan 0b316e60e4 use O_CLOEXEC with open() instead of open/fcntl; from David Hill 11 years ago
  tedu 0973ffaaef tweak a few comments 11 years ago
  tedu 8004c4ec56 this man page is mostly about password hashing now (you really don't 11 years ago
  deraadt 8546b9afd6 disable inetd by default; ok aja millert 11 years ago
  tedu c356b39b66 Xr encrypt(1) to give people a hint if they just want a password string 11 years ago
  deraadt 735f14d41b disable time (rfc868) service by default 11 years ago
  tedu b359b9cba3 surround the error strings with quotes to clarify exactly which strings 11 years ago
  tedu a7f87548b0 the tiniest of style tweaks 11 years ago
  tedu b30c509647 add some prototypes, casts, includes, parenthesis, and whatnot to 11 years ago
  matthew 95264d79f4 Implement fdatasync() as a wrapper around fsync() 11 years ago