summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The change from td->td_proc->p_ucred to td->td_ucred has shortened somerwatson2002-03-051-4/+3
* - Change namei() to use td_ucred instead of p_ucred.jhb2002-02-271-3/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-60/+60
* Make sure to hold vnode lock when calling into VOP_GETATTR().rwatson2002-02-101-0/+2
* Make sure to grab vnode lock on a vnode before calling VOP_GETATTR()rwatson2002-02-101-5/+9
* Remove a stray 'const' that slept into extattr_set_vp(), and couldrwatson2002-02-101-1/+1
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-81/+60
* o Merge various recent fixes from the MAC branch relating to extattrctl():rwatson2002-02-081-6/+10
* Pre-KSE/M3 commit.julian2002-02-071-2/+0
* Don't recurse on filedesc lock in chroot_refuse_vdir_fds().alfred2002-02-011-8/+9
* Replace ffind_* with fget calls.alfred2002-01-141-4/+3
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-38/+151
* Change dounmount() to return EBUSY in the non-MNT_FORCE case if weiedowse2002-01-101-1/+8
* Return EBADF in case some vnode field has been reset to a NULL pointer.se2002-01-031-0/+2
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-051-8/+2
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
* o Remove the local temporary variable "struct proc *p" from vfs_mount()rwatson2001-11-021-7/+7
* Argh!phk2001-11-021-21/+0
* Add empty shell for nmount syscall (take 2!)phk2001-11-021-0/+21
* Add nmount() stub function and regenerate the syscall-glue which shouldphk2001-11-021-0/+21
* unwind v_writecount in fhopen() if we are unable to allocate thedillon2001-10-241-1/+4
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-1/+2
* o Complete the migration from suser error checking in the following formrwatson2001-10-011-22/+43
* o vpaccess() -> vn_access() -- Peter reminds me that there is alreadyrwatson2001-09-221-4/+4
* o Introduce eaccess(2), a version of access(2) that uses the effectiverwatson2001-09-211-14/+67
* KSE Milestone 2julian2001-09-121-429/+443
* lseek: simplify overflow checksache2001-08-291-4/+4
* Cosmetique & style fixes from bdeache2001-08-261-1/+0
* lseek: fix check for vattr.va_size overflow. Check suggested by bde simple notache2001-08-231-1/+2
* Cosmetique: more <sys/*> into one group, separate include families byache2001-08-231-1/+2
* Make lseek() POSIXed: for non character special filesache2001-08-211-5/+20
* Avoid sleeping while holding a mutex in dounmount(). This problemiedowse2001-08-201-6/+7
OpenPOWER on IntegriCloud