aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/extattr.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-1/+2
* Revert/re-make previous commit in a manner that maintains hyphenation ofRobert Watson2007-03-161-3/+4
* Minor white space tweaks in comments.Robert Watson2007-03-161-3/+3
* Move macros describing extended attributes in UFS fromKirk McKusick2007-03-061-47/+0
* KASSERT fails when the condition is false, not when it is true.Kirk McKusick2007-02-271-1/+1
* Declare a `struct extattr' that defines the format of an extendedKirk McKusick2007-02-261-0/+59
* Comment extended attribute name space constants.Robert Watson2006-07-231-0/+4
* Userspace prototypes for the extattr_list_*() system calls.Robert Watson2003-06-041-0/+6
* Prototypes for new link extended attribute calls. Sync to MAC tree.Robert Watson2002-10-091-0/+6
* Introduce new extattr_check_cred() function which implements the canonicalPoul-Henning Kamp2002-09-051-0/+5
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Part I: Update extended attribute API and ABI:Robert Watson2002-02-101-6/+6
* o Update copyright dates.Robert Watson2001-11-011-12/+5
* o Introduce extattr_{delete,get,set}_fd() to allow extended attributeRobert Watson2001-03-311-8/+13
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-4/+4
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-7/+15
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-11/+17
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+57