Go to file
cgd bdbfa48c0b Add machine-independent assertion-checking support. macros are:
assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)
1996-08-27 00:44:20 +00:00
bin return 0.0 cpu usage for zombies. closes pr bin/2693. Perhaps this should 1996-08-15 01:41:23 +00:00
distrib added ./usr/include/machine/conf.h 1996-08-26 21:48:53 +00:00
etc move rpc daemon startup to after network startup so that if the machine is a DNS server and wants to resolve via itself, one doesn't have to wait for all the DNS queries to time out as each rpc daemon starts. This was particularly ugly with mountd. 1996-08-26 06:02:21 +00:00
games /usr/share/misc/termcap, not /etc/termcap 1996-08-17 20:48:06 +00:00
gnu Fixed NetBSD tag. 1996-08-21 18:43:29 +00:00
include Update from the new routed(8) source. 1996-08-10 01:37:09 +00:00
lib #ifdef _KERNEL, #include <lib/libkern/libkern.h> instead of <string.h>. 1996-08-15 22:45:17 +00:00
libexec Fixed NetBSD tag. 1996-08-21 18:43:29 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Reference the new sl(4) page 1996-08-10 21:26:42 +00:00
share add Advanced Power Management driver 1996-08-25 23:38:57 +00:00
sys Add machine-independent assertion-checking support. macros are: 1996-08-27 00:44:20 +00:00
usr.bin Add missing braces to for-loop to make compress work again after changes 1996-08-20 18:24:46 +00:00
usr.sbin add Advanced Power Management driver 1996-08-25 23:38:57 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00