Go to file
cgd 2a73ef60b7 change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
1996-08-27 21:53:46 +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 change cfprint_t type definition to take a const char *, rather than 1996-08-27 21:53:46 +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