diff options
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/gprof/alpha.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/amd64.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/aout.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/arcs.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/arm.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/dfn.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/elf.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/gprof.1 | 2 | ||||
-rw-r--r-- | usr.bin/gprof/gprof.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/gprof.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/hertz.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/i386.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/ia64.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/kernel.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/lookup.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/pathnames.h | 2 | ||||
-rw-r--r-- | usr.bin/gprof/printgprof.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/printlist.c | 2 | ||||
-rw-r--r-- | usr.bin/gprof/sparc64.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index a24d9cda6c81f..450b15b882310 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gprof/Makefile,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \ diff --git a/usr.bin/gprof/alpha.h b/usr.bin/gprof/alpha.h index 823d6562d105b..958ebb1056b1d 100644 --- a/usr.bin/gprof/alpha.h +++ b/usr.bin/gprof/alpha.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/alpha.h,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index 823d6562d105b..4f1f30878df0e 100644 --- a/usr.bin/gprof/amd64.h +++ b/usr.bin/gprof/amd64.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/amd64.h,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 2ccf818f42e01..5cb8bc0c9b38f 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/aout.c,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <netinet/in.h> diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 3be00dffbc6aa..4c607edef0554 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/arcs.c,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index 823d6562d105b..85b395827511f 100644 --- a/usr.bin/gprof/arm.h +++ b/usr.bin/gprof/arm.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/arm.h,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 0e23a87a22bfe..7cdac86eeeef3 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)dfn.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/dfn.c,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index b0af431dc5a16..7828a07ebcefc 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/elf.c,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 035e14674b3aa..f7619865e56c9 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gprof.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gprof/gprof.1,v 1.28.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 20, 2004 .Dt GPROF 1 diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index cfb9fab2cc9bd..bcf9633283cbd 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/gprof.c,v 1.24.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index aba2dea0018bc..f8e6cb1827e6a 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)gprof.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/gprof.h,v 1.24.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index cf8a3ae68523d..d619fe70e2b4c 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/hertz.c,v 1.3.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index 823d6562d105b..3df21e0506a51 100644 --- a/usr.bin/gprof/i386.h +++ b/usr.bin/gprof/i386.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/i386.h,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/ia64.h b/usr.bin/gprof/ia64.h index 823d6562d105b..e12e0c2d93498 100644 --- a/usr.bin/gprof/ia64.h +++ b/usr.bin/gprof/ia64.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/ia64.h,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index dc456f5f97a96..2dbc83502e403 100644 --- a/usr.bin/gprof/kernel.c +++ b/usr.bin/gprof/kernel.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/kernel.c,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index f51da9829f743..a1897264c4beb 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/lookup.c,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "gprof.h" diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 0dcd78c6af47f..083ca6b0b56c2 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/pathnames.h,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 4ca539588c736..fd07fe2decf5c 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/printgprof.c,v 1.12.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index ed68bcc0d3136..aa9d41f8e0901 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/printlist.c,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index 823d6562d105b..54a754b5dbea1 100644 --- a/usr.bin/gprof/sparc64.h +++ b/usr.bin/gprof/sparc64.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/sparc64.h,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* |