aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a gcc-3.1+ warning.Peter Wemm2002-03-191-0/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-9/+7
* o Scatter vn_start_write() and vn_finished_write() through ACL code soRobert Watson2002-02-041-3/+10
* Note that Kirk apparently missed adding vn_start_write() and friendsRobert Watson2002-02-041-0/+3
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-0/+4
* o Since kern_acl.c uses #ifdef CAPABILITIES to controlRobert Watson2001-11-021-0/+2
* o Update copyright dates.Robert Watson2001-11-011-0/+2
* o Update copyright dates.Robert Watson2001-10-271-1/+1
* o Improve style(9) compliance following KSE modifications. In particular,Robert Watson2001-10-271-18/+19
* KSE Milestone 2Julian Elischer2001-09-121-44/+44
* In the case of ACL_OTHER and undefined ACL entry id's, setChris D. Faulhaber2001-09-011-2/+2
* Giant Pushdown ACL syscalls:Matthew Dillon2001-09-011-31/+71
* o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine soRobert Watson2001-08-241-19/+23
* o As part of the move to not maintaining copies of the vnode owning uidRobert Watson2001-04-291-1/+1
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedThomas Moestl2001-04-231-1/+1
* In my first reading of POSIX.1e, I misinterpreted handling of theRobert Watson2001-04-171-45/+99
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-36/+36
* o Introduce filesystem-independent POSIX.1e ACL utility routines toRobert Watson2001-03-061-5/+440
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-32/+8
* Proc locking.John Baldwin2001-01-241-8/+32
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* o Change locking rules for VOP_GETACL() to indicate that vnode locksRobert Watson2000-09-211-1/+4
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-20/+16
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+281