summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* A test was backwards.phk1995-11-291-2/+3
* Mega commit for sysctl.phk1995-11-201-39/+21
* Fixed support for DIAGNOSTIC option. SYSCTL_INT() depends on kernel.h.bde1995-11-161-1/+2
* Change some of the debug sysctl vars. The semantics of these will change.phk1995-11-141-3/+2
* Fixed type of vfs_free_netcred().bde1995-11-111-4/+2
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-3/+3
* This is a modification missed by me in the msync fixes a few days ago.dyson1995-11-071-2/+2
* Call vfs_unbusy() before error returns from sysctl_vnode(). This fixesbde1995-10-281-3/+7
* Don't compile the diagnostic functions vhold() and holdrele() unlessbde1995-08-251-1/+3
* Converted mountlist to a CIRCLEQ.dg1995-08-111-10/+12
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-8/+2
* Improve negative usecount diagnostic a little.dg1995-07-081-4/+4
* 1) Converted v_vmdata to v_object.dg1995-06-281-6/+5
* Pass the correct nonblocking flag to VOP_CLOSE() in vclean().bde1995-06-271-2/+3
* Changes to fix the following bugs:dg1995-05-211-1/+29
* Increased ratio of allowed vnodes on freelist to 1/4th of the total. Thisdg1995-05-121-3/+3
* Changed #ifdef around printlockedvnodes() from DEBUG to DDB.dg1995-04-161-2/+2
* Changes from John Dyson and myself:dg1995-04-091-2/+2
* 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