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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libconv/common/corenote.msg
          +++ new/usr/src/cmd/sgs/libconv/common/corenote.msg
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  # Copyright 2012 DEY Storage Systems, Inc.  All rights reserved.
  27      -# Copyright (c) 2013, Joyent, Inc. All rights reserved.
       27 +# Copyright 2016 Joyent, Inc.
  28   28  #
  29   29  
  30   30  @ MSG_NT_PRSTATUS               "[ NT_PRSTATUS ]"
  31   31  @ MSG_NT_PRFPREG                "[ NT_PRFPREG ]"
  32   32  @ MSG_NT_PRPSINFO               "[ NT_PRPSINFO ]"
  33   33  @ MSG_NT_PRXREG                 "[ NT_PRXREG ]"
  34   34  @ MSG_NT_PLATFORM               "[ NT_PLATFORM ]"
  35   35  @ MSG_NT_AUXV                   "[ NT_AUXV ]"
  36   36  @ MSG_NT_GWINDOWS               "[ NT_GWINDOWS ]"
  37   37  @ MSG_NT_ASRS                   "[ NT_ASRS ]"
↓ open down ↓ 33 lines elided ↑ open up ↑
  71   71  @ MSG_AUXV_AT_GID                       "GID"
  72   72  @ MSG_AUXV_AT_EGID                      "EGID"
  73   73  @ MSG_AUXV_AT_PLATFORM                  "PLATFORM"
  74   74  @ MSG_AUXV_AT_HWCAP                     "HWCAP"
  75   75  @ MSG_AUXV_AT_CLKTCK                    "CLKTCK"
  76   76  @ MSG_AUXV_AT_FPUCW                     "FPUCW"
  77   77  @ MSG_AUXV_AT_DCACHEBSIZE               "DCACHEBSIZE"
  78   78  @ MSG_AUXV_AT_ICACHEBSIZE               "ICACHEBSIZE"
  79   79  @ MSG_AUXV_AT_UCACHEBSIZE               "UCACHEBSIZE"
  80   80  @ MSG_AUXV_AT_IGNOREPPC                 "IGNOREPPC"
       81 +@ MSG_AUXV_AT_SECURE                    "SECURE"
       82 +@ MSG_AUXV_AT_BASE_PLATFORM             "BASE_PLATFORM"
       83 +@ MSG_AUXV_AT_RANDOM                    "RANDOM"
  81   84  @ MSG_AUXV_AT_SUN_UID                   "SUN_UID"
  82   85  @ MSG_AUXV_AT_SUN_RUID                  "SUN_RUID"
  83   86  @ MSG_AUXV_AT_SUN_GID                   "SUN_GID"
  84   87  @ MSG_AUXV_AT_SUN_RGID                  "SUN_RGID"
  85   88  @ MSG_AUXV_AT_SUN_LDELF                 "SUN_LDELF"
  86   89  @ MSG_AUXV_AT_SUN_LDSHDR                "SUN_LDSHDR"
  87   90  @ MSG_AUXV_AT_SUN_LDNAME                "SUN_LDNAME"
  88   91  @ MSG_AUXV_AT_SUN_LPAGESZ               "SUN_LPAGESZ"
  89   92  @ MSG_AUXV_AT_SUN_PLATFORM              "SUN_PLATFORM"
  90   93  @ MSG_AUXV_AT_SUN_HWCAP                 "SUN_HWCAP"
↓ open down ↓ 2 lines elided ↑ open up ↑
  93   96  @ MSG_AUXV_AT_SUN_EXECNAME              "SUN_EXECNAME"
  94   97  @ MSG_AUXV_AT_SUN_MMU                   "SUN_MMU"
  95   98  @ MSG_AUXV_AT_SUN_LDDATA                "SUN_LDDATA"
  96   99  @ MSG_AUXV_AT_SUN_AUXFLAGS              "SUN_AUXFLAGS"
  97  100  @ MSG_AUXV_AT_SUN_EMULATOR              "SUN_EMULATOR"
  98  101  @ MSG_AUXV_AT_SUN_BRANDNAME             "SUN_BRANDNAME"
  99  102  @ MSG_AUXV_AT_SUN_BRAND_AUX1            "SUN_BRAND_AUX1"
 100  103  @ MSG_AUXV_AT_SUN_BRAND_AUX2            "SUN_BRAND_AUX2"
 101  104  @ MSG_AUXV_AT_SUN_BRAND_AUX3            "SUN_BRAND_AUX3"
 102  105  @ MSG_AUXV_AT_SUN_HWCAP2                "SUN_HWCAP2"
      106 +@ MSG_AUXV_AT_SUN_BRAND_NROOT           "SUN_BRAND_NROOT"
      107 +@ MSG_AUXV_AT_SUN_COMMPAGE              "SUN_COMMPAGE"
 103  108  
 104  109  
 105  110  @ MSG_CC_CONTENT_STACK          "STACK"
 106  111  @ MSG_CC_CONTENT_HEAP           "HEAP"
 107  112  @ MSG_CC_CONTENT_SHFILE         "SHFILE"
 108  113  @ MSG_CC_CONTENT_SHANON         "SHANON"
 109  114  @ MSG_CC_CONTENT_TEXT           "TEXT"
 110  115  @ MSG_CC_CONTENT_DATA           "DATA"
 111  116  @ MSG_CC_CONTENT_RODATA         "RODATA"
 112  117  @ MSG_CC_CONTENT_ANON           "ANON"
↓ open down ↓ 1011 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX