summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/cap_text.c
Commit message (Collapse)AuthorAgeFilesLines
* o Remove definition of CAP_MAX_BUF_LEN since it is defined inrwatson2001-08-311-1/+4
| | | | | | | sys/capability.h now. Submitted by: tmm Obtained from: TrustedBSD Project
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-041-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.asmodai2001-02-061-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.rwatson2000-10-131-0/+571
Reviewed by: green Obtained from: TrustedBSD Project Security audited by: imp, green
OpenPOWER on IntegriCloud