summaryrefslogtreecommitdiffstats
path: root/lib/libposix1e/cap_set_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libposix1e, since it has been repo copied to libc/posix1e andtmm2001-04-041-42/+0
| | | | | | | integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
* o General warning fixing commitrwatson2000-09-191-1/+0
| | | | | | | | - Include <stdlib.h> and <string.h> as needed for prototypes - Remove unneeded "error" variables o Make cap_init() use cap_clear() instead of bzero() Obtained from: TrustedBSD Project
* o Introduce libposix1e capability support routines, which provide arwatson2000-06-041-0/+43
standardized interface to the capability support in TrustedBSD. o Not currently enabled in Makefile, as this code depends on syscalls and include files that will be committed at a later date. Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud