Print this page
4185 New hash algorithm support

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  # Copyright 2013, Joyent, Inc. All rights reserved.
       24 +# Copyright 2013 Saso Kiselkov. All rights reserved.
  24   25  #
  25   26  
  26   27  include $(SRC)/uts/Makefile.uts
  27   28  
  28   29  FILEMODE=644
  29   30  
  30   31  #
  31   32  #       Note that the following headers are present in the kernel but
  32   33  #       neither installed or shipped as part of the product:
  33   34  #               cpuid_drv.h:            Private interface for cpuid consumers
↓ open down ↓ 159 lines elided ↑ open up ↑
 193  194          door_data.h             \
 194  195          door_impl.h             \
 195  196          dtrace.h                \
 196  197          dtrace_impl.h           \
 197  198          dumpadm.h               \
 198  199          dumphdr.h               \
 199  200          ecppsys.h               \
 200  201          ecppio.h                \
 201  202          ecppreg.h               \
 202  203          ecppvar.h               \
      204 +        edonr.h                 \
 203  205          efi_partition.h         \
 204  206          elf.h                   \
 205  207          elf_386.h               \
 206  208          elf_SPARC.h             \
 207  209          elf_notes.h             \
 208  210          elf_amd64.h             \
 209  211          elftypes.h              \
 210  212          emul64.h                \
 211  213          emul64cmd.h             \
 212  214          emul64var.h             \
↓ open down ↓ 281 lines elided ↑ open up ↑
 494  496          sha1.h                  \
 495  497          sha1_consts.h           \
 496  498          sha2.h                  \
 497  499          sha2_consts.h           \
 498  500          share.h                 \
 499  501          shm.h                   \
 500  502          shm_impl.h              \
 501  503          sid.h                   \
 502  504          siginfo.h               \
 503  505          signal.h                \
      506 +        skein.h                 \
 504  507          sleepq.h                \
 505  508          smbios.h                \
 506  509          smbios_impl.h           \
 507  510          sobject.h               \
 508  511          socket.h                \
 509  512          socket_impl.h           \
 510  513          socket_proto.h          \
 511  514          socketvar.h             \
 512  515          sockfilter.h            \
 513  516          sockio.h                \
↓ open down ↓ 873 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX