NetBSD/sys
nathanw 1e16e443e6 Rewrite the inner loop of vcopypage() and vzeropage() to be entirely
in inline asm and include turning the DMMU off and back on. This
prevents the compiler (especially gcc -O0) from inserting accesses to
locations in virtual address space when such accesses would fail.
2005-04-11 18:35:38 +00:00
..
altq nuke trailing whitespace 2005-02-26 22:58:54 +00:00
arch Rewrite the inner loop of vcopypage() and vzeropage() to be entirely 2005-04-11 18:35:38 +00:00
coda nuke trailing whitespace 2005-02-26 22:58:54 +00:00
compat merge yamt-km branch. 2005-04-01 11:59:21 +00:00
conf make blist compilable on netbsd. 2005-04-06 11:33:54 +00:00
crypto nuke trailing whitespace 2005-02-26 22:58:54 +00:00
ddb remove stray error(1) comment. 2005-03-28 01:05:13 +00:00
dev Add ac97_attach_type(), to allow the hw driver to skip probes for audio or 2005-04-11 18:26:48 +00:00
dist Upgraded IPFilter to 4.1.8 2005-04-03 15:05:30 +00:00
fs - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
gdbscripts nuke trailing whitespace 2005-02-26 22:58:54 +00:00
ipkdb nuke trailing whitespace 2005-02-26 22:58:54 +00:00
kern The definition of IRFRAMEDISC (10) is incorrect since the value is dynamic. 2005-04-10 14:28:11 +00:00
lib Use std form for a multi-line comment 2005-04-09 13:04:35 +00:00
lkm add missing prototype for when CODA_COMPAT_5 is #define'd 2005-03-28 06:59:13 +00:00
miscfs PR/29782: Martin Husemann: procfs can not unmount when some process has its 2005-04-02 06:15:09 +00:00
net no point in assigning to ifq twice. 2005-03-31 21:19:35 +00:00
net80211 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netatalk nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netccitt nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netinet when doing TSO, avoid to use duplicated ip_id heavily. 2005-04-07 12:22:47 +00:00
netinet6 Make sure that prefixes get purged. This fixes PR kern/21189, 2005-04-03 11:02:27 +00:00
netipsec Repair references to nonexistent structs in sys/netipsec/key.c after 2005-02-28 17:47:50 +00:00
netisdn nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netiso nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netkey nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netnatm nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netns nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netsmb nuke trailing whitespace 2005-02-26 22:31:44 +00:00
nfs nfsrv_rcv: don't do so_receive from socket upcall context. 2005-03-29 09:22:35 +00:00
opencrypto nuke trailing whitespace 2005-02-26 22:31:44 +00:00
stand
sys The definition of IRFRAMEDISC (10) is incorrect since the value is dynamic. 2005-04-10 14:28:11 +00:00
ufs Clean up the handling of the pager_map deadlock in lfs_putpages, after 2005-04-08 00:08:42 +00:00
uvm use voff_t instead of vaddr_t to hold file offset passed to pgo_put 2005-04-07 06:44:15 +00:00
Makefile