NetBSD/sys
martin e14f4779db Avoid duplicate expensive lookups by passing a pointer to the call
descriptor/a pointer to the layer 3 state directly to driver functions,
instead of their ID/index.
2002-03-30 11:15:41 +00:00
..
adosfs Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
altq bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
arch Add -b option to write the second-stage bootloader contiguously. (for ustarfs) 2002-03-30 07:19:30 +00:00
coda Add the statfs upcall so df now reports cache size and usage. 2002-03-27 05:10:40 +00:00
compat - #undef DPRINTF for files that are included from other files. 2002-03-29 20:49:40 +00:00
conf `mk48txx' no longer needs a flag. 2002-03-28 11:56:32 +00:00
crypto sync blowfish function prototype between i386 assembly and C. 2002-02-27 01:32:17 +00:00
ddb Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
dev Avoid duplicate expensive lookups by passing a pointer to the call 2002-03-30 11:15:41 +00:00
filecorefs Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
fs
gdbscripts
ipkdb
isofs Add the actual session offset to the volume size. This makes 2002-03-26 19:04:23 +00:00
kern Print ttyinfo *before* (not after) sending SIGINFO to processes. 2002-03-25 04:26:43 +00:00
lib Add a 1byte pad to make the ustar_t word aligned so the uas_1cyl after it 2002-03-30 01:29:48 +00:00
lkm PE/COFF header size is PECOFF_HDR_SIZE, not sizeof(struct exec). 2002-03-29 17:49:21 +00:00
miscfs in genfs_compat_getpages(), clear any part of a page that 2002-03-22 03:51:51 +00:00
msdosfs use DTYPE_VND (the one intended) rather than bogus DTYPE_VNODE 2002-03-25 20:42:40 +00:00
net We are not guaranteed that we have enough bytes to get a struct ip from our 2002-03-26 16:05:03 +00:00
netatalk
netccitt
netinet do not consider /32 address itself as broadcast. 2002-03-30 00:40:32 +00:00
netinet6 make sure to check address family in route cache 2002-03-28 01:33:50 +00:00
netisdn Avoid duplicate expensive lookups by passing a pointer to the call 2002-03-30 11:15:41 +00:00
netiso
netkey remove unneeded #if 2002-03-21 04:41:03 +00:00
netnatm
netns
netsmb
nfs remove PGO_WEAK, it isn't needed anymore. 2002-03-25 02:08:09 +00:00
ntfs
stand
sys Make a definition of FSMAXTYPES always available, as discussed on 2002-03-27 19:07:32 +00:00
ufs if the size argument to write(2) is 0, do not modify the file in any way, 2002-03-25 02:23:55 +00:00
uvm In amap_pp_adjref(), avoid incorrectly merging the first two chunks in 2002-03-28 06:06:29 +00:00
Makefile