Print this page
3946 ::gcore
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.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 ↓ 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  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2013, Joyent, Inc.  All rights reserved.
       25 +# Copyright (c) 2013 by Delphix. All rights reserved.
  25   26  #
  26   27  
  27   28  #
  28   29  # This file simply contains the list of sources files compiled together
  29   30  # to create the genunix mdb module.   Having them in one place saves
  30   31  # a bunch of unnecessary replication.
  31   32  #
  32   33  GENUNIX_SRCS =          \
  33   34          avl.c           \
  34   35          bio.c           \
↓ open down ↓ 4 lines elided ↑ open up ↑
  39   40          cred.c          \
  40   41          ctxop.c         \
  41   42          cyclic.c        \
  42   43          damap.c         \
  43   44          ddi_periodic.c  \
  44   45          devinfo.c       \
  45   46          dist.c          \
  46   47          findstack.c     \
  47   48          findstack_subr.c \
  48   49          fm.c            \
       50 +        gcore.c         \
  49   51          genunix.c       \
  50   52          group.c         \
  51   53          hotplug.c       \
  52   54          irm.c           \
  53   55          kgrep.c         \
  54   56          kmem.c          \
  55   57          ldi.c           \
  56   58          leaky.c         \
  57   59          leaky_subr.c    \
  58   60          lgrp.c          \
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX