Print this page
NEX-8148 Alerts should be sent if cores are created on a system
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile.syshdrs
          +++ new/usr/src/uts/common/sys/Makefile.syshdrs
↓ open down ↓ 14 lines elided ↑ open up ↑
  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) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25      -# Copyright 2016 Nexenta Systems, Inc.
       25 +# Copyright 2017 Nexenta Systems, Inc.
  26   26  #
  27   27  
  28   28  # Common definitions for open and closed headers.
  29   29  
  30   30  # check files really don't exist
  31   31  
  32   32  audio/%.check:  audio/%.h
  33   33          $(DOT_H_CHECK)
  34   34  
  35   35  av/%.check:     av/%.h
↓ open down ↓ 4 lines elided ↑ open up ↑
  40   40  
  41   41  fm/cpu/%.check: fm/cpu/%.h
  42   42          $(DOT_H_CHECK)
  43   43  
  44   44  fm/fs/%.check:  fm/fs/%.h
  45   45          $(DOT_H_CHECK)
  46   46  
  47   47  fm/io/%.check:  fm/io/%.h
  48   48          $(DOT_H_CHECK)
  49   49  
       50 +fm/sw/%.check:  fm/sw/%.h
       51 +        $(DOT_H_CHECK)
       52 +
  50   53  fs/%.check:     fs/%.h
  51   54          $(DOT_H_CHECK)
  52   55  
  53   56  ib/%.check:             ib/%.h
  54   57          $(DOT_H_CHECK)
  55   58  
  56   59  ib/clients/ibd/%.check: ib/clients/ibd/%.h
  57   60          $(DOT_H_CHECK)
  58   61  
  59   62  ib/clients/of/%.check:          ib/clients/of/%.h
↓ open down ↓ 127 lines elided ↑ open up ↑
 187  190          $(ROOTDIR)/dcam         \
 188  191          $(ROOTDIR)/iso          \
 189  192          $(ROOTDIR)/fc4          \
 190  193          $(ROOTDIR)/fibre-channel    \
 191  194          $(ROOTDIR)/fibre-channel/impl   \
 192  195          $(ROOTDIR)/fibre-channel/ulp    \
 193  196          $(ROOTDIR)/fm           \
 194  197          $(ROOTDIR)/fm/cpu       \
 195  198          $(ROOTDIR)/fm/fs        \
 196  199          $(ROOTDIR)/fm/io        \
      200 +        $(ROOTDIR)/fm/sw        \
 197  201          $(ROOTDIR)/fs           \
 198  202          $(ROOTDIR)/ib           \
 199  203          $(ROOTDIR)/ib/adapters/tavor    \
 200  204          $(ROOTDIR)/ib/adapters/hermon   \
 201  205          $(ROOTDIR)/ib/adapters  \
 202  206          $(ROOTDIR)/ib/ibtl      \
 203  207          $(ROOTDIR)/ib/ibtl/impl \
 204  208          $(ROOTDIR)/ib/mgt       \
 205  209          $(ROOTDIR)/ib/mgt/ibmf  \
 206  210          $(ROOTDIR)/ib/ibnex     \
↓ open down ↓ 61 lines elided ↑ open up ↑
 268  272  
 269  273  ROOTIDMHDRS= $(IDMHDRS:%=$(ROOTDIR)/idm/%)
 270  274  ROOTISCSITHDRS= $(ISCSITHDRS:%=$(ROOTDIR)/iscsit/%)
 271  275  
 272  276  ROOTISOHDRS= $(ISOHDRS:%=$(ROOTDIR)/iso/%)
 273  277  
 274  278  ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
 275  279  ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
 276  280  ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
 277  281  ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
      282 +ROOTFMSWHDRS= $(FMSWHDRS:%=$(ROOTDIR)/fm/sw/%)
 278  283  
 279  284  ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
 280  285  
 281  286  ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
 282  287  ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)
 283  288  ROOTSCSICONFHDRS= $(SCSICONFHDRS:%=$(ROOTDIR)/scsi/conf/%)
 284  289  ROOTSCSIGENHDRS= $(SCSIGENHDRS:%=$(ROOTDIR)/scsi/generic/%)
 285  290  ROOTSCSIIMPLHDRS= $(SCSIIMPLHDRS:%=$(ROOTDIR)/scsi/impl/%)
 286  291  ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
 287  292  ROOTSCSICADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
↓ open down ↓ 181 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX