summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_acl_posix1e.c
Commit message (Collapse)AuthorAgeFilesLines
* o Change locking rules for VOP_GETACL() to indicate that vnode locksrwatson2000-09-211-1/+4
| | | | | | | | | | must be held when retrieving ACLs from vnodes. This is required for EA-based UFS ACL implementations. o Update vacl_get_acl() so that it does appropriate vnode locking. o Remove static from M_ACL malloc define so that it is accessible for consumers of ACLs other than in kern_acl.c Obtained from: TrustedBSD Project
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
| | | | Generated by: src/tools/tools/kerninclude
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-20/+16
| | | | | | prettier (?) names, adding some const's around here, et al. Reviewed by: bde
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+281
calls, vnops, vfsops, both in /kern, and to individual file systems that require a vfsop_ array entry. Reviewed by: eivind
OpenPOWER on IntegriCloud