Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: removed commas from the standard (split) AUTHORS block. | ru | 2001-09-11 | 1 | -3/+3 |
| | |||||
* | Add Thomas Moestl and Chris Faulhaber to the author list for POSIX.1e | rwatson | 2001-09-05 | 1 | -0/+2 |
| | | | | | | support. Obtained from: TrustedBSD Project | ||||
* | o Use .Fx to refer to FreeBSD | rwatson | 2001-08-31 | 1 | -1/+2 |
| | | | | | Submitted by: tmm Obtained from: TrustedBSD Project | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | Record -lposix1e merge with -lc. | ru | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use of | rwatson | 2001-03-28 | 1 | -2/+1 |
| | | | | .Fx | ||||
* | Fixed C error(s) in synopsis. | bde | 2001-02-06 | 1 | -0/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -6/+5 |
| | |||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -4/+10 |
| | |||||
* | o Update BUGS entry to indicate in a more precise manner the implementation | rwatson | 2000-10-12 | 1 | -1/+1 |
| | | | | | | | status of capabilities (library is complete, kernel work is maintained outside the tree). Obtained from: TrustedBSD Project | ||||
* | o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet | rwatson | 2000-07-05 | 1 | -2/+2 |
| | | | | | | committed Obtained from: TrustedBSD Project | ||||
* | o Add mention of capabilities documentation + APIs | rwatson | 2000-06-04 | 1 | -7/+13 |
| | | | | | | | | | o Switch reference to www.trustedbsd.org instead of POSIX.1e implementation page o Add cross references to capabilities man pages o Remove extended attribute not implemented "BUGS" entry Obtained from: TrustedBSD Project | ||||
* | Introduce .Lb macro to libposix1e manpages | phantom | 2000-04-22 | 1 | -0/+2 |
| | | | | | Sort some .Nm values Decapitalize .Nd values | ||||
* | Fix various typos and mdoc style issues. | mpp | 2000-01-29 | 1 | -6/+14 |
| | | | | Reviewed by: rwatson | ||||
* | Introduce ACL man pages en masse for library calls, and general introduction. | rwatson | 2000-01-28 | 1 | -0/+2 |
| | | | | | | | Introduce ACL man pages en masse for library calls, and general introduction. Also, fix acl_valid.c non-portable calls to include _np in their names, making them standard-happy as well as consistent with acl.h | ||||
* | A few more touchups: | rwatson | 2000-01-26 | 1 | -0/+91 |
- clean up unneeded AFS ID type - Add Coda, NTFS, NWFS ACL types - Add acl_dup() prototype - Remove acl_calc_mask, which belongs in the editing library - Introduce posix1e.3, a man page introducing POSIX.1e library calls (more man pages to follow) |