Print this page
4185 New hash algorithm support

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-kernel.mf
          +++ new/usr/src/pkg/manifests/system-kernel.mf
↓ 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  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2013 Saso Kiselkov. All rights reserved.
  24   25  #
  25   26  
  26   27  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  <include system-kernel.man1m.inc>
  33   34  <include system-kernel.man2.inc>
↓ open down ↓ 262 lines elided ↑ open up ↑
 296  297  file path=etc/name_to_sysnum group=sys \
 297  298      original_name=SUNWckr:etc/name_to_sysnum preserve=renameold
 298  299  file path=etc/sock2path.d/system%2Fkernel group=sys
 299  300  file path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true
 300  301  $(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755
 301  302  file path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755
 302  303  file path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755
 303  304  file path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755
 304  305  file path=kernel/crypto/$(ARCH64)/des group=sys mode=0755
 305  306  file path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755
      307 +file path=kernel/crypto/$(ARCH64)/edonr group=sys mode=0755
 306  308  file path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755
 307  309  file path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755
 308  310  file path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755
 309  311  file path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755
 310  312  file path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755
      313 +file path=kernel/crypto/$(ARCH64)/skein group=sys mode=0755
 311  314  file path=kernel/crypto/$(ARCH64)/swrand group=sys mode=0755
 312  315  $(i386_ONLY)file path=kernel/crypto/aes group=sys mode=0755
 313  316  $(i386_ONLY)file path=kernel/crypto/arcfour group=sys mode=0755
 314  317  $(i386_ONLY)file path=kernel/crypto/blowfish group=sys mode=0755
 315  318  $(i386_ONLY)file path=kernel/crypto/des group=sys mode=0755
 316  319  $(i386_ONLY)file path=kernel/crypto/ecc group=sys mode=0755
      320 +$(i386_ONLY)file path=kernel/crypto/edonr group=sys mode=0755
 317  321  $(i386_ONLY)file path=kernel/crypto/md4 group=sys mode=0755
 318  322  $(i386_ONLY)file path=kernel/crypto/md5 group=sys mode=0755
 319  323  $(i386_ONLY)file path=kernel/crypto/rsa group=sys mode=0755
 320  324  $(i386_ONLY)file path=kernel/crypto/sha1 group=sys mode=0755
 321  325  $(i386_ONLY)file path=kernel/crypto/sha2 group=sys mode=0755
      326 +$(i386_ONLY)file path=kernel/crypto/skein group=sys mode=0755
 322  327  $(i386_ONLY)file path=kernel/crypto/swrand group=sys mode=0755
 323  328  $(sparc_ONLY)file path=kernel/dacf/$(ARCH64)/consconfig_dacf group=sys \
 324  329      mode=0755
 325  330  file path=kernel/dacf/$(ARCH64)/net_dacf group=sys mode=0755
 326  331  $(i386_ONLY)file path=kernel/dacf/net_dacf group=sys mode=0755
 327  332  $(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_drv group=sys
 328  333  $(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_toshiba group=sys
 329  334  file path=kernel/drv/$(ARCH64)/aggr group=sys
 330  335  file path=kernel/drv/$(ARCH64)/arp group=sys
 331  336  file path=kernel/drv/$(ARCH64)/bl group=sys
↓ open down ↓ 478 lines elided ↑ open up ↑
 810  815  file path=lib/svc/method/svc-intrd mode=0555
 811  816  file path=lib/svc/method/svc-scheduler mode=0555
 812  817  $(sparc_ONLY)file path=usr/share/man/man1m/monitor.1m
 813  818  $(sparc_ONLY)file path=usr/share/man/man1m/obpsym.1m
 814  819  # On SPARC driver/bscv is Serverblade1 specific, and in system/kernel/platform
 815  820  # We keep the manual page generic
 816  821  $(sparc_ONLY)file path=usr/share/man/man7d/dad.7d
 817  822  $(i386_ONLY)file path=usr/share/man/man7d/smbios.7d
 818  823  # Sadly vuid mouse support is in different packages on different platforms
 819  824  # While kstat(7D) is in SUNWcs, the structures are general
      825 +hardlink path=kernel/misc/$(ARCH64)/edonr \
      826 +    target=../../../kernel/crypto/$(ARCH64)/edonr
 820  827  hardlink path=kernel/misc/$(ARCH64)/md5 \
 821  828      target=../../../kernel/crypto/$(ARCH64)/md5
 822  829  hardlink path=kernel/misc/$(ARCH64)/sha1 \
 823  830      target=../../../kernel/crypto/$(ARCH64)/sha1
 824  831  hardlink path=kernel/misc/$(ARCH64)/sha2 \
 825  832      target=../../../kernel/crypto/$(ARCH64)/sha2
      833 +hardlink path=kernel/misc/$(ARCH64)/skein \
      834 +    target=../../../kernel/crypto/$(ARCH64)/skein
      835 +$(i386_ONLY)hardlink path=kernel/misc/edonr target=../../kernel/crypto/edonr
 826  836  $(i386_ONLY)hardlink path=kernel/misc/md5 target=../../kernel/crypto/md5
 827  837  $(i386_ONLY)hardlink path=kernel/misc/sha1 target=../../kernel/crypto/sha1
 828  838  $(i386_ONLY)hardlink path=kernel/misc/sha2 target=../../kernel/crypto/sha2
      839 +$(i386_ONLY)hardlink path=kernel/misc/skein target=../../kernel/crypto/skein
 829  840  hardlink path=kernel/socketmod/$(ARCH64)/icmp \
 830  841      target=../../../kernel/drv/$(ARCH64)/icmp
 831  842  hardlink path=kernel/socketmod/$(ARCH64)/rts \
 832  843      target=../../../kernel/drv/$(ARCH64)/rts
 833  844  hardlink path=kernel/socketmod/$(ARCH64)/tcp \
 834  845      target=../../../kernel/drv/$(ARCH64)/tcp
 835  846  hardlink path=kernel/socketmod/$(ARCH64)/udp \
 836  847      target=../../../kernel/drv/$(ARCH64)/udp
 837  848  $(i386_ONLY)hardlink path=kernel/socketmod/icmp target=../../kernel/drv/icmp
 838  849  $(i386_ONLY)hardlink path=kernel/socketmod/rts target=../../kernel/drv/rts
↓ open down ↓ 73 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX