Decode recently added procctl(2) operations.

This commit is contained in:
John Baldwin 2015-09-29 23:54:26 +00:00
parent d46e82d63c
commit a061e3c50f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288405

View File

@ -534,7 +534,9 @@ static struct xlat idtype_arg[] = {
};
static struct xlat procctl_arg[] = {
X(PROC_SPROTECT) XEND
X(PROC_SPROTECT) X(PROC_REAP_ACQUIRE) X(PROC_REAP_RELEASE)
X(PROC_REAP_STATUS) X(PROC_REAP_GETPIDS) X(PROC_REAP_KILL)
X(PROC_TRACE_CTL) X(PROC_TRACE_STATUS) XEND
};
static struct xlat umtx_ops[] = {