| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=368574
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: Mitchell Horne
MFC with: r332396
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D15060
Notes:
svn path=/head/; revision=333065
|
| |
|
|
|
|
|
| |
Approved by: jedgar
Notes:
svn path=/head/; revision=204819
|
| |
|
|
|
|
|
| |
Reviewed by: rwatson
Notes:
svn path=/head/; revision=196936
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139969
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99110
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90887
|
| |
|
|
|
|
|
| |
operation under Linux).
Notes:
svn path=/head/; revision=90127
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o explicitly check return values and variables against a value
o return x; -> return (x);
o fix inconsistent sysexits usage by nuking it (partially
suggested by bde)
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=87254
|
| |
|
|
|
|
|
|
|
| |
be properly set.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=76233
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
required by POSIX.1e. This maintains the current 'struct acl'
in the kernel while providing the generic external acl_t
interface required to complete the ACL editing library.
o Add the acl_get_entry() function.
o Convert the existing ACL utilities, getfacl and setfacl, to
fully make use of the ACL editing library.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=75928
|
|
|
from files and directories, and setfacl sets ACLs on files and directories.
Submitted by: jedgar
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=74465
|