Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for the inclusion of libposix1e into libc: retire the old | tmm | 2001-04-04 | 1 | -0/+2 |
| | | | | | | | | | | Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project | ||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris | ||||
* | o Introduce cap_from_text() and cap_to_text() implementations. | rwatson | 2000-10-13 | 1 | -0/+571 |
Reviewed by: green Obtained from: TrustedBSD Project Security audited by: imp, green |