summaryrefslogtreecommitdiffstats
path: root/sys/sys/acl.h
Commit message (Expand)AuthorAgeFilesLines
* o Separate acl_t into internal and external representations asjedgar2001-04-241-3/+10
* Fix the cut'n'paste style bugs I introduced in rev 1.16jedgar2001-04-211-3/+3
* Add acl_get_perm_np(3), a non-portable function to check if ajedgar2001-04-131-0/+1
* Add the remaining POSIX.1e ACL definitions:jedgar2001-04-131-7/+20
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-6/+6
* Add the following ACL editing functions:jedgar2001-03-221-0/+16
* Add the following POSIX 1003.1e functions and man pages:jedgar2001-03-191-0/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-3/+5
* o Introduce filesystem-independent POSIX.1e ACL utility routines torwatson2001-03-061-4/+9
* o Correct typos in comment fields.rwatson2001-01-071-4/+4
* o Add two constants mapping ACLs into extended attribute namesrwatson2000-09-211-8/+9
* Fix man page structures/constants to match recent changes in acl.hrwatson2000-01-281-49/+35
* A few more touchups:rwatson2000-01-261-4/+9
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-261-5/+9
* A few more style cleanupsrwatson2000-01-201-14/+9
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-56/+45
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESrwatson2000-01-181-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+169
OpenPOWER on IntegriCloud