Home
last modified time | relevance | path

Searched hist:bcd1cf4f039b0d6a23363b0d62e0898ac07b3d97 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_capability.cdiff 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 Dsys_capability.cdiff 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 Dkern_descrip.cdiff 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 Dcapsicum.hdiff 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.