diff options
| author | ahl <none@none> | 2006-02-08 10:03:09 -0800 |
|---|---|---|
| committer | ahl <none@none> | 2006-02-08 10:03:09 -0800 |
| commit | 900524f30cbbebc670e146a87587f355b9f633ee (patch) | |
| tree | 81a3f2e4cc774c698d8a4880e5c6d3098bcd5b28 /usr/src/cmd/abi | |
| parent | c877ffe618c3f6a0f995ed6b3d5feed148e6d49f (diff) | |
| download | illumos-joyent-900524f30cbbebc670e146a87587f355b9f633ee.tar.gz | |
4864945 spelling error in usage message
6299947 ustack() needs to ignore the top 32 bits for 32-bit processes
6305794 libdtrace misses rtld notifications
6309681 USDT headergen
6349088 dtrace command, Assertion failed: dpr->dpr_refs != 0, file ../common/dt_proc.c, line 976
6375841 USDT providers shouldn't be allowed to end in a digit
--HG--
rename : usr/src/cmd/abi/apptrace/amd64/Makefile => deleted_files/usr/src/cmd/abi/apptrace/amd64/Makefile
Diffstat (limited to 'usr/src/cmd/abi')
| -rw-r--r-- | usr/src/cmd/abi/apptrace/amd64/Makefile | 38 | ||||
| -rw-r--r-- | usr/src/cmd/abi/apptracecmd/apptrace.c | 4 |
2 files changed, 2 insertions, 40 deletions
diff --git a/usr/src/cmd/abi/apptrace/amd64/Makefile b/usr/src/cmd/abi/apptrace/amd64/Makefile deleted file mode 100644 index 5f319ca4dd..0000000000 --- a/usr/src/cmd/abi/apptrace/amd64/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" -# - -include ../Makefile.com - -.KEEP_STATE: - -all: $(OBJDIR) $(PICDIR) .WAIT $(APPTRACELIB) .WAIT $(INTCPTLIB) - -install: all $(ROOTLIBABI64) .WAIT $(ROOTLIBABILIBS64) - -include ../Makefile.targ -include ../../Makefile.sub.64 diff --git a/usr/src/cmd/abi/apptracecmd/apptrace.c b/usr/src/cmd/abi/apptracecmd/apptrace.c index 44af91c920..1782f990b5 100644 --- a/usr/src/cmd/abi/apptracecmd/apptrace.c +++ b/usr/src/cmd/abi/apptracecmd/apptrace.c @@ -21,7 +21,7 @@ */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -366,7 +366,7 @@ usage(char const *prog) " A comma separated list of interfaces to trace.\n" " A list preceded by ! is an exlusion list.\n" " -v <verboselist>\n" - " A comman separated list of interfaces to trace\n" + " A comma separated list of interfaces to trace\n" " verbosely.\n" " A list preceded by ! is an exclusion list.\n" " Interfaces matched in -v do not also need to be\n" |
