summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_acl.c
Commit message (Expand)AuthorAgeFilesLines
* opt_cap.c no longer neededrwatson2002-06-131-2/+0
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fix a gcc-3.1+ warning.peter2002-03-191-0/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-9/+7
* o Scatter vn_start_write() and vn_finished_write() through ACL code sorwatson2002-02-041-3/+10
* Note that Kirk apparently missed adding vn_start_write() and friendsrwatson2002-02-041-0/+3
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+4
* o Since kern_acl.c uses #ifdef CAPABILITIES to controlrwatson2001-11-021-0/+2
* o Update copyright dates.rwatson2001-11-011-0/+2
* o Update copyright dates.rwatson2001-10-271-1/+1
* o Improve style(9) compliance following KSE modifications. In particular,rwatson2001-10-271-18/+19
* KSE Milestone 2julian2001-09-121-44/+44
* In the case of ACL_OTHER and undefined ACL entry id's, setjedgar2001-09-011-2/+2
* Giant Pushdown ACL syscalls:dillon2001-09-011-31/+71
* o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine sorwatson2001-08-241-19/+23
* o As part of the move to not maintaining copies of the vnode owning uidrwatson2001-04-291-1/+1
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedtmm2001-04-231-1/+1
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-171-45/+99
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-36/+36
* o Introduce filesystem-independent POSIX.1e ACL utility routines torwatson2001-03-061-5/+440
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-32/+8
* Proc locking.jhb2001-01-241-8/+32
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* o Change locking rules for VOP_GETACL() to indicate that vnode locksrwatson2000-09-211-1/+4
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-20/+16
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+281
OpenPOWER on IntegriCloud