Print this page
11689 ::refstr would be useful
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Jason King <jason.king@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
          +++ new/usr/src/cmd/mdb/common/modules/genunix/Makefile.files
↓ 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  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2019, Joyent, Inc.
       24 +# Copyright 2019 Joyent, Inc.
  25   25  # Copyright (c) 2013 by Delphix. All rights reserved.
  26   26  #
  27   27  
  28   28  #
  29   29  # This file simply contains the list of sources files compiled together
  30   30  # to create the genunix mdb module.   Having them in one place saves
  31   31  # a bunch of unnecessary replication.
  32   32  #
  33   33  GENUNIX_SRCS =          \
  34   34          avl.c           \
↓ open down ↓ 30 lines elided ↑ open up ↑
  65   65          memory.c        \
  66   66          mmd.c           \
  67   67          modhash.c       \
  68   68          ndievents.c     \
  69   69          net.c           \
  70   70          netstack.c      \
  71   71          nvpair.c        \
  72   72          pci.c           \
  73   73          pg.c            \
  74   74          rctl.c          \
       75 +        refstr.c        \
  75   76          sobj.c          \
  76   77          streams.c       \
  77   78          sysevent.c      \
  78   79          taskq.c         \
  79   80          thread.c        \
  80   81          tsd.c           \
  81   82          tsol.c          \
  82   83          vfs.c           \
  83   84          zone.c
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX