NetBSD/sys
perseant 26c34e715f If ifile blocks were written before dirops were complete, and then the
system crashed, inodes could be allocated that were not referenced.  (Though
not a serious problem, it evidences itself in phase 4 of fsck_lfs.)  Fix
this by marking if_daddr with UNASSIGNED before the inodes are actually
written; at mount time the ifile is checked for UNASSIGNED entries and
any that are found are linked back into the free list.  (The latter
functionality should move into the roll-forward agent when it materializes.)
1999-11-09 02:21:05 +00:00
..
adosfs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
arch Include <sys/exec.h> instead of <a.out.h>/ 1999-11-08 23:29:56 +00:00
coda fix DEBUG printfs to compile. 1999-10-31 15:49:27 +00:00
compat undo confusion. 1999-11-02 08:02:43 +00:00
conf forgot one patch. add a define for wavelan 1999-10-29 21:41:19 +00:00
ddb db_cmd_list(): variable ``width'' might have be used uninitialized, initialize 1999-11-02 23:53:31 +00:00
dev correct number of BAR:s in cardbus_cis_info 1999-11-08 20:21:24 +00:00
filecorefs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
gdbscripts
ipkdb
isofs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
kern Fix recent bug in sys_accept(): we must remove the file descriptor from the 1999-11-05 11:48:57 +00:00
lib Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
lkm
miscfs Since we don't put layered device nodes in the spechash hash chains, 1999-10-25 23:34:31 +00:00
msdosfs Fix a problem in previous: we can't blindly assume that we have 1999-11-05 21:33:21 +00:00
net Make the ifmedia_entry list a TAILQ. This is pretty much for cosmetics 1999-11-03 23:06:35 +00:00
netatalk Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
netccitt
netinet disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel. 1999-10-26 09:53:17 +00:00
netinet6 fix well-known CPI handling bug. (sync with KAME code) 1999-11-05 14:57:00 +00:00
netiso
netkey
netnatm
netns defopt the XNS protocol (options NS), clean up the use of related 1999-10-25 19:18:10 +00:00
nfs Stuff values in va_blocksize that are closer to reality. 1999-11-01 21:32:41 +00:00
ntfs install only headers which are actually used when compiling userland 1999-11-01 20:40:48 +00:00
stand
sys Update user-level PPS-API to match -05 draft. 1999-11-04 05:33:58 +00:00
ufs If ifile blocks were written before dirops were complete, and then the 1999-11-09 02:21:05 +00:00
uvm Const poison uvm_wait(). 1999-11-04 21:51:42 +00:00
vm
Makefile Builds LKMs on PowerPC (although there are still some issues with loading 1999-11-08 00:16:40 +00:00