Print this page
OS-3149 lx brand always sends SIGCHLD to parent processes, regardless of how clone was invoked
OS-2887 lxbrand add WALL, WCLONE, WNOTHREAD support to waitid
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4/ml/offsets.in
          +++ new/usr/src/uts/sun4/ml/offsets.in
↓ open down ↓ 101 lines elided ↑ open up ↑
 102  102          p_wcode
 103  103          p_flag
 104  104          p_tlist
 105  105          p_as
 106  106          p_lockp
 107  107          p_pidp
 108  108          p_fixalignment
 109  109          p_utraps
 110  110          p_agenttp
 111  111          p_brand
 112      -        p_brand_data
      112 +        __p_brand_data
 113  113  
 114  114  \#define        P_UTRAP4        (UT_ILLTRAP_INSTRUCTION * CPTRSIZE)
 115  115  \#define        P_UTRAP7        (UT_FP_DISABLED * CPTRSIZE)
 116  116  \#define        P_UTRAP8        (UT_FP_EXCEPTION_IEEE_754 * CPTRSIZE)
 117  117  \#define        P_UTRAP10       (UT_TAG_OVERFLOW * CPTRSIZE)
 118  118  \#define        P_UTRAP11       (UT_DIVISION_BY_ZERO * CPTRSIZE)
 119  119  \#define        P_UTRAP15       (UT_MEM_ADDRESS_NOT_ALIGNED * CPTRSIZE)
 120  120  \#define        P_UTRAP16       (UT_PRIVILEGED_ACTION * CPTRSIZE)
 121  121  
 122  122  pid     PID_SIZE
↓ open down ↓ 427 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX