NetBSD/sys
matt ce8489309f There is no need to use MALLOC/FREE when rebuilding the execsw array
due to LKM loading/unloading.  This is not performance critical.
2006-03-22 01:14:46 +00:00
..
altq Fix some typos. 2006-02-25 02:28:55 +00:00
arch Remove a file that should never have been committed. (Stub implementation 2006-03-21 22:50:21 +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 Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
crypto merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ddb Add a "show all pages" command to DDB which prints one line per physical 2006-02-19 18:52:29 +00:00
dev fw_bus_probe_thread: change wmesg from "-" to "fwprobe". 2006-03-21 23:29:04 +00:00
dist don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
fs PR/32986: Kouichirou Hiratsuka: Don't proceed with unmounting the filesystem 2006-03-20 19:54:15 +00:00
gdbscripts merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipkdb Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
kern There is no need to use MALLOC/FREE when rebuilding the execsw array 2006-03-22 01:14:46 +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 Fix "hard reboot" problem reported by Rhialto weeks ago on current-users@. 2006-02-03 02:37:57 +00:00
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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 RFC 4191 changed the meaning of the "Reserved" Router Preference 2006-03-20 12:13:05 +00:00
netipsec Fix some typos. 2006-02-25 02:28:55 +00:00
netisdn Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
netiso compile with no options INET 2005-12-28 09:18:46 +00:00
netkey Make this compile without INET6. Spotted by Arto Selonen and Kurt 2006-01-25 15:12:05 +00:00
netnatm merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netns merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netsmb merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sys kill the last use of vm_fault_t, from Havard Eidnes 2006-03-20 13:14:37 +00:00
ufs More MALLOC -> malloc changes. 2006-03-19 17:50:42 +00:00
uvm uvm_km_check_empty: fix an assertion. 2006-03-17 09:37:55 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00