Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libposix1e, since it has been repo copied to libc/posix1e and | Thomas Moestl | 2001-04-04 | 1 | -67/+0 |
| | | | | | | | | | | integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75191 | ||||
* | o Simplify capability types away from an array of ints to a single | Robert Watson | 2000-10-13 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | u_int64_t flag field, bounding the number of capabilities at 64, but substantially cleaning up capability logic (there are currently 43 defined capabilities). o Heads up to anyone actually using capabilities: the constant assignments for various capabilities have been redone, so any persistent binary capability stores (i.e., '$posix1e.cap' EA backing files) must be recreated. If you have one of these, you'll know about it, so if you have no idea what this means, don't worry. o Update libposix1e to reflect this new definition, fixing the exposed functions that directly manipulate the flags fields. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=67086 | ||||
* | o cap_set_flag() was not correctly clearing capabilities when value | Robert Watson | 2000-09-19 | 1 | -2/+5 |
| | | | | | | | | | was CAP_CLEAR. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=66049 | ||||
* | o Introduce libposix1e capability support routines, which provide a | Robert Watson | 2000-06-04 | 1 | -0/+61 |
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 |