summaryrefslogtreecommitdiff
path: root/lib/libposix1e/cap_get_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libposix1e, since it has been repo copied to libc/posix1e andThomas Moestl2001-04-041-56/+0
| | | | | | | | | | integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75191
* o Add missing initialization of errno from error returns ofRobert Watson2001-01-091-0/+1
| | | | | | | | | cap_get_fd(), cap_get_file() and cap_get_proc(). Submitted by: jedgar Notes: svn path=/head/; revision=70838
* o When calling the syscall, use &cap instead of cap. Apparently thisRobert Watson2000-07-051-1/+1
| | | | | | | | | | error was introduced during the merge; fixing it corrects a (correct) warning about types. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=62609
* o Introduce libposix1e capability support routines, which provide aRobert Watson2000-06-041-0/+55
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 Notes: svn path=/head/; revision=61264