aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-211-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-1/+7
* kern_conf.c: remove a now unused variable.Poul-Henning Kamp1995-12-221-7/+8
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-7/+10
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Fixed serious off by one bug I introduced that will likely cause theDavid Greenman1995-04-151-3/+3
* kern_subr.c:David Greenman1995-04-041-5/+5
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cacheDavid Greenman1995-03-191-2/+2
* Update a couple of counters.Poul-Henning Kamp1995-03-121-1/+3
* Whoops, back out that last change - I misread what Poul had done there.David Greenman1995-03-101-2/+2
* Don't thrash the name cache while trying to fill up the object cache.David Greenman1995-03-101-2/+2
* Clean up and improve the namecache.Poul-Henning Kamp1995-03-091-105/+130
* Another little optimization to the nameicache.Poul-Henning Kamp1995-03-081-14/+4
* Improve the quality of the hash used in the namei-cache.Poul-Henning Kamp1995-03-081-3/+3
* Update vfs_cache.c to use the <sys/queue.h> macros. This makes it easierPoul-Henning Kamp1995-03-061-113/+64
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-13/+24
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+4
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+328