aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/acl.h
Commit message (Expand)AuthorAgeFilesLines
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Remove __PAlfred Perlstein2002-03-191-5/+5
* Remove bogus _POSIX_ACL_PATH_MAX definition.Brian Feldman2002-01-221-1/+0
* o Update copyright dates.Robert Watson2001-11-011-0/+2
* o Modify copyright date format for improved consistency: use '-' forRobert Watson2001-10-271-1/+1
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-241-3/+10
* Fix the cut'n'paste style bugs I introduced in rev 1.16Chris D. Faulhaber2001-04-211-3/+3
* Add acl_get_perm_np(3), a non-portable function to check if aChris D. Faulhaber2001-04-131-0/+1
* Add the remaining POSIX.1e ACL definitions:Chris D. Faulhaber2001-04-131-7/+20
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-6/+6
* Add the following ACL editing functions:Chris D. Faulhaber2001-03-221-0/+16
* Add the following POSIX 1003.1e functions and man pages:Chris D. Faulhaber2001-03-191-0/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-3/+5
* o Introduce filesystem-independent POSIX.1e ACL utility routines toRobert Watson2001-03-061-4/+9
* o Correct typos in comment fields.Robert Watson2001-01-071-4/+4
* o Add two constants mapping ACLs into extended attribute namesRobert Watson2000-09-211-8/+9
* Fix man page structures/constants to match recent changes in acl.hRobert Watson2000-01-281-49/+35
* A few more touchups:Robert Watson2000-01-261-4/+9
* Minor fixes to library interface to improve POSIX.1e compliance. ThisRobert Watson2000-01-261-5/+9
* A few more style cleanupsRobert Watson2000-01-201-14/+9
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-56/+45
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESRobert Watson2000-01-181-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+169