aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-56/+5
* Remove a now unnecessary function prototype.John Dyson1996-03-091-3/+1
* Enable VMIO for non-VDIR metadata and block device.John Dyson1996-03-021-4/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+3
* Staticize.Poul-Henning Kamp1995-12-171-7/+18
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-32/+56
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-14/+1
* A little hack to avoid a 64bit divide. Can go away if Gcc ever learns toPoul-Henning Kamp1995-10-061-1/+6
* vnode_pager_alloc() never returns NULL, so don't check for it.David Greenman1995-07-201-3/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-9/+5
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-091-3/+6
* Removed extra semicolon.David Greenman1995-06-281-2/+2
* 1) Converted v_vmdata to v_object.David Greenman1995-06-281-10/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce'sDavid Greenman1995-05-101-15/+16
* Removed unnecessary call to vnode_pager_uncache(). We automatically clearDavid Greenman1995-03-191-2/+2
* YFfixPoul-Henning Kamp1995-02-141-2/+4
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-8/+14
* Stuff object into v_vmdata rather than pager. Not important which atDavid Greenman1994-10-051-1/+34
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-11/+23
* Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls areDavid Greenman1994-08-181-1/+10
* 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/+10
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+422