Searched hist:bcd1cf4f039b0d6a23363b0d62e0898ac07b3d97 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_capability.c | diff bcd1cf4f039b0d6a23363b0d62e0898ac07b3d97 Mon Feb 03 18:08:11 CET 2020 Mateusz Guzik <mjg@FreeBSD.org> capsicum: faster cap_rights_contains
Instead of doing a 2 iteration loop (determined at runeimt), take advantage of the fact that the size is already known.
While here provdie cap_check_inline so that fget_unlocked does not have to do a function call.
Verified with the capsicum suite /usr/tests.
|
H A D | sys_capability.c | diff bcd1cf4f039b0d6a23363b0d62e0898ac07b3d97 Mon Feb 03 18:08:11 CET 2020 Mateusz Guzik <mjg@FreeBSD.org> capsicum: faster cap_rights_contains
Instead of doing a 2 iteration loop (determined at runeimt), take advantage of the fact that the size is already known.
While here provdie cap_check_inline so that fget_unlocked does not have to do a function call.
Verified with the capsicum suite /usr/tests.
|
H A D | kern_descrip.c | diff bcd1cf4f039b0d6a23363b0d62e0898ac07b3d97 Mon Feb 03 18:08:11 CET 2020 Mateusz Guzik <mjg@FreeBSD.org> capsicum: faster cap_rights_contains
Instead of doing a 2 iteration loop (determined at runeimt), take advantage of the fact that the size is already known.
While here provdie cap_check_inline so that fget_unlocked does not have to do a function call.
Verified with the capsicum suite /usr/tests.
|
/freebsd/sys/sys/ |
H A D | capsicum.h | diff bcd1cf4f039b0d6a23363b0d62e0898ac07b3d97 Mon Feb 03 18:08:11 CET 2020 Mateusz Guzik <mjg@FreeBSD.org> capsicum: faster cap_rights_contains
Instead of doing a 2 iteration loop (determined at runeimt), take advantage of the fact that the size is already known.
While here provdie cap_check_inline so that fget_unlocked does not have to do a function call.
Verified with the capsicum suite /usr/tests.
|