freebsd-skq/sys
kan 4d72fc60d0 MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.
vm_pager_init() is run before required nswbuf variable has been set
to correct value. This caused system to run with single pbuf available
for vnode_pager. Handle both cluster_pbuf_freecnt and vnode_pbuf_freecnt
variableis in the same way.

Approved by:	re (kensmith)
2005-08-15 14:04:47 +00:00
..
alpha MFC: Convert the atomic pointer operations to operate on uintptr_t rather 2005-08-05 19:44:00 +00:00
amd64 MFC: Convert the atomic pointer operations to operate on uintptr_t rather 2005-08-05 19:44:00 +00:00
arm MFC: Add extra constraints to inform the compiler that the memory being 2005-08-05 19:46:13 +00:00
boot MFC rev 1.73: 2005-08-15 06:14:07 +00:00
bsm For consistency with more system include files, add a trailing '_' to 2005-05-29 16:11:34 +00:00
cam Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
coda Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
compat Regenerate. 2005-07-20 17:43:53 +00:00
conf MFC: Connect GEOM_ELI class to the build. 2005-08-05 20:02:46 +00:00
contrib MFC: pf.c, 1.35 pfvar.h, 1.12 2005-08-06 01:52:35 +00:00
crypto gbde(8) is also rejndael user. 2005-03-11 22:07:04 +00:00
ddb Implement functions calls from within DDB on ia64. On ia64 a function 2005-07-02 23:52:37 +00:00
dev MFC: Recognize D-Link DGE-528(T) Gigabit as an re(4) device. 2005-08-15 14:02:37 +00:00
doc
fs Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
gdb check return value of gdb_rx_varhex 2005-03-28 18:31:18 +00:00
geom MFC: g_raid3.c 1.41 2005-08-05 19:43:29 +00:00
gnu Repair this: 2005-07-09 18:30:31 +00:00
i4b This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-07-11 04:14:43 +00:00
i386 MFC 1.4: make kernel build succeed when with "options CPU_DISABLE_SSE". 2005-08-11 14:28:42 +00:00
ia64 MFC: Convert the atomic pointer operations to operate on uintptr_t rather 2005-08-05 19:44:00 +00:00
isa This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-07-11 04:14:43 +00:00
isofs/cd9660 - Change all filesystems and vfs_cache to relock the dvp once the child is 2005-04-13 10:59:09 +00:00
kern MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. 2005-08-15 14:04:47 +00:00
libkern Fix kiconv on the 64bit plathomes. 2005-05-24 15:38:08 +00:00
modules MFC: Connect GEOM_ELI class to the build. 2005-08-05 20:02:46 +00:00
net Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
net80211 Sync wireless support from HEAD: 2005-07-29 23:31:04 +00:00
netatalk Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is 2005-07-05 23:39:51 +00:00
netatm Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netgraph MFC 1.10: 2005-08-10 15:00:57 +00:00
netinet Merge if_atm.c:1.20 from HEAD to RELENG_6: 2005-08-15 09:54:00 +00:00
netinet6 MFC Rev. 1.31 2005-08-15 00:28:31 +00:00
netipsec Correct typo in a comment describing vshiftl(). 2005-06-02 23:56:10 +00:00
netipx Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netkey fixed an unexpected addr/port matching failure in IPv6 SA management 2005-01-10 13:06:42 +00:00
netnatm Merge natm.c:1.39, natm.h:1.12, natm_proto.c:1.17 from HEAD to RELENG_6: 2005-08-15 09:52:22 +00:00
netncp avoid potential null ptr derefs 2005-02-23 22:44:38 +00:00
netsmb Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
nfs /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
nfs4client - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never 2005-04-25 05:11:19 +00:00
nfsclient MFC: rev 1.127 2005-07-21 16:19:02 +00:00
nfsserver NFS write gathering defers execution of NFS server write requests to wait 2005-04-17 16:25:36 +00:00
opencrypto malloc.h relies on param.h for a definition of MAXCPU. I guess that there is 2005-05-30 05:01:44 +00:00
pc98 MFi386: revision 1.1202.2.1 (r300 DRM support). 2005-08-10 15:56:13 +00:00
pccard Change a directory layout for pc98. 2005-05-10 12:02:18 +00:00
pci MFC: Recognize D-Link DGE-528(T) Gigabit as an re(4) device. 2005-08-15 14:02:37 +00:00
posix4 Introduce MAC Framework and MAC Policy entry points to label and control 2005-05-04 10:39:15 +00:00
powerpc MFC machdep.c r1.90 2005-08-08 07:02:12 +00:00
rpc This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-07-11 04:14:43 +00:00
security Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
sparc64 MFC: Add extra constraints to inform the compiler that the memory being 2005-08-05 19:46:13 +00:00
sys MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. 2005-08-15 14:04:47 +00:00
tools Allow EVFILT_VNODE events to work on every filesystem type, not just 2005-06-09 20:20:31 +00:00
ufs MFC ffs_softdep.c 1.182, softdep.h 1.18 2005-08-10 14:09:25 +00:00
vm MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. 2005-08-15 14:04:47 +00:00
Makefile When building cscopnamefile, default architecture to ${MACHINE}, not i386. 2005-03-08 00:09:41 +00:00