| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove BUGS section indicating that these calls are unimplemented. | rwatson | 2002-12-29 | 5 | -15/+15 |
* | Update acl_set.3, missed in last round: | rwatson | 2002-12-29 | 1 | -11/+19 |
* | Update libc POSIX.1e code and documentation to reflect: | rwatson | 2002-12-29 | 8 | -44/+164 |
* | english(4) police. | schweikh | 2002-12-27 | 4 | -4/+4 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -0/+4 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 19 | -0/+40 |
* | mdoc(7) police: sort xrefs in SEE ALSO. | ru | 2002-12-13 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | mdoc(7) police: Added the missing .Os call; it's not strictly | ru | 2002-12-11 | 6 | -0/+6 |
* | mdoc(7) police: markup overhaul. | ru | 2002-12-04 | 7 | -58/+82 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -5/+1 |
* | Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools for | rwatson | 2002-11-08 | 1 | -6/+10 |
* | o Make the COMPATIBILITY section a bit less redundant. | chris | 2002-11-06 | 1 | -1/+1 |
* | o Update man page to reflect the new prototypes for mac_{to,from}_text. | chris | 2002-11-06 | 1 | -43/+15 |
* | Hook up the userland wrapper for __mac_execve(). | rwatson | 2002-11-06 | 2 | -0/+43 |
* | License update authorized by NAI: remove clause 3. | rwatson | 2002-11-05 | 1 | -7/+4 |
* | Clarify language relating to ACLs, Capabtilities, and MAC, since the | rwatson | 2002-11-04 | 1 | -28/+36 |
* | Update license, historical information. | rwatson | 2002-11-04 | 1 | -7/+8 |
* | Point out that the MAC Framework is considered experimental. | rwatson | 2002-11-04 | 1 | -0/+9 |
* | Scoop out examples illustrating the label text format and refer to | chris | 2002-10-28 | 1 | -51/+5 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+1 |
* | Place mac_prepare() with the other mac_prepare*() functions. | chris | 2002-10-24 | 1 | -10/+10 |
* | mac_free() no longer accepts a void * parameter; only mac_t's are supposed | chris | 2002-10-24 | 1 | -9/+20 |
* | Remove superfluous empty "FILES" section. | chris | 2002-10-23 | 1 | -1/+0 |
* | Remove hard sentence breaks. | chris | 2002-10-23 | 1 | -11/+19 |
* | Reflect MAC kernel/user API changes into the libc MAC implementation. | rwatson | 2002-10-22 | 7 | -247/+398 |
* | .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3. | rwatson | 2002-10-22 | 2 | -3/+5 |
* | Unhook the per-policy parsing/printing MAC modules in libc to prepare | rwatson | 2002-10-21 | 7 | -815/+5 |
* | Update TE policy and MAC text conversion routines to support partial | rwatson | 2002-08-09 | 2 | -10/+71 |
* | X-ref mac.3. | rwatson | 2002-08-09 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 18 | -2/+1878 |
* | No POSIX.1e capabilities in the main tree yet. | rwatson | 2002-06-13 | 29 | -2995/+0 |
* | Correct a bunch of typos. Translators can ignore this commit. | schweikh | 2002-06-02 | 1 | -8/+8 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 31 | -68/+93 |
* | Check if string is not NULL, not *string, before setting *string. | green | 2002-02-27 | 1 | -2/+2 |
* | o style(9) and consistency fix: | jedgar | 2002-02-21 | 1 | -2/+2 |
* | o style(9) and consistency fixes: | jedgar | 2002-02-21 | 5 | -44/+41 |
* | Add more argument checking | jedgar | 2002-02-21 | 2 | -0/+17 |
* | static'ize and declare functions | jedgar | 2002-02-21 | 1 | -1/+5 |
* | o style and consistency fixes: | jedgar | 2002-02-17 | 6 | -40/+40 |
* | Correct function's description. | jedgar | 2002-01-29 | 1 | -1/+1 |
* | o return EINVAL if acl_to_text() have been sent a NULL acl. ... | jedgar | 2002-01-26 | 1 | -1/+6 |
* | Correct phrase 'get an ACL' to 'set an ACL'. | jedgar | 2002-01-07 | 1 | -1/+1 |
* | o Change the layout of the tagged lists to be like those in acl(3). | chris | 2001-12-23 | 1 | -3/+12 |
* | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | rwatson | 2001-11-16 | 1 | -2/+6 |
* | Fixed missing `const' in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
* | Fixed return type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 38 | -79/+79 |
* | Add __FBSDID()s to libutil | dillon | 2001-09-30 | 1 | -2/+4 |
* | mdoc(7) police: removed commas from the standard (split) AUTHORS block. | ru | 2001-09-11 | 1 | -3/+3 |