Print this page
9936 atomic ops in syscall_mstate() induce significant overhead
9942 zone secflags are not initialized correctly

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  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 (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2014, Joyent, Inc. All rights reserved.
       24 +# Copyright (c) 2018, Joyent, Inc.
  25   25  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26   26  # Copyright 2013 Saso Kiselkov. All rights reserved.
  27   27  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28   28  # Copyright 2017 Nexenta Systems, Inc.
  29   29  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30   30  #
  31   31  
  32   32  include $(SRC)/uts/Makefile.uts
  33   33  
  34   34  FILEMODE=644
↓ open down ↓ 96 lines elided ↑ open up ↑
 131  131          kd.h                    \
 132  132          containerof.h           \
 133  133          contract.h              \
 134  134          contract_impl.h         \
 135  135          copyops.h               \
 136  136          core.h                  \
 137  137          corectl.h               \
 138  138          cpc_impl.h              \
 139  139          cpc_pcbe.h              \
 140  140          cpr.h                   \
      141 +        cpu_uarray.h            \
 141  142          cpupart.h               \
 142  143          cpuvar.h                \
 143  144          crc32.h                 \
 144  145          cred.h                  \
 145  146          cred_impl.h             \
 146  147          crtctl.h                \
 147  148          cryptmod.h              \
 148  149          csiioctl.h              \
 149  150          ctf.h                   \
 150  151          ctfs.h                  \
↓ open down ↓ 1193 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX