diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2015-02-12 17:30:11 -0800 |
---|---|---|
committer | Joshua M. Clulow <jmc@joyent.com> | 2015-02-13 01:30:11 +0000 |
commit | 200c7a6f5f903a9dcd83c319bddeee9b627406ac (patch) | |
tree | 536cb5038ec655d908f83543277aa7e3fabad097 /usr/src/uts/common/sys/procfs.h | |
parent | f1630c2becf4af570cefc47794212e8110eb79e3 (diff) | |
download | illumos-joyent-200c7a6f5f903a9dcd83c319bddeee9b627406ac.tar.gz |
OS-3820 lxbrand ptrace(2): the next generation
OS-3685 lxbrand PTRACE_O_TRACEFORK race condition
OS-3834 lxbrand 64-bit strace(1) reports 64-bit process as using x32 ABI
OS-3794 lxbrand panic on init signal death
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Bryan Cantrill <bryan@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/procfs.h')
-rw-r--r-- | usr/src/uts/common/sys/procfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/procfs.h b/usr/src/uts/common/sys/procfs.h index f592fd9dcf..501af712ef 100644 --- a/usr/src/uts/common/sys/procfs.h +++ b/usr/src/uts/common/sys/procfs.h @@ -25,6 +25,7 @@ */ /* * Copyright 2012 DEY Storage Systems, Inc. All rights reserved. + * Copyright 2015, Joyent, Inc. */ #ifndef _SYS_PROCFS_H @@ -233,6 +234,7 @@ typedef struct pstatus { #define PR_FAULTED 6 #define PR_SUSPENDED 7 #define PR_CHECKPOINT 8 +#define PR_BRAND 9 /* * lwp ps(1) information file. /proc/<pid>/lwp/<lwpid>/lwpsinfo |