freebsd-dev/sys
John Dyson 23be6be853 Fix a problem with the vfs vnode caching that it doesn't grow quickly
enough and can cause some strange performance problems.  Specifically, at
or near startup time is when the problem is worst.  To reproduce
the problem, run "lat_syscall stat" from the alpha lmbench code right
after bootup.  A positive side effect of this mod is that the name
cache can be set to grow again by sysctl.  A noticable positive
performance impact is realized due to a larger namecache being available
as needed (or tuned.)
1997-08-04 07:43:28 +00:00
..
alpha Nuke the nonexistend pad bytes from the end of the DMI header structure. 1997-08-04 03:31:23 +00:00
amd64 Nuke the nonexistend pad bytes from the end of the DMI header structure. 1997-08-04 03:31:23 +00:00
compat/linux Removed unused #includes. 1997-07-20 16:06:08 +00:00
compile
conf Synchronize with sys/i386/conf/options.i386 revision 1.54. 1997-08-02 10:23:17 +00:00
ddb Some staticized variables were still declared to be extern. 1997-06-30 23:54:50 +00:00
dev Merge Matt's if_de.c changes in. 1997-08-03 13:00:42 +00:00
fs Removed unused #includes. 1997-08-02 14:33:27 +00:00
geom Removed unused #includes. 1997-06-14 13:56:12 +00:00
gnu Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
i386 Make the WD code work on my P6DNF running on the SMP code. It appears 1997-08-04 05:26:49 +00:00
isa Fix a brino in my last commit. 1997-07-26 07:58:29 +00:00
isofs/cd9660 Removed unused #includes. 1997-08-02 14:33:27 +00:00
kern Fix a problem with the vfs vnode caching that it doesn't grow quickly 1997-08-04 07:43:28 +00:00
libkern Removed unused #includes. 1997-08-02 14:33:27 +00:00
miscfs Removed unused #includes. 1997-08-02 14:33:27 +00:00
modules Fixed bitrot in fpu LKMs. 1997-07-20 08:46:30 +00:00
msdosfs Remove redundant check for vp == dvp (done in VFS before calling). 1997-05-17 18:32:53 +00:00
net Removed unused #includes. 1997-08-02 14:33:27 +00:00
netatalk Removed unused #includes. 1997-08-02 14:33:27 +00:00
netinet Update to version 2.2. Only the PacketAlias*() 1997-08-03 18:20:03 +00:00
netipx Don't depend on gcc's feature of permitting labels that aren't followed 1997-07-01 00:22:51 +00:00
netkey
netnatm Removed unused #includes. 1997-08-02 14:33:27 +00:00
netns Remove unneeded member nsp_head from struct nspcb. 1997-04-14 18:26:51 +00:00
nfs Removed unused #includes. 1997-08-02 14:33:27 +00:00
nfsclient Removed unused #includes. 1997-08-02 14:33:27 +00:00
nfsserver Removed unused #includes. 1997-08-02 14:33:27 +00:00
pc98 Synchronize with sys/i386/conf/options.i386 revision 1.54. 1997-08-02 10:23:17 +00:00
pccard Oops, unremoved used #include. 1997-07-21 16:55:28 +00:00
pci Merge Matt's if_de.c changes in. 1997-08-03 13:00:42 +00:00
powerpc/include Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
rpc Resolve conflicts. 1997-05-28 04:45:15 +00:00
scsi Removed unused #includes. 1997-08-02 14:33:27 +00:00
sys Implement dlsym(RTLD_NEXT, symbol). 1997-08-02 04:56:44 +00:00
tools Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ufs We got a couple of "map mismatch" panics from the following 1997-08-04 07:30:43 +00:00
vm Removed unused #includes. 1997-08-02 14:33:27 +00:00
Makefile Commit a long-forgotten tweak for building tags in /usr/src/sys. 1997-07-13 07:36:20 +00:00