Searched hist:286618 (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsys_capability.cdiff 286618 Tue Aug 11 06:46:14 MDT 2015 ed Introduce kern_cap_rights_limit().

The existing sys_cap_rights_limit() expects that a cap_rights_t object
lives in userspace. It is therefore hard to call into it from
kernelspace.

Move the interesting bits of sys_cap_rights_limit() into
kern_cap_rights_limit(), so that we can call into it from the CloudABI
compatibility layer.

Obtained from: https://github.com/NuxiNL/freebsd
Differential Revision: https://reviews.freebsd.org/D3314
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.hdiff 286618 Tue Aug 11 06:46:14 MDT 2015 ed Introduce kern_cap_rights_limit().

The existing sys_cap_rights_limit() expects that a cap_rights_t object
lives in userspace. It is therefore hard to call into it from
kernelspace.

Move the interesting bits of sys_cap_rights_limit() into
kern_cap_rights_limit(), so that we can call into it from the CloudABI
compatibility layer.

Obtained from: https://github.com/NuxiNL/freebsd
Differential Revision: https://reviews.freebsd.org/D3314

Completed in 283 milliseconds