Print this page
4185 New hash algorithm support


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2013, Joyent, Inc. All rights reserved.

  24 #
  25 
  26 include $(SRC)/uts/Makefile.uts
  27 
  28 FILEMODE=644
  29 
  30 #
  31 #       Note that the following headers are present in the kernel but
  32 #       neither installed or shipped as part of the product:
  33 #               cpuid_drv.h:            Private interface for cpuid consumers
  34 #               unix_bb_info.h:         Private interface to kcov
  35 #
  36 
  37 i386_HDRS=                      \
  38         agp/agpamd64gart_io.h   \
  39         agp/agpdefs.h           \
  40         agp/agpgart_impl.h      \
  41         agp/agpmaster_io.h      \
  42         agp/agptarget_io.h      \
  43         agpgart.h               \


 183         dlpi.h                  \
 184         dld.h                   \
 185         dld_impl.h              \
 186         dld_ioc.h               \
 187         dls.h                   \
 188         dls_mgmt.h              \
 189         dls_impl.h              \
 190         dma_i8237A.h            \
 191         dnlc.h                  \
 192         door.h                  \
 193         door_data.h             \
 194         door_impl.h             \
 195         dtrace.h                \
 196         dtrace_impl.h           \
 197         dumpadm.h               \
 198         dumphdr.h               \
 199         ecppsys.h               \
 200         ecppio.h                \
 201         ecppreg.h               \
 202         ecppvar.h               \

 203         efi_partition.h         \
 204         elf.h                   \
 205         elf_386.h               \
 206         elf_SPARC.h             \
 207         elf_notes.h             \
 208         elf_amd64.h             \
 209         elftypes.h              \
 210         emul64.h                \
 211         emul64cmd.h             \
 212         emul64var.h             \
 213         epm.h                   \
 214         errno.h                 \
 215         errorq.h                \
 216         errorq_impl.h           \
 217         esunddi.h               \
 218         ethernet.h              \
 219         euc.h                   \
 220         eucioctl.h              \
 221         exacct.h                \
 222         exacct_catalog.h        \


 484         schedctl.h              \
 485         sdt.h                   \
 486         select.h                \
 487         sem.h                   \
 488         sem_impl.h              \
 489         sema_impl.h             \
 490         semaphore.h             \
 491         sendfile.h              \
 492         ser_sync.h              \
 493         session.h               \
 494         sha1.h                  \
 495         sha1_consts.h           \
 496         sha2.h                  \
 497         sha2_consts.h           \
 498         share.h                 \
 499         shm.h                   \
 500         shm_impl.h              \
 501         sid.h                   \
 502         siginfo.h               \
 503         signal.h                \

 504         sleepq.h                \
 505         smbios.h                \
 506         smbios_impl.h           \
 507         sobject.h               \
 508         socket.h                \
 509         socket_impl.h           \
 510         socket_proto.h          \
 511         socketvar.h             \
 512         sockfilter.h            \
 513         sockio.h                \
 514         soundcard.h             \
 515         squeue.h                \
 516         squeue_impl.h           \
 517         srn.h                   \
 518         sservice.h              \
 519         stat.h                  \
 520         statfs.h                \
 521         statvfs.h               \
 522         stdbool.h               \
 523         stdint.h                \




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2013, Joyent, Inc. All rights reserved.
  24 # Copyright 2013 Saso Kiselkov. All rights reserved.
  25 #
  26 
  27 include $(SRC)/uts/Makefile.uts
  28 
  29 FILEMODE=644
  30 
  31 #
  32 #       Note that the following headers are present in the kernel but
  33 #       neither installed or shipped as part of the product:
  34 #               cpuid_drv.h:            Private interface for cpuid consumers
  35 #               unix_bb_info.h:         Private interface to kcov
  36 #
  37 
  38 i386_HDRS=                      \
  39         agp/agpamd64gart_io.h   \
  40         agp/agpdefs.h           \
  41         agp/agpgart_impl.h      \
  42         agp/agpmaster_io.h      \
  43         agp/agptarget_io.h      \
  44         agpgart.h               \


 184         dlpi.h                  \
 185         dld.h                   \
 186         dld_impl.h              \
 187         dld_ioc.h               \
 188         dls.h                   \
 189         dls_mgmt.h              \
 190         dls_impl.h              \
 191         dma_i8237A.h            \
 192         dnlc.h                  \
 193         door.h                  \
 194         door_data.h             \
 195         door_impl.h             \
 196         dtrace.h                \
 197         dtrace_impl.h           \
 198         dumpadm.h               \
 199         dumphdr.h               \
 200         ecppsys.h               \
 201         ecppio.h                \
 202         ecppreg.h               \
 203         ecppvar.h               \
 204         edonr.h                 \
 205         efi_partition.h         \
 206         elf.h                   \
 207         elf_386.h               \
 208         elf_SPARC.h             \
 209         elf_notes.h             \
 210         elf_amd64.h             \
 211         elftypes.h              \
 212         emul64.h                \
 213         emul64cmd.h             \
 214         emul64var.h             \
 215         epm.h                   \
 216         errno.h                 \
 217         errorq.h                \
 218         errorq_impl.h           \
 219         esunddi.h               \
 220         ethernet.h              \
 221         euc.h                   \
 222         eucioctl.h              \
 223         exacct.h                \
 224         exacct_catalog.h        \


 486         schedctl.h              \
 487         sdt.h                   \
 488         select.h                \
 489         sem.h                   \
 490         sem_impl.h              \
 491         sema_impl.h             \
 492         semaphore.h             \
 493         sendfile.h              \
 494         ser_sync.h              \
 495         session.h               \
 496         sha1.h                  \
 497         sha1_consts.h           \
 498         sha2.h                  \
 499         sha2_consts.h           \
 500         share.h                 \
 501         shm.h                   \
 502         shm_impl.h              \
 503         sid.h                   \
 504         siginfo.h               \
 505         signal.h                \
 506         skein.h                 \
 507         sleepq.h                \
 508         smbios.h                \
 509         smbios_impl.h           \
 510         sobject.h               \
 511         socket.h                \
 512         socket_impl.h           \
 513         socket_proto.h          \
 514         socketvar.h             \
 515         sockfilter.h            \
 516         sockio.h                \
 517         soundcard.h             \
 518         squeue.h                \
 519         squeue_impl.h           \
 520         srn.h                   \
 521         sservice.h              \
 522         stat.h                  \
 523         statfs.h                \
 524         statvfs.h               \
 525         stdbool.h               \
 526         stdint.h                \