summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* [Previous comment was incorrect for these files]dfr1997-04-041-1/+1
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-041-1/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Fix style bugs and other bugs in the NFS fix.guido1997-03-081-6/+5
* Fix (I hope) the NFS hole. This is only compile tested.gpalmer1997-03-071-2/+7
* 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-21/+57
* 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/+35
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-56/+5
* Remove a now unnecessary function prototype.dyson1996-03-091-3/+1
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-021-4/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+3
* Staticize.phk1995-12-171-7/+18
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-32/+56
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-14/+1
* A little hack to avoid a 64bit divide. Can go away if Gcc ever learns tophk1995-10-061-1/+6
* vnode_pager_alloc() never returns NULL, so don't check for it.dg1995-07-201-3/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-9/+5
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-091-3/+6
* Removed extra semicolon.dg1995-06-281-2/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-10/+6
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce'sdg1995-05-101-15/+16
* Removed unnecessary call to vnode_pager_uncache(). We automatically cleardg1995-03-191-2/+2
* YFfixphk1995-02-141-2/+4
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-8/+14
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-1/+34
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-11/+23
* Moved over my fix for vnode lossage when multiple TIOCSCTTY ioctls aredg1994-08-181-1/+10
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+10
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+422
OpenPOWER on IntegriCloud