Go to file
ragge 996e5bf55a Stop the network interface after kernel is loaded but before starting it.
Not doing this caused packets to be read into memory somewhere after the
kernel was started but before the device was probed, normally in the
system page table. This gave quite unpredictable results...
1999-06-30 18:38:03 +00:00
bin Don't ask for permission to unlink a file if the access error is ETXTBSY. 1999-06-30 10:18:59 +00:00
distrib Add release targets, intended for use by the src/etc/Makefile `make release'. 1999-06-30 18:36:37 +00:00
etc usbd is dead. 1999-06-30 06:48:05 +00:00
games man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861 1999-06-27 04:35:42 +00:00
gnu Deal with the strlen() problem in this program which apparently can't just 1999-06-27 06:14:51 +00:00
include - provide forward struct declarations for all functions. 1999-06-12 18:06:19 +00:00
lib Give fhopen, fhstat, and fhstatfs a man page. 1999-06-30 01:32:14 +00:00
libexec Make longjmp work with dynamic linking. From Matt Thomas. 1999-06-28 17:28:56 +00:00
regress Compensate for fix to PR7761; kernel now clips overly large length 1999-06-19 18:02:06 +00:00
sbin Flesh out the manual page, add an examples section, and correct some of the 1999-06-28 21:48:13 +00:00
share Fixes and updates (most from Noriyuki Soda <soda@sra.co.jp>) 1999-06-29 02:06:40 +00:00
sys Stop the network interface after kernel is loaded but before starting it. 1999-06-30 18:38:03 +00:00
usr.bin Enlarge disk names in labels from 3 to 7 to cater for things like raid0. 1999-06-29 18:14:15 +00:00
usr.sbin s/getaddrinfo/get_addrinfo/, to avoid function name conflict with 1999-06-30 12:27:34 +00:00
Makefile