NetBSD/sys
jdolecek 47ea6cbd85 Use hardcoded 8192 for PIPE_MINDIRECT, rather than being dependant
on PAGE_SIZE. The overhead of setting up Page Loan is pretty much constant
irregardless of page size, so it makes more sense to use fixed constant.

According to hbench, the overhead of Page Loan setup is still significantly
bigger than the performance gain for 4096 byte buffers on i386
(PIII/600Mhz). The difference is smaller on 386DX, but Page Loan is
still not faster for this case.

Also, there is some other code out there which expects 4KB writes
to not block even for 'blocking' write, since it works this
way on some other operating systems.
Partially addresses kern/14246 by Andreas Persson.
2001-10-28 20:27:55 +00:00
..
adosfs add glue required by new genfs_getpages(). 2001-09-30 18:47:48 +00:00
altq avoid divide-by-zero when the specified bandwidth is less than 8bps. 2001-10-26 04:59:18 +00:00
arch Added character devices #60 and #61 to chrtoblktbl[]. They were missing, 2001-10-28 17:11:56 +00:00
coda add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
compat use the copy of path stashed in pack->ep_emul_arg and free it. 2001-10-28 04:47:27 +00:00
conf Add kbdmux locator to wsdisplays. 2001-10-13 13:32:20 +00:00
crypto Add including <stdio.h> for compiling in user land. 2001-09-09 15:52:57 +00:00
ddb When setting watchpoints, call pmap_update() for each watchpoint, rather 2001-10-13 15:17:38 +00:00
dev Add a DIAGNOSTIC test. 2001-10-28 17:16:58 +00:00
filecorefs add glue required by new genfs_getpages(). 2001-09-30 18:47:48 +00:00
gdbscripts
ipkdb
isofs use fifo_putpages 2001-09-22 22:49:32 +00:00
kern make a copy of the epp->ep_path, because it is too late to use it when 2001-10-28 04:46:42 +00:00
lib Add "Red Black +" balanced binary tree routines to libkern. These provide 2001-10-24 22:40:56 +00:00
lkm change obsolete comment 2001-10-27 12:11:17 +00:00
miscfs s/genfs_do_putpages/genfs_gop_write/ in uvmhist. 2001-10-03 14:13:08 +00:00
msdosfs typo in previous. 2001-09-22 22:20:00 +00:00
net Don't call if_alloc_sadl when creating the pppoe interface, it's called 2001-10-28 09:48:20 +00:00
netatalk
netccitt Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netinet remove unused codepath (unifdef -UUDP6) 2001-10-24 06:04:08 +00:00
netinet6 no tcp_fasttimo any more. PR 14333 2001-10-24 09:37:00 +00:00
netisdn Install i4b_rbch_ioctl.h, it is needed i.e. for userland PPP. 2001-10-21 17:02:06 +00:00
netiso Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netkey sync with kame: 2001-10-19 01:57:20 +00:00
netnatm
netns Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netsmb Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
nfs Remove so variables that are only ever set and never referenced. 2001-10-13 23:25:58 +00:00
ntfs add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
smbfs replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
stand
sys Use hardcoded 8192 for PIPE_MINDIRECT, rather than being dependant 2001-10-28 20:27:55 +00:00
ufs - pull in ufsmount.h after inode.h, because the latter pulls in 2001-10-26 06:37:55 +00:00
uvm add some missing spinlocks. 2001-10-21 00:04:42 +00:00
Makefile Use @true instead of @${TRUE} in includes-foo targets, since there is no 2001-10-12 21:05:08 +00:00