Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o General warning fixing commit | rwatson | 2000-09-19 | 1 | -2/+1 |
| | | | | | | | | - 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 a | rwatson | 2000-06-04 | 1 | -0/+52 |
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 |