summaryrefslogtreecommitdiffstats
path: root/sys/sys/acl.h
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-1/+12
* Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-2/+0
* First step at adopting FreeBSD to support PSARC/2010/029. This makestrasz2010-09-201-0/+2
* Cosmetic fixes.trasz2009-12-221-6/+6
* Add NFSv4 ACL support to libc.trasz2009-06-251-4/+50
* Add new #defines neccessary to support NFSv4 ACLs.trasz2009-05-231-6/+58
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-18/+101
* Use acl_alloc() and acl_free() instead of using uma(9) directly.trasz2009-04-181-2/+2
* Minor white space tweaks in comments.rwatson2007-03-161-12/+12
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-061-7/+6
* Remove unimplemented ACL types.rwatson2005-05-121-4/+0
* Improve consistency of include file guards in src/sys/sys by terminatingrwatson2004-05-101-3/+3
* Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1erwatson2003-08-041-5/+27
* Provide prototypes for new ACL system calls to manipulate ACLs "byrwatson2002-12-291-1/+11
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Remove __Palfred2002-03-191-5/+5
* Remove bogus _POSIX_ACL_PATH_MAX definition.green2002-01-221-1/+0
* o Update copyright dates.rwatson2001-11-011-0/+2
* o Modify copyright date format for improved consistency: use '-' forrwatson2001-10-271-1/+1
* 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