Print this page
OS-5192 need faster clock_gettime
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
Reviewed by: Ryan Zezeski <ryan@zinascii.com>
OS-3280 need a way to specify the root of a native system in the lx brand
OS-3279 lx brand should allow delegated datasets
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
OS-2949 add support for AT_RANDOM aux vector entry
        
*** 22,32 ****
  #
  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
  # Copyright 2012 DEY Storage Systems, Inc.  All rights reserved.
! # Copyright (c) 2013, Joyent, Inc. All rights reserved.
  #
  
  @ MSG_NT_PRSTATUS               "[ NT_PRSTATUS ]"
  @ MSG_NT_PRFPREG                "[ NT_PRFPREG ]"
  @ MSG_NT_PRPSINFO               "[ NT_PRPSINFO ]"
--- 22,32 ----
  #
  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
  # Copyright 2012 DEY Storage Systems, Inc.  All rights reserved.
! # Copyright 2016 Joyent, Inc.
  #
  
  @ MSG_NT_PRSTATUS               "[ NT_PRSTATUS ]"
  @ MSG_NT_PRFPREG                "[ NT_PRFPREG ]"
  @ MSG_NT_PRPSINFO               "[ NT_PRPSINFO ]"
*** 76,85 ****
--- 76,88 ----
  @ MSG_AUXV_AT_FPUCW                     "FPUCW"
  @ MSG_AUXV_AT_DCACHEBSIZE               "DCACHEBSIZE"
  @ MSG_AUXV_AT_ICACHEBSIZE               "ICACHEBSIZE"
  @ MSG_AUXV_AT_UCACHEBSIZE               "UCACHEBSIZE"
  @ MSG_AUXV_AT_IGNOREPPC                 "IGNOREPPC"
+ @ MSG_AUXV_AT_SECURE                    "SECURE"
+ @ MSG_AUXV_AT_BASE_PLATFORM             "BASE_PLATFORM"
+ @ MSG_AUXV_AT_RANDOM                    "RANDOM"
  @ MSG_AUXV_AT_SUN_UID                   "SUN_UID"
  @ MSG_AUXV_AT_SUN_RUID                  "SUN_RUID"
  @ MSG_AUXV_AT_SUN_GID                   "SUN_GID"
  @ MSG_AUXV_AT_SUN_RGID                  "SUN_RGID"
  @ MSG_AUXV_AT_SUN_LDELF                 "SUN_LDELF"
*** 98,107 ****
--- 101,112 ----
  @ MSG_AUXV_AT_SUN_BRANDNAME             "SUN_BRANDNAME"
  @ MSG_AUXV_AT_SUN_BRAND_AUX1            "SUN_BRAND_AUX1"
  @ MSG_AUXV_AT_SUN_BRAND_AUX2            "SUN_BRAND_AUX2"
  @ MSG_AUXV_AT_SUN_BRAND_AUX3            "SUN_BRAND_AUX3"
  @ MSG_AUXV_AT_SUN_HWCAP2                "SUN_HWCAP2"
+ @ MSG_AUXV_AT_SUN_BRAND_NROOT           "SUN_BRAND_NROOT"
+ @ MSG_AUXV_AT_SUN_COMMPAGE              "SUN_COMMPAGE"
  
  
  @ MSG_CC_CONTENT_STACK          "STACK"
  @ MSG_CC_CONTENT_HEAP           "HEAP"
  @ MSG_CC_CONTENT_SHFILE         "SHFILE"