NetBSD/sys
jdolecek 67e67ac7dc Replace the (no longer working) check for tp->t_line == 0 with
tp->t_linesw == linesw[0]. Hopefully this is correct.
2000-11-27 18:39:04 +00:00
..
adosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
arch Replace the (no longer working) check for tp->t_line == 0 with 2000-11-27 18:39:04 +00:00
coda Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
compat adapt to execsw[] changes 2000-11-27 17:25:24 +00:00
conf 1.5L - UBC! 2000-11-27 09:43:49 +00:00
crypto sync with kame. 2000-11-06 14:11:40 +00:00
ddb add ddb commands "show uvmexp" and "show ncache". 2000-11-24 07:25:50 +00:00
dev BUG FIX: pccbb turns off PC Cards' power on the bus in shutdown hook. 2000-11-27 09:04:32 +00:00
filecorefs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
gdbscripts
ipkdb
isofs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
kern prototype netbsd_elf64_probe() ifdef EXEC_ELF64, not for if !defined(EXEC_ELF32) 2000-11-27 18:04:32 +00:00
lib Fix tyop in comment. 2000-11-26 03:31:20 +00:00
lkm
miscfs allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
msdosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
net Use DMA from mbuf instead of copy in transmit. 2000-11-20 12:12:18 +00:00
netatalk
netccitt
netinet IFA_STATS stability (not complete); don't touch ip if it is NULL. 2000-11-24 03:43:20 +00:00
netinet6 Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
netiso fix paren/#ifdef match. 2000-10-02 03:54:53 +00:00
netkey don't waste entropy by use of key_random(). use key_randomfill() for 2000-10-07 12:08:33 +00:00
netnatm
netns
nfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ntfs Update for hashinit() change. 2000-11-08 14:28:12 +00:00
stand
sys allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
ufs allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
uvm allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
Makefile