Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 1 | -1/+1 |
| | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days | ||||
* | Bump manual page timestamps. | trasz | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 1 | -1/+19 |
| | | | | | | | | | | | This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@ | ||||
* | Replace the non-standard disclaimer with the standard one from /COPYRIGHT | imp | 2008-11-04 | 1 | -8/+8 |
| | | | | Approved by: jedgar@ | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 1 | -0/+2 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | Record -lposix1e merge with -lc. | ru | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-03-19 | 1 | -19/+9 |
| | | | | | | | | | - lowercase Nd argument - mark function arguments with Fa - mark defined values with Dv - simply copying POSIX text for RETURN VALUES and ERRORS sections is not always a good idea. POSIX uses the word "shall" indicating the behavior the correct implementation should follow. | ||||
* | Add the following POSIX 1003.1e functions and man pages: | jedgar | 2001-03-19 | 1 | -0/+90 |
o acl_calc_mask(): calculates the ACL mask entry associated with the given ACL. o acl_delete_entry(): remove a specified ACL entry from the given ACL. Approved by: rwatson |