jail: Simplify a bit by using the new BIT64 sysctl functions
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Mon, 2 Dec 2019 11:53:21 +0000 (12:53 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Mon, 2 Dec 2019 12:33:31 +0000 (13:33 +0100)
commit25e27214c7722a9f67cd33a66cbe7008f9bdb8a6
treeb38b4e6345946c93bbbb3db19c96595e5b54de36
parentdf0102f1795f6f0dc342127c9c82cf9369639ce0
jail: Simplify a bit by using the new BIT64 sysctl functions

  - No functional changes.
  - The per-jail settings have been renamed to match the new capability
    constants. The default settings will be renamed soon too.
  - Fix a missing prison chflags check in ufs_settattr() and
    ext2fs_setattr().
sys/gnu/vfs/ext2fs/ext2_vnops.c
sys/kern/kern_jail.c
sys/kern/kern_mib.c
sys/kern/sysv_msg.c
sys/kern/sysv_sem.c
sys/kern/sysv_shm.c
sys/kern/uipc_socket.c
sys/kern/vfs_helper.c
sys/sys/jail.h
sys/vfs/ufs/ufs_vnops.c