Move the following entries from kern to security
authorMatthias Schmidt <matthias@dragonflybsd.org>
Fri, 4 Jan 2008 12:16:19 +0000 (12:16 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Fri, 4 Jan 2008 12:16:19 +0000 (12:16 +0000)
commit43a0f7ae490d91ac646660eda3a3865c6699b559
treefacf3d3d968acd604f9739424a38feb8da14d647
parentc2393b4c69dd2f28ed0b10afde770b25c9b0a911
Move the following entries from kern to security

- kern.ps_showallprocs
- kern.ps_showallthreads
- kern.unprivileged_read_msgbuf
- kern.hardlink_check_uid
- kern.hardlink_check_gid

This is only a cosmetic change helping users to find the right sysctls
more easily.  And it could help if we want to add more security related
function (eg MAC framework etc).

While here add missing description for three of them.
sys/kern/kern_mib.c
sys/kern/kern_proc.c
sys/kern/subr_prf.c
sys/kern/vfs_syscalls.c
sys/sys/sysctl.h