Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Add missing initialization of errno from error returns of | rwatson | 2001-01-09 | 1 | -0/+1 |
| | | | | | | cap_get_fd(), cap_get_file() and cap_get_proc(). Submitted by: jedgar | ||||
* | o When calling the syscall, use &cap instead of cap. Apparently this | rwatson | 2000-07-05 | 1 | -1/+1 |
| | | | | | | | error was introduced during the merge; fixing it corrects a (correct) warning about types. Obtained from: TrustedBSD Project | ||||
* | o Introduce libposix1e capability support routines, which provide a | rwatson | 2000-06-04 | 1 | -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 |