NetBSD/sys
reinoud a661982b31 Use uvm_vnp_setwritesize() on file extending to instruct UVM to NOT read-in
the newly added space first. This significantly speeds up write speed for
msdosfs and making it at par with ffs wich already had this patched.

Speed increase measured on my IDE disc from 2Mb/sec to 32 Mb/sec
2007-12-28 17:46:48 +00:00
..
altq machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
arch Remove delaytab and just compute the reminder directly. This requires 2007-12-28 14:05:22 +00:00
coda Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
compat maxfiles is now an u_int. 2007-12-28 10:00:18 +00:00
conf Add PaX ASLR (Address Space Layout Randomization) [from elad and myself] 2007-12-26 22:11:47 +00:00
contrib/dev/ath use __KERNEL_RCSID() 2007-12-11 05:20:33 +00:00
crypto use __KERNEL_RCSID() 2007-12-11 23:31:07 +00:00
ddb Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
dev Regen. 2007-12-28 00:35:23 +00:00
dist Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
fs Use uvm_vnp_setwritesize() on file extending to instruct UVM to NOT read-in 2007-12-28 17:46:48 +00:00
gdbscripts
ipkdb Improve chances of having this file compiled. 2007-11-24 14:20:41 +00:00
kern Provide 8 more bits of stack randomization, from the PaX author. 2007-12-28 17:14:50 +00:00
lib Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
lkm Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
miscfs Merge more changes from vmlocking2, mainly: 2007-12-26 16:01:34 +00:00
net Convert to using if_set_sadl() instead of arc_storelladdr(), catching 2007-12-25 23:31:26 +00:00
net80211 Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
netatalk Get the rtentry from forwro in one less step. 2007-12-21 02:46:37 +00:00
netbt [experimentally] report failing commands 2007-11-28 21:46:52 +00:00
netinet Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
netinet6 Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
netipsec - Remove remain <= MHLEN restriction in m_makespace() 2007-12-14 20:55:22 +00:00
netisdn __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
netiso Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
netkey Use struct initializers. No functional change. 2007-12-07 19:46:18 +00:00
netnatm Use struct initializers. No functional change. 2007-12-07 19:46:18 +00:00
netsmb
nfs nfsrv_create: fix a use-after-release. 2007-12-22 03:31:15 +00:00
opencrypto Use the softint API. 2007-10-08 16:18:02 +00:00
rump Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
secmodel Add PT_TRACE_ME to switch statement. 2007-12-01 21:59:49 +00:00
stand
sys Provide 8 more bits of stack randomization, from the PaX author. 2007-12-28 17:14:50 +00:00
ufs Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
uvm Add PaX ASLR (Address Space Layout Randomization) [from elad and myself] 2007-12-26 22:11:47 +00:00
Makefile remove sun2 from no-rump list 2007-09-24 14:19:36 +00:00