Print this page
10816 ctf_dwarf_convert_type() relies on un-initialized id
10817 ctfconvert -i option is mis-handled
10818 Improve ctfconvert error messages
10819 ctfconvert should handle empty dies
10820 ctfconvert -i never converts
10821 bad free in ctf_dwarf_init_die
10815 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
*** 16,36 ****
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
- #
- # uts/intel/sha1/Makefile
- #
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
- # This makefile drives the production of the sha1 crypto kernel module.
- #
- # intel architecture dependent
- #
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
--- 16,30 ----
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright (c) 2019, Joyent, Inc.
#
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
*** 103,113 ****
#
include $(UTSBASE)/intel/Makefile.targ
$(OBJS_DIR)/sha1-x86_64.o: sha1-x86_64.s
$(COMPILE.s) -o $@ ${@F:.o=.s}
- $(POST_PROCESS_O)
$(OBJS_DIR)/sha1-x86_64.ln: sha1-x86_64.s
@($(LHEAD) $(LINT.c) ${@F:.ln=.s} $(LTAIL))
sha1-x86_64.s: $(COMDIR)/sha1/amd64/sha1-x86_64.pl
--- 97,106 ----