summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge WebNFS support from NetBSDdfr1997-07-171-1/+5
* [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/+19
* Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INITpeter1997-03-311-1/+41
* Treat symlinks as first class citizens with their own uid/gid rather thanpeter1997-03-311-70/+19
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-231-1/+13
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Check that vp->v_mount is non-null in fsync() before dereferencing it tomsmith1997-03-051-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Don't depend on FIFO being defined to enable mkfifo.mpp1997-02-121-4/+0
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-121-8/+0
* Comment out a call to the #ifdef DIAGNOSTIC routinempp1997-02-121-0/+6
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-463/+858
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-4/+4
* In sys/time.h, struct timespec is defined as:nate1996-09-191-5/+5
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-1/+2
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-031-3/+3
* Dont allow directories to be link()ed or unlink()ed, even for rootpeter1996-05-241-7/+9
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-111-2/+2
* Make sure the mountpoint is marked busy before doing operations on it.dg1996-01-161-4/+14
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newwollman1996-01-051-1/+10
* Staticize.phk1995-12-171-5/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-1/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIRbde1995-11-181-1/+5
* Change some of the debug sysctl vars. The semantics of these will change.phk1995-11-141-2/+2
* Fixed a cast in olseek().bde1995-11-131-3/+3
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+92
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-051-2/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).bde1995-11-041-2/+1
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-54/+26
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-1/+5
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-5/+3
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-171-2/+2
* Converted mountlist to a CIRCLEQ.dg1995-08-111-6/+9
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-10/+9
* Ignore trailing slashes in pathnames that "refer to a directory",bde1995-07-311-1/+6
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-3/+3
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Changes to fix the following bugs:dg1995-05-211-1/+6
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-2/+2
* Removed unused variable caused by last commit.dg1995-05-021-2/+2
* Fix for sync() to close a potential panic with accessing a mount structdg1995-05-021-3/+2
* Added a set of braces to make the compiler happy.dg1995-03-291-2/+3
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.dg1995-03-191-6/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-8/+5
* Do a vnode_pager_uncache after the VOP_RENAME to lose the remainingdg1995-02-281-2/+4
* In sync(), don't dereference the proc pointer if it's NULL. Should fixdg1995-02-131-2/+2
OpenPOWER on IntegriCloud