From 200c7a6f5f903a9dcd83c319bddeee9b627406ac Mon Sep 17 00:00:00 2001 From: "Joshua M. Clulow" Date: Thu, 12 Feb 2015 17:30:11 -0800 Subject: 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 Reviewed by: Jerry Jelinek Reviewed by: Bryan Cantrill --- usr/src/uts/common/sys/procfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/uts/common/sys/procfs.h') 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//lwp//lwpsinfo -- cgit v1.2.3