summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+14
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-10/+95
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+12
* Improve formatting and variable use consistency in extattr systemrwatson2002-08-011-3/+2
* Simplify the logic to enter VFS_EXTATTRCTL().rwatson2002-08-011-7/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+23
* When referencing nd_cnp after namei(), always pass SAVENAME intorwatson2002-07-301-5/+9
* Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-221-0/+2
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-6/+15
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-161-1/+1
* - Change chroot_refuse_vdir_fds() to require that the passed in structjhb2002-07-131-16/+18
* Move every code related to mount(2) in a new file, vfs_mount.c.mux2002-07-021-1042/+0
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESiedowse2002-07-011-5/+4
* Remove unneeded casts to caddr_t.alfred2002-06-281-31/+31
* In vn_mkdir(), use vrele() instead of vput() on the parent directoryiedowse2002-06-281-1/+9
* Use proper size in bzero of stat structure.mckusick2002-06-241-1/+1
* This patch fixes a size problem with the stat structure formckusick2002-06-221-1/+1
* o Remove the initialization of unused fields in the structmux2002-06-221-25/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-2/+2
* Change the way we internally store the mount options tomux2002-06-201-59/+17
* Remove a duplicated vfs_freeopts() that I introduced in lastmux2002-05-281-2/+1
* Style nit, no functional changes.mux2002-05-231-0/+1
* Slightly change the way we pass mount options to the filesystemmux2002-05-231-6/+12
* Change two vput() that should have been vrele().mux2002-05-201-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-5/+5
* Disable the shared locking namei() code for now. It breaks several stackingjeff2002-05-141-1/+1
* Add the lchflags(2) syscall.mux2002-05-051-0/+23
* Move a KASSERT() in open() prior to unlocking the vnode. It's not safe tojeff2002-05-051-3/+4
* Fix a typo.mux2002-05-041-1/+1
* Slightly restructure extattr_get_vp() so that there's only one entry pointrwatson2002-04-231-8/+15
* Improve style consistency of vfs_syscalls.c by converting the style usedrwatson2002-04-201-53/+82
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-171-2/+9
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisjeff2002-04-091-1/+1
* The fourth parameter to copystr() is a size_t, not an int.mux2002-04-081-1/+2
* o Change kernel_vmount() interface to be more convenient : pass twomux2002-04-071-30/+34
* Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().mux2002-04-031-0/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-25/+25
* - Properly sync vfs_nmount() with changes that have be already donemux2002-03-281-57/+39
* - Fixup a few style nits:arr2002-03-261-6/+5
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-261-3/+553
* - Recommit the securelevel_gt() calls removed by commits rev. 1.84 ofarr2002-03-251-0/+5
* - Back out the commit to make the linker_load_file() securelevel checkarr2002-03-221-5/+0
* - Fix a logic error in checking the securelevel that was introduced in thearr2002-03-211-1/+1
* - Change a check of securelevel to securelevel_gt() call in order to helparr2002-03-201-0/+5
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-3/+3
* Remove __P.alfred2002-03-191-12/+12
* Close a race when vfs_syscalls.c:checkdirs() runs.alfred2002-03-191-7/+12
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...jeff2002-03-121-0/+5
* Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear torwatson2002-03-051-2/+2
OpenPOWER on IntegriCloud