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


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014, Joyent, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2013 Saso Kiselkov. All rights reserved.
  27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28 # Copyright 2017 Nexenta Systems, Inc.
  29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30 #
  31 
  32 include $(SRC)/uts/Makefile.uts
  33 
  34 FILEMODE=644
  35 
  36 #
  37 #       Note that the following headers are present in the kernel but
  38 #       neither installed or shipped as part of the product:
  39 #               cpuid_drv.h:            Private interface for cpuid consumers
  40 #               unix_bb_info.h:         Private interface to kcov
  41 #               nvme.h                  Private interface to nvme
  42 #
  43 
  44 i386_HDRS=                      \


 121         cmn_err.h               \
 122         compress.h              \
 123         condvar.h               \
 124         condvar_impl.h          \
 125         conf.h                  \
 126         consdev.h               \
 127         console.h               \
 128         consplat.h              \
 129         vt.h                    \
 130         vtdaemon.h              \
 131         kd.h                    \
 132         containerof.h           \
 133         contract.h              \
 134         contract_impl.h         \
 135         copyops.h               \
 136         core.h                  \
 137         corectl.h               \
 138         cpc_impl.h              \
 139         cpc_pcbe.h              \
 140         cpr.h                   \

 141         cpupart.h               \
 142         cpuvar.h                \
 143         crc32.h                 \
 144         cred.h                  \
 145         cred_impl.h             \
 146         crtctl.h                \
 147         cryptmod.h              \
 148         csiioctl.h              \
 149         ctf.h                   \
 150         ctfs.h                  \
 151         ctfs_impl.h             \
 152         ctf_api.h               \
 153         ctype.h                 \
 154         cyclic.h                \
 155         cyclic_impl.h           \
 156         dacf.h                  \
 157         dacf_impl.h             \
 158         damap.h                 \
 159         damap_impl.h            \
 160         dc_ki.h                 \




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2018, Joyent, Inc.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2013 Saso Kiselkov. All rights reserved.
  27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28 # Copyright 2017 Nexenta Systems, Inc.
  29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30 #
  31 
  32 include $(SRC)/uts/Makefile.uts
  33 
  34 FILEMODE=644
  35 
  36 #
  37 #       Note that the following headers are present in the kernel but
  38 #       neither installed or shipped as part of the product:
  39 #               cpuid_drv.h:            Private interface for cpuid consumers
  40 #               unix_bb_info.h:         Private interface to kcov
  41 #               nvme.h                  Private interface to nvme
  42 #
  43 
  44 i386_HDRS=                      \


 121         cmn_err.h               \
 122         compress.h              \
 123         condvar.h               \
 124         condvar_impl.h          \
 125         conf.h                  \
 126         consdev.h               \
 127         console.h               \
 128         consplat.h              \
 129         vt.h                    \
 130         vtdaemon.h              \
 131         kd.h                    \
 132         containerof.h           \
 133         contract.h              \
 134         contract_impl.h         \
 135         copyops.h               \
 136         core.h                  \
 137         corectl.h               \
 138         cpc_impl.h              \
 139         cpc_pcbe.h              \
 140         cpr.h                   \
 141         cpu_uarray.h            \
 142         cpupart.h               \
 143         cpuvar.h                \
 144         crc32.h                 \
 145         cred.h                  \
 146         cred_impl.h             \
 147         crtctl.h                \
 148         cryptmod.h              \
 149         csiioctl.h              \
 150         ctf.h                   \
 151         ctfs.h                  \
 152         ctfs_impl.h             \
 153         ctf_api.h               \
 154         ctype.h                 \
 155         cyclic.h                \
 156         cyclic_impl.h           \
 157         dacf.h                  \
 158         dacf_impl.h             \
 159         damap.h                 \
 160         damap_impl.h            \
 161         dc_ki.h                 \