Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Silence WARNS=2 and BDECFLAGS on alpha and i386 | kris | 2001-05-20 | 3 | -2/+4 |
| | | | | MFC After: 1 week | ||||
* | Correct assignment of the resulting ACL allowing the mask entry to | jedgar | 2001-05-03 | 1 | -1/+1 |
| | | | | | | be properly set. Obtained from: TrustedBSD Project | ||||
* | o Separate acl_t into internal and external representations as | jedgar | 2001-04-24 | 5 | -98/+168 |
| | | | | | | | | | | | 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 | ||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | 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 | -47/+73 |
| | |||||
* | Remove extra CFLAGS | 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 | -2/+0 |
| | |||||
* | o Missed in addition of setfacl.h in setfacl(1) | rwatson | 2001-03-19 | 1 | -0/+76 |
| | |||||
* | o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs | rwatson | 2001-03-19 | 8 | -0/+983 |
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project |