summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Add function comments for functions missing themeivind2000-09-141-1/+29
* Blow away COMPAT_43 support for mounteivind2000-09-141-21/+0
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-4/+5
* o Remove commented out code which modified return values fromrwatson2000-09-051-10/+0
* access() shouldn't diddle with the contents of a potentially sharedtruckman2000-09-021-8/+18
* Don't set flags on the mount structure before all permission checks havetegge2000-08-091-4/+19
* o Modify extattr_{set,get}() syscalls so that partial reads and writesrwatson2000-07-281-1/+5
* o Lock vnode before calling extattr_* VOP's, and modify vnode spec torwatson2000-07-261-6/+11
* Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0);mckusick2000-07-251-5/+0
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-95/+221
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-13/+23
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,phk2000-07-031-0/+3
* Move the securelevel check before loading KLD's into linker_load_file(),archie2000-06-291-5/+0
* Revert part of my bioops change which implemented panic(8).phk2000-06-161-0/+3
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-4/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+2
* 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
OpenPOWER on IntegriCloud