Go to file
kleink b97c99a7d6 * Define socklen_t, an unsigned integral type used to hold the lengths of
socket options, addresses etc., and use it where specified by XNS5.
* Per XNS5, change data pointers types in struct msghdr from caddr_t to void *;
  make msg_iovlen a signed int (apparently for consistency with the iovcnt
  argument to readv()/writev()).
* Some name space protection.
1999-02-10 17:57:27 +00:00
bin Fix opt_add() prototype. 1999-02-07 15:08:50 +00:00
distrib Provide a minimal instruction/data cache synchronization C binding. 1999-02-09 22:32:33 +00:00
etc Change a BUILD to an UPDATE that I missed in the last commit. 1999-02-09 19:55:58 +00:00
games tgetent() handles const correctly in current 1999-02-10 17:08:06 +00:00
gnu Add "mipselnetbsd_vec" to mipse[bl]. 1999-02-10 17:53:50 +00:00
include Add l64a_r(), a reentrant version of l64a(); found in the Multithreading 1999-02-06 15:04:05 +00:00
lib Add missing LIBRARY section. 1999-02-10 17:30:45 +00:00
libexec Build depending on OBJECT_FMT not a list of MACHINE_ARCH's 1999-02-09 20:27:04 +00:00
regress Fix typo in previous commit 1999-02-04 18:58:33 +00:00
sbin add BeOS entry, from URA Hiroshi, PR 6974 1999-02-09 19:11:46 +00:00
share Fix the bug that was inserting blank lines between `pages' in tty 1999-02-09 18:11:36 +00:00
sys * Define socklen_t, an unsigned integral type used to hold the lengths of 1999-02-10 17:57:27 +00:00
usr.bin Replace home-grown option handling with getopt(3); delint. 1999-02-10 16:16:43 +00:00
usr.sbin Make sure SIGTERM is blocked in the SIGHUP handler and vice versa. 1999-02-10 03:00:06 +00:00
Makefile Build the domestic libraries first, before building programs. Unfortunately 1999-02-09 19:52:50 +00:00