summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Add bwillwrite to all system calls that create things in the filesystem.mckusick2000-01-101-0/+9
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-2/+193
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-28/+54
* Remove accidental pollution unrelated to previous commit. The issuedillon1999-12-121-2/+1
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-1/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-11/+9
* Ensure that garbage from the kernel stack does not wind up beingdillon1999-11-181-0/+2
* Commit the remaining part of PR14914:phk1999-11-161-9/+11
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-0/+2
* Fix style bugs from last commiteivind1999-11-131-6/+4
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-0/+6
* Most modern OSs have the ability to flag certain mounts as ones tojulian1999-11-011-2/+2
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-95/+0
* Remove v_maxio from struct vnode.phk1999-09-291-0/+1
* Fix a hole in jail(2).phk1999-09-251-0/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-2/+291
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-2/+2
* Go back to using microtime() to get the timestamps for {f,l,}utimes(path,jdp1999-08-221-2/+3
* Use the new vfs_timestamp() function to create the timestamps usedjdp1999-08-221-43/+46
* Replace a redundant vfs_object_create() call (already done in vn_open)alfred1999-08-121-3/+4
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-3/+3
* o Typo in prior version kept it from compiling (blush).imp1999-08-041-6/+9
* brucify:imp1999-08-031-6/+6
* Only allow root to set file flags on devices.imp1999-08-021-1/+8
* lutimes() bug: FOLLOW should be NOFOLLOW for this one.green1999-07-291-2/+2
* Add sysctl and support code to allow directories to be VMIO'd. The defaultalc1999-07-261-2/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-281-7/+23
* Suser() simplification:phk1999-04-271-13/+13
* Add a sysctl variable which can help stop chroot(2) escapes.phk1999-03-231-1/+45
* Slight cleanup of code resurected for union mounts..julian1999-03-031-33/+35
* Fix code for union mountsjulian1999-02-271-1/+23
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Use suser() to determine super-user-ness.phk1999-01-301-26/+16
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-58/+58
* Go back to only supporting revoke() for bdevs and cdevs. It is verybde1999-01-241-1/+5
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
* PR: kern/8965dillon1998-12-121-1/+3
* make mount(2) automatically kldload modules if the requested filesystempeter1998-11-031-3/+32
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-031-114/+15
* The last argument to vm_object_page_clean() are now bit flags, rather thanpeter1998-10-311-2/+2
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-241-36/+15
* Don't keep the underlying directory locked while performing the filetegge1998-09-101-4/+16
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Reset MNT_ASYNC flag if needed if unmount() should fail.dg1998-07-031-1/+4
* Remove some junk left over from a previous commit.dyson1998-06-081-6/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
OpenPOWER on IntegriCloud