summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r305902:kib2016-10-011-3/+3
* UFS: spelling fixes on comments.pfg2016-04-291-1/+1
* Include required files directly instead of pollution via ufs/ufsmount.h.glebius2014-11-231-0/+1
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-6/+6
* Sprinkle missed calls to asynchronous UFS_UPDATE() in attempt tokib2012-02-071-2/+4
* Add some FEATURE macros for some UFS features.netchild2011-02-091-0/+2
* Return proper error code.trasz2010-01-251-1/+1
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-3/+219
* Remove useless variable assignment.trasz2009-09-081-3/+0
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-126/+162
* In UFS, when reading EA that contains ACL fails for some reason, includetrasz2008-11-041-2/+5
* Canonicalize copyright: use a date range rather than comma-delimitedrwatson2007-01-081-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+1
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-281-1/+1
* Now that the central POSIX.1e ACL code implements functions torwatson2003-08-041-78/+8
* Use __FBSDID().obrien2003-06-111-3/+4
* Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLsrwatson2002-10-151-0/+12
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+3
* Backout/modify previous revision:alfred2002-06-011-0/+4
* Silence warnings, remove some empty 'default' switch cases.alfred2002-06-011-2/+0
* More s/file system/filesystem/gtrhodes2002-05-161-3/+3
* Add new errno ``ENOATTR''.green2002-03-071-9/+5
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-171-3/+0
* o Update copyright dates.rwatson2001-11-011-1/+3
* o Althought this is not specified in POSIX.1e, the UFS ACL implementationrwatson2001-10-271-1/+6
* KSE Milestone 2julian2001-09-121-9/+9
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingjedgar2001-09-011-3/+3
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-171-86/+10
* o Correct an ACL implementation bug that could result in a system panicrwatson2001-04-021-2/+12
* Introduce support for POSIX.1e ACLs on UFS-based file systems. Thisrwatson2001-03-261-0/+559
OpenPOWER on IntegriCloud