summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn'tdg1995-03-211-10/+8
* Don't gain/lose a reference to the object when yanking its pages indg1995-03-201-12/+5
* Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so candg1995-03-201-14/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+1
* Added a comment.dg1995-03-111-1/+5
* Reorganized an if() expression for efficiency.dg1995-03-101-3/+3
* Clean up and improve the namecache.phk1995-03-091-11/+24
* Put VAGE vnodes at the head of the free list.dg1995-03-071-5/+8
* Backed out previous change. I forgot (for about the fourth time) thatdg1995-02-271-3/+2
* Initialize v_rdev in getnewvnode() - it appears that some filesystemsdg1995-02-271-2/+3
* vfs_cluster.c:dg1995-02-221-2/+2
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-5/+5
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-158/+209
* Protect vnode buffer chain manipulation with splbio to prevent listdg1994-12-231-1/+8
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-6/+6
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-2/+5
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+4
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-13/+12
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-291-3/+19
* Initialized v_writecount.dg1994-08-241-2/+3
* print "BUSY" instead of error number if filesystem was busy duringdg1994-08-221-5/+13
* Implemented filesystem clean bit via:dg1994-08-201-1/+65
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-9/+38
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1322
OpenPOWER on IntegriCloud