NetBSD/sys
jeffs 19adf5c987 Make userret() "static __inline". This lets it be inlined, even if you
do not have the compiler inline normal functions to save space.  It helps
a bit on lmbench.
2000-12-14 21:24:53 +00:00
..
adosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
altq "KERNEL" doesn't belong in headers. 2000-12-14 18:51:10 +00:00
arch Make userret() "static __inline". This lets it be inlined, even if you 2000-12-14 21:24:53 +00:00
coda Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
compat regen 2000-12-14 20:39:36 +00:00
conf Add ALTQ glue. 2000-12-14 17:41:38 +00:00
crypto
ddb Make sure values for a %llx are long long. 2000-11-28 21:44:34 +00:00
dev if_qflush() -> IFQ_PURGE() 2000-12-14 17:48:23 +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 this doesn't need <sys/trace.h> 2000-12-13 17:48:46 +00:00
lib Copy from libc 2000-12-14 19:51:51 +00:00
lkm Add osf1_syscall.c. 2000-12-14 18:42:07 +00:00
miscfs implement VOP_GETPAGES(). 2000-12-11 02:50:17 +00:00
msdosfs in *_sync(), don't skip vnodes which have (potentially dirty) pages. 2000-12-10 19:36:31 +00:00
net Change an if_qflush() to an IFQ_PURGE() to deal with ALTQ correctly. 2000-12-14 17:47:26 +00:00
netatalk
netccitt
netinet Add ALTQ glue. XXX Temporary until ALTQ is changed to use a pfil hook. 2000-12-14 17:36:44 +00:00
netinet6 Add ALTQ glue. XXX Temporary until ALTQ is changed to use a pfil hook. 2000-12-14 17:36:44 +00:00
netiso
netkey
netnatm
netns
netsmb get rid of md4.h 2000-12-08 06:22:53 +00:00
nfs <sys/trace.h> is not needed here 2000-12-13 18:15:56 +00:00
ntfs
smbfs initial stab at smbfs (CIFS). originally for freebsd by boris popov, 2000-12-07 03:33:46 +00:00
stand
sys Made weak_alias create correct labels on sh-elf. 2000-12-14 18:47:30 +00:00
ufs Patch from Kirk McKusick to fix an ordering problem in softdep_setup_freeblks() 2000-12-13 20:07:32 +00:00
uvm continue processing the inactive queue past the free target when 2000-12-13 17:03:32 +00:00
Makefile