NetBSD/sys
bouyer 149c671b66 extent_alloc_subregion1(): when a candidate region doesn't fit after being
rounded up to respect boundary limits, adjust newstart and last before
skiping to the next region. Otherwise we may check the same candidate
region against the start of the next region, no the one immediatly following
the hole, leading to corrupted map.

This fixes the panic seen on sparc64 with scsi drivers, and probably fixes
PR 15489.
2002-02-09 01:00:09 +00:00
..
adosfs
altq
arch The Npwr has a 19-bit timer. Make sure values programmed into 2002-02-08 23:50:53 +00:00
coda
compat Handle MAP_ANON (0x100 in Solaris8, not 0x1000) properly, by factoring out 2002-02-07 23:22:24 +00:00
conf Reduce the massive code duplication regarding joy(4). Split it into 2002-02-02 18:37:38 +00:00
crypto
ddb
dev | Module Name: syssrc 2002-02-08 14:55:23 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern extent_alloc_subregion1(): when a candidate region doesn't fit after being 2002-02-09 01:00:09 +00:00
lib sync 2002-01-24 00:45:22 +00:00
lkm whitespace cleanup 2002-02-05 15:28:03 +00:00
miscfs in genfs_putpages(): 2002-01-26 02:44:27 +00:00
msdosfs
net Avoid any non-error output for normal operations, only print those 2002-02-01 13:50:00 +00:00
netatalk
netccitt
netinet IFF_POINTTOPOINT interfaces can also transmit packets to broadcast 2002-02-07 21:47:45 +00:00
netinet6 make sure to check address family on route cache. with IPv4 mapped 2002-01-22 03:53:55 +00:00
netisdn Don't crash when trying to read phone data while there is no ISDN 2002-01-27 11:42:13 +00:00
netiso
netkey change key_timehandler to take void * as argument. sync with kame. 2002-01-31 07:05:43 +00:00
netnatm
netns
netsmb
nfs use curproc instead of b_proc for NFS. that's what we want for sync commits 2002-01-31 05:56:57 +00:00
ntfs
stand
sys Add __MNT_CONTROL_FLAGS to __MNT_FLAGS for the sake of completeness.. 2002-02-05 21:25:48 +00:00
ufs #undef DIRBLKSIZ before #define-ing it 2002-02-06 15:44:49 +00:00
uvm
Makefile