Print this page
Added filesystem disturber: driver (fsd), library (libfsd), command (fsdadm)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ 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 (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
       24 +#
       25 +# Copyright 2013 Damian Bogel. All rights reserved.
       26 +#
  24   27  
  25   28  include $(SRC)/uts/Makefile.uts
  26   29  
  27   30  FILEMODE=644
  28   31  
  29   32  #
  30   33  #       Note that the following headers are present in the kernel but
  31   34  #       neither installed or shipped as part of the product:
  32   35  #               cpuid_drv.h:            Private interface for cpuid consumers
  33   36  #               unix_bb_info.h:         Private interface to kcov
↓ open down ↓ 200 lines elided ↑ open up ↑
 234  237          fctio.h                 \
 235  238          fdbuffer.h              \
 236  239          fdio.h                  \
 237  240          feature_tests.h         \
 238  241          fem.h                   \
 239  242          file.h                  \
 240  243          filio.h                 \
 241  244          flock.h                 \
 242  245          flock_impl.h            \
 243  246          fork.h                  \
      247 +        fsd.h                   \
 244  248          fss.h                   \
 245  249          fsspriocntl.h           \
 246  250          fsid.h                  \
 247  251          fssnap.h                \
 248  252          fssnap_if.h             \
 249  253          fstyp.h                 \
 250  254          ftrace.h                \
 251  255          fx.h                    \
 252  256          fxpriocntl.h            \
 253  257          gfs.h                   \
↓ open down ↓ 1144 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX