NetBSD/sys
bjh21 a4e000d9d7 When looking for somewhere to put the relocation table, reset the counter of
contingous pages to zero when we find a non-contiguous one.  This way, we'll
actually find a contiguous block of the correct size (assuming there is one).
The updated version still boots my NC correctly, and fails slightly more
pleasantly on mr Risc PC.
2006-03-25 11:45:50 +00:00
..
altq
arch When looking for somewhere to put the relocation table, reset the counter of 2006-03-25 11:45:50 +00:00
coda Add comments explaining how the 3 size variables for venus calls are 2006-03-15 14:30:56 +00:00
compat kill the last use of vm_fault_t, from Havard Eidnes 2006-03-20 13:14:37 +00:00
conf Commit forgotten definition of the ciss driver. 2006-03-21 22:33:07 +00:00
contrib
crypto
ddb
dev Use device_parent(). 2006-03-25 04:08:45 +00:00
dist Moved from sys/dev/acpi/acpica/Subsystem. 2006-03-23 13:36:31 +00:00
fs PR/32986: Kouichirou Hiratsuka: Don't proceed with unmounting the filesystem 2006-03-20 19:54:15 +00:00
gdbscripts
ipkdb
kern vn_rdwr(): Initialize `mp' to NULL. vn_finished_write() would be called 2006-03-24 17:16:10 +00:00
lib Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s 2006-03-11 15:40:07 +00:00
lkm
miscfs Allow optionnal /kern regular files to have custom read methods, the same 2006-03-14 20:47:52 +00:00
net Add a new function called ether_snprintf() which takes an external buffer 2006-03-16 15:57:59 +00:00
net80211 don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
netatalk
netccitt don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
netinet An MTU can't be negative so store them in unsigned variables. 2006-03-22 01:07:24 +00:00
netinet6 From KAME via SUZUKI Shinsuke: 2006-03-24 19:24:38 +00:00
netipsec FreeBSD SA-06:11 and CVE-2006-0905: update the replay sequence number 2006-03-23 15:25:46 +00:00
netisdn
netiso
netkey
netnatm
netns
netsmb
nfs Don't use DEBUG, add a new DEBUG_NFS_BOOT_DHCP variable to provide more 2006-03-16 15:55:20 +00:00
opencrypto don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
stand
sys kill the last use of vm_fault_t, from Havard Eidnes 2006-03-20 13:14:37 +00:00
ufs Improvements to LFS's paging mechanism, to wit: 2006-03-24 20:05:32 +00:00
uvm uvm_km_check_empty: fix an assertion. 2006-03-17 09:37:55 +00:00
Makefile