summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-113/+63
* Fixed style bugs in open() fix.bde1997-10-281-4/+5
* Disallow non-root mount. If you want to allow non-root mount, changekato1997-10-231-1/+8
* Reject attempts to call open() with an illegal combination of O_RDONLY,joerg1997-10-221-2/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Fix handling of nested mountpoints in __getcwd()phk1997-09-281-3/+5
* Clustered read and write are switched at mount-option level.kato1997-09-271-3/+4
* A couple of handles to tweak, more statistics.phk1997-09-241-1/+23
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-5/+6
* Don't leak memory, from sef.phk1997-09-161-11/+27
* Solve race-condition, return path in normal order.phk1997-09-151-26/+29
* Deal more correctly with mountpoints.phk1997-09-151-3/+5
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-141-1/+50
* Removed unused #includes.bde1997-09-021-3/+1
* 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
OpenPOWER on IntegriCloud