]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r335387 (by emaste@):
authordchagin <dchagin@FreeBSD.org>
Sun, 28 Apr 2019 14:06:22 +0000 (14:06 +0000)
committerdchagin <dchagin@FreeBSD.org>
Sun, 28 Apr 2019 14:06:22 +0000 (14:06 +0000)
commit0f421dd58541c71b80ca2d87700fb8a5cc636b6e
tree40c5d3229035c0a9984a80dd0df7713fbeb19365
parent85a0e8fb5fec5f28112a8ff014c78e2ccffa7804
MFC r335387 (by emaste@):

linuxulator: handle V3 capget/capset

Linux 2.6.26 introduced 64-bit capability sets.  Extend our stub
implementation to handle both 32- and 64-bit.  (We still report no
capabilities in capget, and disallow any in capset.)
sys/compat/linux/linux_misc.c