summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-55/+66
* Restored rev.1.92 which was clobbered by the previous commit.bde1997-08-261-1/+3
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-21/+16
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-16/+19
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+3
* Fix a problem with the vfs vnode caching that it doesn't grow quicklydyson1997-08-041-16/+21
* Merge WebNFS support from NetBSDdfr1997-07-171-1/+93
* Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-221-15/+24
* Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-101-1/+8
* Fix a race condition that did, after all, exist.phk1997-05-061-3/+5
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-44/+52
* Staticize an unnecessarily global function: vputrele.dyson1997-04-301-3/+3
* copyin the export network mask to the correct variable.peter1997-04-251-2/+2
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-041-2/+73
* Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt.bde1997-04-011-5/+4
* Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixeddg1997-03-051-5/+5
* Attach vfs_sysctl() one level lower so that only the levels belowbde1997-03-041-10/+10
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sbde1997-03-031-22/+49
* Restored some pre-Lite2-merge source-level compatibility to the mount()bde1997-03-021-11/+4
* Moved vfs sysctls to where Lite2 put them. No code changes yet.bde1997-03-021-1/+58
* Fixed Lite2 merge of spechash simplelocking. It was misplaced inbde1997-02-271-6/+11
* Fix the previous simple_lock fix breakage in the combineddyson1997-02-271-13/+21
* Fix the simple_lock problem with the physical I/O buffer code, anddyson1997-02-271-23/+45
* Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updatedbde1997-02-261-49/+11
* Merged some missing locking from Lite2:bde1997-02-251-22/+43
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-235/+561
* Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctlbde1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-3/+1
* 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
OpenPOWER on IntegriCloud