Go to file
cgd 750ee83e95 Set CWARNFLAGS to:
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
	-Wcast-qual -Wno-format
(if not already set).  -Wno-format is necessary because of the few
bits of code in the tree that use NetBSD's special kernel printf()
formats, and because there are a few bits of code that try to use the 'q'
modifier to print int64_t's (but int64_t's are only 'long' on the
alpha, not 'long long').
1996-11-13 20:53:24 +00:00
bin fix the the typos 1996-11-10 23:58:22 +00:00
distrib Add a description about how HDX should be used when preparing a NetBSD-bootable 1996-11-05 09:57:44 +00:00
etc Deal with missing `cgtwo', `uk' and `ss' devices. 1996-11-12 00:00:45 +00:00
games /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
gnu /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
include Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) by 1996-11-04 21:29:46 +00:00
lib Make openpty() work more than once. 1996-11-12 16:39:38 +00:00
libexec - implement -a (verfiy all hostnames) with code taken from rshd(8). 1996-11-08 07:47:44 +00:00
regress
sbin Fix more cosmetic problems -- changed .Nm fsck to just .Nm (thats the 1996-11-09 18:43:22 +00:00
share Move description of the busmouse protocol to busmouse.4 1996-11-12 19:27:29 +00:00
sys Set CWARNFLAGS to: 1996-11-13 20:53:24 +00:00
usr.bin /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 08:19:52 +00:00
usr.sbin Eliminate the "dangerous trailing context" (actually both uses of 1996-11-13 18:42:18 +00:00
Makefile