summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Report the mode as the result of the VOP_GETATTR rather than thephk1998-06-271-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* In the words of the submitter:msmith1998-05-071-3/+5
* Grammar police.alex1998-04-101-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-081-1/+6
* Today is not my lucky day. Fix missing brace and I got a requestpeter1998-04-061-3/+3
* Use a different errno (ELOOP (as sef mentioned) since the text that goespeter1998-04-061-2/+6
* Rather than let users get fd's to symlink files, make O_NOFOLLOW causepeter1998-04-061-3/+3
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openpeter1998-04-061-2/+3
* Removed unused #includes.bde1998-02-251-2/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-4/+2
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-2/+2
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-3/+4
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+4
* Changes to allow event-based process monitoring and control.sef1997-12-061-2/+3
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-291-3/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+2
* Use 127 instead of CHAR_MAX for the limit on the sequence count. Thebde1997-10-271-18/+17
* Relax the vnode locking for read only operations.dyson1997-10-061-3/+3
* vn_select -> vn_pollpeter1997-09-141-8/+9
* Removed unused #includes.bde1997-09-021-8/+1
* [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
OpenPOWER on IntegriCloud