summaryrefslogtreecommitdiff
path: root/usr/src/uts
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-04-04 11:10:31 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-04-04 11:10:31 +0000
commit6c616601bf7954d849bd0b1ae08fd418aac6e5b1 (patch)
tree25607cdf0c3a8f22c6ead87367138133cb61dc6c /usr/src/uts
parent63314e809a4ae4f2db49dab4dcb75b73c42aa18c (diff)
parentcd277642e0bdc71a7f57c550df1279b0c091d6e2 (diff)
downloadillumos-joyent-6c616601bf7954d849bd0b1ae08fd418aac6e5b1.tar.gz
[illumos-gate merge]
commit cd277642e0bdc71a7f57c550df1279b0c091d6e2 5157 remove ELFSIGN leftovers from nightly commit b70272d37d9c1cb9110d939bb3a13e3c12081de5 8016 cron(1M): Strange sentence in the man page commit cc08f3e31de29ec88623d4c286b27de1dd708b72 7978 Some unreferenced man pages are in the gate commit 4f9d8ec0de8c8724941a1c13a5adf4c710d6442c 4412 character handling functions should return 0 for argument range 128-255 in UTF-8 locales Conflicts: usr/src/tools/scripts/nightly.sh usr/src/tools/Makefile
Diffstat (limited to 'usr/src/uts')
-rw-r--r--usr/src/uts/Makefile.targ4
-rw-r--r--usr/src/uts/intel/aes/Makefile4
-rw-r--r--usr/src/uts/intel/arcfour/Makefile4
-rw-r--r--usr/src/uts/intel/blowfish/Makefile4
-rw-r--r--usr/src/uts/intel/dca/Makefile5
-rw-r--r--usr/src/uts/intel/des/Makefile5
-rw-r--r--usr/src/uts/intel/dprov/Makefile5
-rw-r--r--usr/src/uts/intel/ecc/Makefile5
-rw-r--r--usr/src/uts/intel/rsa/Makefile4
-rw-r--r--usr/src/uts/sparc/aes/Makefile4
-rw-r--r--usr/src/uts/sparc/arcfour/Makefile4
-rw-r--r--usr/src/uts/sparc/blowfish/Makefile4
-rw-r--r--usr/src/uts/sparc/dca/Makefile5
-rw-r--r--usr/src/uts/sparc/des/Makefile5
-rw-r--r--usr/src/uts/sparc/dprov/Makefile4
-rw-r--r--usr/src/uts/sparc/ecc/Makefile4
-rw-r--r--usr/src/uts/sparc/rsa/Makefile4
-rw-r--r--usr/src/uts/sun4u/aes/Makefile5
-rw-r--r--usr/src/uts/sun4u/arcfour/Makefile5
-rw-r--r--usr/src/uts/sun4u/des/Makefile5
-rw-r--r--usr/src/uts/sun4v/arcfour/Makefile5
21 files changed, 31 insertions, 63 deletions
diff --git a/usr/src/uts/Makefile.targ b/usr/src/uts/Makefile.targ
index 92955e139f..0fb7bb8a90 100644
--- a/usr/src/uts/Makefile.targ
+++ b/usr/src/uts/Makefile.targ
@@ -21,6 +21,7 @@
#
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2015, Joyent, Inc.
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
# This Makefiles contains the common targets and definitions for
@@ -49,14 +50,11 @@ $(OBJECTS): $(INLINES)
#
# Partially link .o files to generate the kmod. The fake dependency
# on modstubs simplifies things...
-# ELFSIGN_MOD is defined in the individual KCF plug-in modules Makefiles,
-# and will sign the ELF objects using elfsign(1).
#
$(BINARY): $(OBJECTS) $(DTRACE_MAPFILE)
$(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
$(CTFMERGE_UNIQUIFY_AGAINST_GENUNIX)
$(POST_PROCESS)
- $(ELFSIGN_MOD)
#
# This target checks each kmod for undefined entry points. It does not
diff --git a/usr/src/uts/intel/aes/Makefile b/usr/src/uts/intel/aes/Makefile
index b2b6ee68f3..d48f310aaa 100644
--- a/usr/src/uts/intel/aes/Makefile
+++ b/usr/src/uts/intel/aes/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -49,9 +50,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/arcfour/Makefile b/usr/src/uts/intel/arcfour/Makefile
index 8411182355..ba66fafbe1 100644
--- a/usr/src/uts/intel/arcfour/Makefile
+++ b/usr/src/uts/intel/arcfour/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -49,9 +50,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/blowfish/Makefile b/usr/src/uts/intel/blowfish/Makefile
index bc4746e129..97ddabc38e 100644
--- a/usr/src/uts/intel/blowfish/Makefile
+++ b/usr/src/uts/intel/blowfish/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -48,9 +49,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/dca/Makefile b/usr/src/uts/intel/dca/Makefile
index 1ccc3e9bbc..a1ff33c62a 100644
--- a/usr/src/uts/intel/dca/Makefile
+++ b/usr/src/uts/intel/dca/Makefile
@@ -20,6 +20,8 @@
#
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -49,9 +51,6 @@ CONF_SRCDIR = $(UTSBASE)/common/crypto/io
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/des/Makefile b/usr/src/uts/intel/des/Makefile
index e9512fabe6..2c8045b380 100644
--- a/usr/src/uts/intel/des/Makefile
+++ b/usr/src/uts/intel/des/Makefile
@@ -21,6 +21,8 @@
#
# uts/intel/des/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -54,9 +56,6 @@ LINK_TARGET = $(TARGET_$(CLASS))
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/dprov/Makefile b/usr/src/uts/intel/dprov/Makefile
index 4ecb5915ef..b0e2a55091 100644
--- a/usr/src/uts/intel/dprov/Makefile
+++ b/usr/src/uts/intel/dprov/Makefile
@@ -19,6 +19,8 @@
# CDDL HEADER END
#
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -53,9 +55,6 @@ CONF_SRCDIR = $(UTSBASE)/common/crypto/io
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/ecc/Makefile b/usr/src/uts/intel/ecc/Makefile
index 9d3c1bce9e..3302d43e23 100644
--- a/usr/src/uts/intel/ecc/Makefile
+++ b/usr/src/uts/intel/ecc/Makefile
@@ -19,6 +19,8 @@
# CDDL HEADER END
#
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -48,9 +50,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/intel/rsa/Makefile b/usr/src/uts/intel/rsa/Makefile
index e05d3e307d..cf9ba78959 100644
--- a/usr/src/uts/intel/rsa/Makefile
+++ b/usr/src/uts/intel/rsa/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -48,9 +49,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/intel/Makefile.intel
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/aes/Makefile b/usr/src/uts/sparc/aes/Makefile
index c452dfeb6d..eae7c2dce7 100644
--- a/usr/src/uts/sparc/aes/Makefile
+++ b/usr/src/uts/sparc/aes/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -46,9 +47,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/arcfour/Makefile b/usr/src/uts/sparc/arcfour/Makefile
index f131035d48..7bfbdfc7ce 100644
--- a/usr/src/uts/sparc/arcfour/Makefile
+++ b/usr/src/uts/sparc/arcfour/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -46,9 +47,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/blowfish/Makefile b/usr/src/uts/sparc/blowfish/Makefile
index b7dfdc8fe6..88d56bb251 100644
--- a/usr/src/uts/sparc/blowfish/Makefile
+++ b/usr/src/uts/sparc/blowfish/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -47,9 +48,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/dca/Makefile b/usr/src/uts/sparc/dca/Makefile
index bea36330f6..f4420ccd16 100644
--- a/usr/src/uts/sparc/dca/Makefile
+++ b/usr/src/uts/sparc/dca/Makefile
@@ -20,6 +20,8 @@
#
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -49,9 +51,6 @@ CONF_SRCDIR = $(UTSBASE)/common/crypto/io
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/des/Makefile b/usr/src/uts/sparc/des/Makefile
index 90bc58b943..abf71ab827 100644
--- a/usr/src/uts/sparc/des/Makefile
+++ b/usr/src/uts/sparc/des/Makefile
@@ -21,6 +21,8 @@
#
# uts/sparc/des/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -54,9 +56,6 @@ LINK_TARGET = $(TARGET_$(CLASS))
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/dprov/Makefile b/usr/src/uts/sparc/dprov/Makefile
index 330fd4da81..0aa53e059a 100644
--- a/usr/src/uts/sparc/dprov/Makefile
+++ b/usr/src/uts/sparc/dprov/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -53,9 +54,6 @@ CONF_SRCDIR = $(UTSBASE)/common/crypto/io
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/ecc/Makefile b/usr/src/uts/sparc/ecc/Makefile
index 86170b2387..8876c0ab9e 100644
--- a/usr/src/uts/sparc/ecc/Makefile
+++ b/usr/src/uts/sparc/ecc/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -48,9 +49,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/rsa/Makefile b/usr/src/uts/sparc/rsa/Makefile
index 88a8cb52bd..ea61e30cea 100644
--- a/usr/src/uts/sparc/rsa/Makefile
+++ b/usr/src/uts/sparc/rsa/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -48,9 +49,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sun4u/aes/Makefile b/usr/src/uts/sun4u/aes/Makefile
index b74906bbc7..8042737faa 100644
--- a/usr/src/uts/sun4u/aes/Makefile
+++ b/usr/src/uts/sun4u/aes/Makefile
@@ -21,6 +21,8 @@
#
# uts/sun4u/aes/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -50,9 +52,6 @@ ROOTMODULE = $(ROOT_US3_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sun4u/Makefile.sun4u
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sun4u/arcfour/Makefile b/usr/src/uts/sun4u/arcfour/Makefile
index 4eca278804..239cc9631e 100644
--- a/usr/src/uts/sun4u/arcfour/Makefile
+++ b/usr/src/uts/sun4u/arcfour/Makefile
@@ -21,6 +21,8 @@
#
# uts/sun4u/arcfour/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -48,9 +50,6 @@ ROOTMODULE = $(ROOT_PSM_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sun4u/Makefile.sun4u
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sun4u/des/Makefile b/usr/src/uts/sun4u/des/Makefile
index 50ce1ffb01..e4b2fa80d0 100644
--- a/usr/src/uts/sun4u/des/Makefile
+++ b/usr/src/uts/sun4u/des/Makefile
@@ -21,6 +21,8 @@
#
# uts/sun4u/des/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -54,9 +56,6 @@ LINK_TARGET = $(TARGET_$(CLASS))
#
include $(UTSBASE)/sun4u/Makefile.sun4u
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sun4v/arcfour/Makefile b/usr/src/uts/sun4v/arcfour/Makefile
index d8d34256e1..d97ef72d2d 100644
--- a/usr/src/uts/sun4v/arcfour/Makefile
+++ b/usr/src/uts/sun4v/arcfour/Makefile
@@ -21,6 +21,8 @@
#
# uts/sun4v/arcfour/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -48,9 +50,6 @@ ROOTMODULE = $(ROOT_PSM_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sun4v/Makefile.sun4v
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#