Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More mdoc nitpicking to improve compatibility to mdocml | uqs | 2010-06-11 | 1 | -1/+1 |
| | | | | | | | | - .Nd in section NAME is not optional - .Ed was missing - "indent" is not a flag, but a literal argument for -offset - stop switching font sizes for acronyms - use .Brq instead of rolling our own | ||||
* | Use our canonical .Dd format. | brueffer | 2009-11-02 | 1 | -1/+1 |
| | | | | Submitted by: Ulrich Spoerlein | ||||
* | Add NFSv4 ACL support to getfacl(1). | trasz | 2009-09-04 | 2 | -17/+72 |
| | | | | Reviewed by: rwatson | ||||
* | Use owner name and owning group name instead of uid and gid | kevlo | 2007-09-19 | 1 | -2/+30 |
| | | | | | | | for displaying the three-line comment header by default. Reviewed by: kientzle Approved by: re (bmah) | ||||
* | Markup fixes. | ru | 2006-09-17 | 1 | -2/+3 |
| | |||||
* | Add "-q" argument to getfacl(1), which suppresses the per-file header | rwatson | 2006-03-13 | 2 | -11/+20 |
| | | | | | | | comment listing the file name, owner, and group. MFC after: 1 week Submitted by: Jan Srzednicki <w at expro dot pl> | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -2/+2 |
| | | | | Sort standard sections in the (documented) preferred order. | ||||
* | Fixed spelling of the document date. | ru | 2004-05-16 | 1 | -2/+2 |
| | |||||
* | Grammar. | ru | 2003-02-23 | 1 | -1/+1 |
| | |||||
* | Add "-h" arguments to getfacl and setfacl, which behave in a manner | rwatson | 2002-12-30 | 2 | -14/+28 |
| | | | | | | | similar to "-h" on chown, chmod, etc, causing the operation to occur on a final symlink in the provided path, rather than its target. Obtained from: TrustedBSD Project | ||||
* | - Consistent use of warn() vs. perror(). | tjr | 2002-11-03 | 2 | -9/+10 |
| | | | | | | | | | | - Gracefully handle the case where standard input is missing a newline at EOF. - Exit with status 1 instead of -1 (really 255) on error. - Add a Diagnostics section to the manual page documenting exit status. Approved by: rwatson | ||||
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -2/+5 |
| | |||||
* | Partially fix (well, work around) warnings inspired by lint, a | markm | 2002-02-22 | 1 | -2/+2 |
| | | | | commercial lint and WARNS=4. | ||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | o Update licenses, comments. | rwatson | 2001-11-16 | 2 | -1/+8 |
| | | | | Obtained from: TrustedBSD Project | ||||
* | Set WARNS=2 on programs which compile cleanly. | dd | 2001-07-15 | 1 | -0/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Silence warnings on alpha. Unfortunately we can't add WARNS to this | kris | 2001-05-20 | 1 | -1/+2 |
| | | | | | | because of that stupid mode_t warning bug. MFC After: 1 week | ||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | Convert getfacl to the ACL editing library functions. getfacl should | jedgar | 2001-04-13 | 1 | -23/+71 |
| | | | | | | | | now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches). Review by: rwatson Obtained from: TrustedBSD Project | ||||
* | Correct the following defines to match the POSIX.1e spec: | jedgar | 2001-04-11 | 1 | -9/+9 |
| | | | | | | | | ACL_PERM_EXEC -> ACL_EXECUTE ACL_PERM_READ -> ACL_READ ACL_PERM_WRITE -> ACL_WRITE Obtained from: TrustedBSD | ||||
* | setfacl and getfacl no longer need to link against libposix1e, since it | tmm | 2001-04-04 | 1 | -2/+0 |
| | | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project | ||||
* | mdoc(7) police: fix markup and some spelling. | ru | 2001-03-23 | 1 | -19/+26 |
| | |||||
* | Remove extra CFLAGS and redundant SRCS | jedgar | 2001-03-20 | 1 | -2/+1 |
| | | | | | | Add DPADD Submitted by: bde | ||||
* | Remove 'NOSHARED=yes' (../Makefile.inc already sets this) | jedgar | 2001-03-19 | 1 | -1/+0 |
| | |||||
* | o Missed in prior commit: getfacl(1) Makefile | rwatson | 2001-03-19 | 1 | -0/+9 |
| | |||||
* | o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs | rwatson | 2001-03-19 | 2 | -0/+301 |
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project |