summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* Restored writability of kern.maxvnodes. It was broken a year ago inbde1996-11-121-2/+2
* init_main.c: pass -d to init if DEVFS_ROOTphk1996-10-281-1/+2
* I'm not sure why, but Netcon's TFS filesystem code doesn't want tojkh1996-10-171-5/+9
* Clean up the rundown of the object backing a vnode. This should fixdyson1996-10-171-2/+11
* Correct vget by removing a window where a vnode can potentially go away.dyson1996-09-281-3/+3
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-10/+103
* Certain vnode buffer list operations were not being spl protected,dyson1996-08-151-1/+5
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-301-3/+3
* DEVFS needs a special bdevvp().phk1996-07-241-1/+3
* Staticized a few variables.bde1996-07-121-2/+2
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-311-2/+2
* Put the "free vnode isn't" check back in the right place.dyson1996-03-091-3/+3
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-5/+14
* Convert DDB to new-style option.wollman1996-01-041-1/+2
* Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negativedg1996-01-021-3/+3
* Staticize.phk1995-12-171-2/+2
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-6/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* A couple of minor tweaks to the sysctl stuff.phk1995-12-061-3/+3
* Completed function declarations and/or added prototypes.bde1995-12-021-2/+12
* 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
OpenPOWER on IntegriCloud