Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o General warning fixing commit | rwatson | 2000-09-19 | 1 | -2/+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 cap_{get,set}_{file,fd}() syscall wrappers, associated with | rwatson | 2000-07-05 | 1 | -0/+43 |
soon to be committed syscall stubs. These calls will be used to get and set capability state associated with executables. Obtained from: TrustedBSD Project |