Print this page
OS-2366 ddi_periodic_add(9F) is entirely rubbish

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 (c) 2013, Joyent, Inc.  All rights reserved.
  24   25  #
  25   26  
  26   27  #
  27   28  # This file simply contains the list of sources files compiled together
  28   29  # to create the genunix mdb module.   Having them in one place saves
  29   30  # a bunch of unnecessary replication.
  30   31  #
  31   32  GENUNIX_SRCS =          \
  32   33          avl.c           \
  33   34          bio.c           \
  34   35          bitset.c        \
  35   36          combined.c      \
  36   37          contract.c      \
  37   38          cpupart.c       \
  38   39          cred.c          \
  39   40          ctxop.c         \
  40   41          cyclic.c        \
  41   42          damap.c         \
       43 +        ddi_periodic.c  \
  42   44          devinfo.c       \
  43   45          dist.c          \
  44   46          findstack.c     \
  45   47          findstack_subr.c \
  46   48          fm.c            \
  47   49          genunix.c       \
  48   50          group.c         \
  49   51          hotplug.c       \
  50   52          irm.c           \
  51   53          kgrep.c         \
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX