diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libelf | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'lib/libelf')
104 files changed, 106 insertions, 106 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index 0af640c95b8a..dcec18b8bc1c 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libelf/Makefile,v 1.5 2006/12/25 02:22:22 jkoshy Exp $ LIB= elf diff --git a/lib/libelf/Version.map b/lib/libelf/Version.map index 147d6c152a82..b5a848b67be7 100644 --- a/lib/libelf/Version.map +++ b/lib/libelf/Version.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/Version.map,v 1.3 2007/04/29 14:05:22 deischen Exp $ */ FBSD_1.0 { global: diff --git a/lib/libelf/_libelf.h b/lib/libelf/_libelf.h index 08185cc76c7f..ab1c6be70e10 100644 --- a/lib/libelf/_libelf.h +++ b/lib/libelf/_libelf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/_libelf.h,v 1.2 2006/12/25 02:22:22 jkoshy Exp $ */ #ifndef __LIBELF_H_ diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3 index c15063ba5b49..20a2ae45fdd3 100644 --- a/lib/libelf/elf.3 +++ b/lib/libelf/elf.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf.3,v 1.3 2006/12/11 09:03:27 jkoshy Exp $ .\" .Dd December 11, 2006 .Os diff --git a/lib/libelf/elf_begin.3 b/lib/libelf/elf_begin.3 index c43766f7bcb2..f580f8dd64ff 100644 --- a/lib/libelf/elf_begin.3 +++ b/lib/libelf/elf_begin.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_begin.3,v 1.3 2007/07/28 15:35:03 jkoshy Exp $ .\" .Dd June 21, 2006 .Os diff --git a/lib/libelf/elf_begin.c b/lib/libelf/elf_begin.c index d59042c2baf7..87c0a4b08d50 100644 --- a/lib/libelf/elf_begin.c +++ b/lib/libelf/elf_begin.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_begin.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/types.h> #include <sys/errno.h> diff --git a/lib/libelf/elf_cntl.3 b/lib/libelf/elf_cntl.3 index 73dca2139446..9a271fdc4364 100644 --- a/lib/libelf/elf_cntl.3 +++ b/lib/libelf/elf_cntl.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_cntl.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 9, 2006 .Os diff --git a/lib/libelf/elf_cntl.c b/lib/libelf/elf_cntl.c index 9fbd5c7c9696..4d9372cbb71d 100644 --- a/lib/libelf/elf_cntl.c +++ b/lib/libelf/elf_cntl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_cntl.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_data.c b/lib/libelf/elf_data.c index 4613358ba969..a00d34d212a4 100644 --- a/lib/libelf/elf_data.c +++ b/lib/libelf/elf_data.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_data.c,v 1.2 2007/03/19 03:52:20 jkoshy Exp $"); #include <assert.h> #include <errno.h> diff --git a/lib/libelf/elf_end.3 b/lib/libelf/elf_end.3 index 0f74a8984729..b8c0ac43a730 100644 --- a/lib/libelf/elf_end.3 +++ b/lib/libelf/elf_end.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_end.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 29, 2006 .Os diff --git a/lib/libelf/elf_end.c b/lib/libelf/elf_end.c index affb135ae521..e36fca2ac102 100644 --- a/lib/libelf/elf_end.c +++ b/lib/libelf/elf_end.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_end.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/mman.h> diff --git a/lib/libelf/elf_errmsg.3 b/lib/libelf/elf_errmsg.3 index 1ed70bf9ee68..845b38fb3a90 100644 --- a/lib/libelf/elf_errmsg.3 +++ b/lib/libelf/elf_errmsg.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_errmsg.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 11, 2006 .Os diff --git a/lib/libelf/elf_errmsg.c b/lib/libelf/elf_errmsg.c index 05947a7cf28a..52693fb13f43 100644 --- a/lib/libelf/elf_errmsg.c +++ b/lib/libelf/elf_errmsg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_errmsg.c,v 1.2 2006/12/09 16:27:15 jkoshy Exp $"); #include <libelf.h> #include <string.h> diff --git a/lib/libelf/elf_errno.c b/lib/libelf/elf_errno.c index 44feae305382..225e43faad83 100644 --- a/lib/libelf/elf_errno.c +++ b/lib/libelf/elf_errno.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_errno.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_fill.3 b/lib/libelf/elf_fill.3 index 33446b99c485..8e02b1453e85 100644 --- a/lib/libelf/elf_fill.3 +++ b/lib/libelf/elf_fill.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_fill.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 11, 2006 .Os diff --git a/lib/libelf/elf_fill.c b/lib/libelf/elf_fill.c index 3dae25dc51b2..15957d018017 100644 --- a/lib/libelf/elf_fill.c +++ b/lib/libelf/elf_fill.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_fill.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_flag.c b/lib/libelf/elf_flag.c index a8e948e31e72..92d6a161e4c5 100644 --- a/lib/libelf/elf_flag.c +++ b/lib/libelf/elf_flag.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_flag.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_flagdata.3 b/lib/libelf/elf_flagdata.3 index 92bf3aa9bc48..cb769df2b760 100644 --- a/lib/libelf/elf_flagdata.3 +++ b/lib/libelf/elf_flagdata.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_flagdata.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 10, 2006 .Os diff --git a/lib/libelf/elf_getarhdr.3 b/lib/libelf/elf_getarhdr.3 index f78fc80bc33c..54ad405ebc20 100644 --- a/lib/libelf/elf_getarhdr.3 +++ b/lib/libelf/elf_getarhdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getarhdr.3,v 1.3 2007/03/27 04:47:50 jkoshy Exp $ .\" .Dd August 15, 2006 .Os diff --git a/lib/libelf/elf_getarhdr.c b/lib/libelf/elf_getarhdr.c index 31b1f342399c..30b6e513665e 100644 --- a/lib/libelf/elf_getarhdr.c +++ b/lib/libelf/elf_getarhdr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_getarhdr.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_getarsym.3 b/lib/libelf/elf_getarsym.3 index 1030ea2b6f50..b512af6491a5 100644 --- a/lib/libelf/elf_getarsym.3 +++ b/lib/libelf/elf_getarsym.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getarsym.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 15, 2006 .Os diff --git a/lib/libelf/elf_getarsym.c b/lib/libelf/elf_getarsym.c index df85c057de20..3cdaa9c99238 100644 --- a/lib/libelf/elf_getarsym.c +++ b/lib/libelf/elf_getarsym.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_getarsym.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_getbase.3 b/lib/libelf/elf_getbase.3 index 30be6c5c2591..404c5a00b158 100644 --- a/lib/libelf/elf_getbase.3 +++ b/lib/libelf/elf_getbase.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getbase.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 11, 2006 .Os diff --git a/lib/libelf/elf_getbase.c b/lib/libelf/elf_getbase.c index d32fa6c52d05..6ac2a51b323c 100644 --- a/lib/libelf/elf_getbase.c +++ b/lib/libelf/elf_getbase.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_getbase.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_getdata.3 b/lib/libelf/elf_getdata.3 index 64da4ad9f8ce..f9261d761334 100644 --- a/lib/libelf/elf_getdata.3 +++ b/lib/libelf/elf_getdata.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getdata.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 26, 2006 .Os diff --git a/lib/libelf/elf_getident.3 b/lib/libelf/elf_getident.3 index f34ab70e3732..e7bd73641dd6 100644 --- a/lib/libelf/elf_getident.3 +++ b/lib/libelf/elf_getident.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getident.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd July 3, 2006 .Os diff --git a/lib/libelf/elf_getident.c b/lib/libelf/elf_getident.c index 1b5ae1329fd7..d8a7436048f6 100644 --- a/lib/libelf/elf_getident.c +++ b/lib/libelf/elf_getident.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_getident.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <ar.h> #include <assert.h> diff --git a/lib/libelf/elf_getphnum.3 b/lib/libelf/elf_getphnum.3 index 606ceb0e755e..d3ed488e3644 100644 --- a/lib/libelf/elf_getphnum.3 +++ b/lib/libelf/elf_getphnum.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getphnum.3,v 1.1 2006/12/25 02:22:22 jkoshy Exp $ .\" .Dd December 16, 2006 .Os diff --git a/lib/libelf/elf_getscn.3 b/lib/libelf/elf_getscn.3 index e0df8db6a777..f11e3edf7439 100644 --- a/lib/libelf/elf_getscn.3 +++ b/lib/libelf/elf_getscn.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getscn.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 26, 2006 .Os diff --git a/lib/libelf/elf_getshnum.3 b/lib/libelf/elf_getshnum.3 index 10a370ce6db8..341b14090cbe 100644 --- a/lib/libelf/elf_getshnum.3 +++ b/lib/libelf/elf_getshnum.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getshnum.3,v 1.3 2006/12/16 10:45:43 jkoshy Exp $ .\" .Dd October 31, 2006 .Os diff --git a/lib/libelf/elf_getshstrndx.3 b/lib/libelf/elf_getshstrndx.3 index 115b2dac1c6d..1de151556223 100644 --- a/lib/libelf/elf_getshstrndx.3 +++ b/lib/libelf/elf_getshstrndx.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_getshstrndx.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd October 31, 2006 .Os diff --git a/lib/libelf/elf_hash.3 b/lib/libelf/elf_hash.3 index 02095988959a..657f25ebdb53 100644 --- a/lib/libelf/elf_hash.3 +++ b/lib/libelf/elf_hash.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_hash.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 15, 2006 .Os diff --git a/lib/libelf/elf_hash.c b/lib/libelf/elf_hash.c index 60914504d0c0..9918fdcf9653 100644 --- a/lib/libelf/elf_hash.c +++ b/lib/libelf/elf_hash.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_hash.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_kind.3 b/lib/libelf/elf_kind.3 index def1582b2299..255ed800180a 100644 --- a/lib/libelf/elf_kind.3 +++ b/lib/libelf/elf_kind.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_kind.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 1, 2006 .Os diff --git a/lib/libelf/elf_kind.c b/lib/libelf/elf_kind.c index 88888da89b3a..f2be2c8962bc 100644 --- a/lib/libelf/elf_kind.c +++ b/lib/libelf/elf_kind.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_kind.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_memory.3 b/lib/libelf/elf_memory.3 index 9af6c5e30fa8..17cd4bf79898 100644 --- a/lib/libelf/elf_memory.3 +++ b/lib/libelf/elf_memory.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_memory.3,v 1.3 2007/07/28 15:35:03 jkoshy Exp $ .\" .Dd June 28, 2006 .Os diff --git a/lib/libelf/elf_memory.c b/lib/libelf/elf_memory.c index f42378ebfdfd..ae2d5500d56c 100644 --- a/lib/libelf/elf_memory.c +++ b/lib/libelf/elf_memory.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_memory.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <ar.h> #include <libelf.h> diff --git a/lib/libelf/elf_next.3 b/lib/libelf/elf_next.3 index da995fc253be..28c88ca11cea 100644 --- a/lib/libelf/elf_next.3 +++ b/lib/libelf/elf_next.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_next.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 17, 2006 .Os diff --git a/lib/libelf/elf_next.c b/lib/libelf/elf_next.c index 1e1627c83ed6..1670b5c52178 100644 --- a/lib/libelf/elf_next.c +++ b/lib/libelf/elf_next.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_next.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <ar.h> #include <assert.h> diff --git a/lib/libelf/elf_phnum.c b/lib/libelf/elf_phnum.c index ff10c7e9c96e..73b86fddfee2 100644 --- a/lib/libelf/elf_phnum.c +++ b/lib/libelf/elf_phnum.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_phnum.c,v 1.1 2006/12/25 02:22:22 jkoshy Exp $"); #include <ar.h> #include <libelf.h> diff --git a/lib/libelf/elf_rand.3 b/lib/libelf/elf_rand.3 index 46cec6d2895e..255b10845324 100644 --- a/lib/libelf/elf_rand.3 +++ b/lib/libelf/elf_rand.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_rand.3,v 1.3 2007/03/26 16:31:42 jkoshy Exp $ .\" .Dd June 17, 2006 .Os diff --git a/lib/libelf/elf_rand.c b/lib/libelf/elf_rand.c index 0b79c5cc33f9..3df5adeecd2d 100644 --- a/lib/libelf/elf_rand.c +++ b/lib/libelf/elf_rand.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_rand.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <ar.h> #include <libelf.h> diff --git a/lib/libelf/elf_rawfile.3 b/lib/libelf/elf_rawfile.3 index 76026e7971bc..5f5387722c93 100644 --- a/lib/libelf/elf_rawfile.3 +++ b/lib/libelf/elf_rawfile.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_rawfile.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd July 3, 2006 .Os diff --git a/lib/libelf/elf_rawfile.c b/lib/libelf/elf_rawfile.c index 5143ad78d993..4141536f7825 100644 --- a/lib/libelf/elf_rawfile.c +++ b/lib/libelf/elf_rawfile.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_rawfile.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/elf_scn.c b/lib/libelf/elf_scn.c index 139f6d9f37e1..ee2d7eb24567 100644 --- a/lib/libelf/elf_scn.c +++ b/lib/libelf/elf_scn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_scn.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $"); #include <assert.h> #include <errno.h> diff --git a/lib/libelf/elf_shnum.c b/lib/libelf/elf_shnum.c index d22a1fc4b6f4..73a691aeea27 100644 --- a/lib/libelf/elf_shnum.c +++ b/lib/libelf/elf_shnum.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_shnum.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $"); #include <ar.h> #include <libelf.h> diff --git a/lib/libelf/elf_shstrndx.c b/lib/libelf/elf_shstrndx.c index f4f502db6694..2201d6812b04 100644 --- a/lib/libelf/elf_shstrndx.c +++ b/lib/libelf/elf_shstrndx.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_shstrndx.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $"); #include <ar.h> #include <libelf.h> diff --git a/lib/libelf/elf_strptr.3 b/lib/libelf/elf_strptr.3 index bf24cc1f6553..9352fc7d4336 100644 --- a/lib/libelf/elf_strptr.3 +++ b/lib/libelf/elf_strptr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_strptr.3,v 1.3 2006/12/25 02:24:38 jkoshy Exp $ .\" .Dd December 16, 2006 .Os diff --git a/lib/libelf/elf_strptr.c b/lib/libelf/elf_strptr.c index 04cc6240e21e..30384aeaf469 100644 --- a/lib/libelf/elf_strptr.c +++ b/lib/libelf/elf_strptr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_strptr.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/param.h> diff --git a/lib/libelf/elf_types.m4 b/lib/libelf/elf_types.m4 index 9abbe71bfcd2..0e2c1b64cf30 100644 --- a/lib/libelf/elf_types.m4 +++ b/lib/libelf/elf_types.m4 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/elf_types.m4,v 1.2 2006/12/18 05:40:01 jkoshy Exp $ */ /* diff --git a/lib/libelf/elf_update.3 b/lib/libelf/elf_update.3 index ad5240c7465d..e47652d5f3ea 100644 --- a/lib/libelf/elf_update.3 +++ b/lib/libelf/elf_update.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_update.3,v 1.4 2007/09/08 08:20:12 jkoshy Exp $ .\" .Dd September 08, 2007 .Os diff --git a/lib/libelf/elf_update.c b/lib/libelf/elf_update.c index 57b432e54c80..1bbd3d72e363 100644 --- a/lib/libelf/elf_update.c +++ b/lib/libelf/elf_update.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_update.c,v 1.3 2007/09/08 08:20:12 jkoshy Exp $"); #include <sys/mman.h> #include <sys/param.h> diff --git a/lib/libelf/elf_version.3 b/lib/libelf/elf_version.3 index 25ea62b231cf..71c7b385c992 100644 --- a/lib/libelf/elf_version.3 +++ b/lib/libelf/elf_version.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/elf_version.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd June 1, 2006 .Os diff --git a/lib/libelf/elf_version.c b/lib/libelf/elf_version.c index 7f66d4241e00..2166fc360119 100644 --- a/lib/libelf/elf_version.c +++ b/lib/libelf/elf_version.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/elf_version.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <libelf.h> diff --git a/lib/libelf/gelf.3 b/lib/libelf/gelf.3 index 4ab5ff2867c2..ba8254bc0724 100644 --- a/lib/libelf/gelf.3 +++ b/lib/libelf/gelf.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf.3,v 1.1 2006/11/11 17:16:33 jkoshy Exp $ .\" .Dd September 1, 2006 .Os diff --git a/lib/libelf/gelf.h b/lib/libelf/gelf.h index ad852d5c0767..3dd844cdb29e 100644 --- a/lib/libelf/gelf.h +++ b/lib/libelf/gelf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/gelf.h,v 1.3 2007/03/08 04:01:30 jkoshy Exp $ */ #ifndef _GELF_H_ diff --git a/lib/libelf/gelf_cap.c b/lib/libelf/gelf_cap.c index 76338a8a11d6..2c6fd0fa27df 100644 --- a/lib/libelf/gelf_cap.c +++ b/lib/libelf/gelf_cap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_cap.c,v 1.2 2006/12/18 05:40:01 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_checksum.3 b/lib/libelf/gelf_checksum.3 index a6f19784b3c7..307a6148fb1d 100644 --- a/lib/libelf/gelf_checksum.3 +++ b/lib/libelf/gelf_checksum.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_checksum.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_checksum.c b/lib/libelf/gelf_checksum.c index 64eb6c32d1f8..8e4c868b3ad6 100644 --- a/lib/libelf/gelf_checksum.c +++ b/lib/libelf/gelf_checksum.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_checksum.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <gelf.h> #include <libelf.h> diff --git a/lib/libelf/gelf_dyn.c b/lib/libelf/gelf_dyn.c index 329fe938a84d..6170c78529af 100644 --- a/lib/libelf/gelf_dyn.c +++ b/lib/libelf/gelf_dyn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_dyn.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_ehdr.c b/lib/libelf/gelf_ehdr.c index 4d7698af9351..f684e3c38016 100644 --- a/lib/libelf/gelf_ehdr.c +++ b/lib/libelf/gelf_ehdr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_ehdr.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_fsize.3 b/lib/libelf/gelf_fsize.3 index 45fe7e60b8e3..392f2fa276e9 100644 --- a/lib/libelf/gelf_fsize.3 +++ b/lib/libelf/gelf_fsize.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_fsize.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd July 3, 2006 .Os diff --git a/lib/libelf/gelf_fsize.c b/lib/libelf/gelf_fsize.c index 0137c11c3b79..e593ae4f2990 100644 --- a/lib/libelf/gelf_fsize.c +++ b/lib/libelf/gelf_fsize.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_fsize.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <gelf.h> #include <libelf.h> diff --git a/lib/libelf/gelf_getcap.3 b/lib/libelf/gelf_getcap.3 index f6262d81a94e..61ba69fc6dc6 100644 --- a/lib/libelf/gelf_getcap.3 +++ b/lib/libelf/gelf_getcap.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getcap.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getclass.3 b/lib/libelf/gelf_getclass.3 index cab3e24b8322..1da52e6b36f4 100644 --- a/lib/libelf/gelf_getclass.3 +++ b/lib/libelf/gelf_getclass.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getclass.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd July 3, 2006 .Os diff --git a/lib/libelf/gelf_getclass.c b/lib/libelf/gelf_getclass.c index badd8ffd7af1..290af7a6890d 100644 --- a/lib/libelf/gelf_getclass.c +++ b/lib/libelf/gelf_getclass.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_getclass.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <gelf.h> diff --git a/lib/libelf/gelf_getdyn.3 b/lib/libelf/gelf_getdyn.3 index 11244440ff8c..6558988fafd2 100644 --- a/lib/libelf/gelf_getdyn.3 +++ b/lib/libelf/gelf_getdyn.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getdyn.3,v 1.2 2006/11/13 09:46:15 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getehdr.3 b/lib/libelf/gelf_getehdr.3 index d4c8cb34e53a..ad34d4018119 100644 --- a/lib/libelf/gelf_getehdr.3 +++ b/lib/libelf/gelf_getehdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getehdr.3,v 1.4 2007/03/03 06:13:38 jkoshy Exp $ .\" .Dd December 16, 2006 .Os diff --git a/lib/libelf/gelf_getmove.3 b/lib/libelf/gelf_getmove.3 index 11fd9cad9551..02d7d6fe74ba 100644 --- a/lib/libelf/gelf_getmove.3 +++ b/lib/libelf/gelf_getmove.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getmove.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getphdr.3 b/lib/libelf/gelf_getphdr.3 index 51d20a009c99..e6420c6aa70f 100644 --- a/lib/libelf/gelf_getphdr.3 +++ b/lib/libelf/gelf_getphdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getphdr.3,v 1.3 2006/12/25 02:24:39 jkoshy Exp $ .\" .Dd December 16, 2006 .Os diff --git a/lib/libelf/gelf_getrel.3 b/lib/libelf/gelf_getrel.3 index 75fa79e98222..e4207ea8614c 100644 --- a/lib/libelf/gelf_getrel.3 +++ b/lib/libelf/gelf_getrel.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getrel.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getrela.3 b/lib/libelf/gelf_getrela.3 index d8968f56129a..bc154a7e8b0c 100644 --- a/lib/libelf/gelf_getrela.3 +++ b/lib/libelf/gelf_getrela.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getrela.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getshdr.3 b/lib/libelf/gelf_getshdr.3 index c1823b54d523..b19b068e5cbf 100644 --- a/lib/libelf/gelf_getshdr.3 +++ b/lib/libelf/gelf_getshdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getshdr.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 27, 2006 .Os diff --git a/lib/libelf/gelf_getsym.3 b/lib/libelf/gelf_getsym.3 index 4e35133648d9..1ccd721c1fbf 100644 --- a/lib/libelf/gelf_getsym.3 +++ b/lib/libelf/gelf_getsym.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getsym.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getsyminfo.3 b/lib/libelf/gelf_getsyminfo.3 index 904e6490a2e8..7760b368e88f 100644 --- a/lib/libelf/gelf_getsyminfo.3 +++ b/lib/libelf/gelf_getsyminfo.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getsyminfo.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 29, 2006 .Os diff --git a/lib/libelf/gelf_getsymshndx.3 b/lib/libelf/gelf_getsymshndx.3 index c254a4382594..6d3844843c64 100644 --- a/lib/libelf/gelf_getsymshndx.3 +++ b/lib/libelf/gelf_getsymshndx.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_getsymshndx.3,v 1.3 2006/12/13 15:14:46 jkoshy Exp $ .\" .Dd November 5, 2006 .Os diff --git a/lib/libelf/gelf_move.c b/lib/libelf/gelf_move.c index d303b1890152..c07d8d831e43 100644 --- a/lib/libelf/gelf_move.c +++ b/lib/libelf/gelf_move.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_move.c,v 1.2 2006/12/18 05:40:01 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_newehdr.3 b/lib/libelf/gelf_newehdr.3 index 82ae809a1a70..0210ed8887e6 100644 --- a/lib/libelf/gelf_newehdr.3 +++ b/lib/libelf/gelf_newehdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_newehdr.3,v 1.3 2006/12/25 02:24:39 jkoshy Exp $ .\" .Dd December 16, 2006 .Os diff --git a/lib/libelf/gelf_newphdr.3 b/lib/libelf/gelf_newphdr.3 index c94b47477979..7ebf6056d251 100644 --- a/lib/libelf/gelf_newphdr.3 +++ b/lib/libelf/gelf_newphdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_newphdr.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 25, 2006 .Os diff --git a/lib/libelf/gelf_phdr.c b/lib/libelf/gelf_phdr.c index 6d82d7fdb4a6..62b70ba841f4 100644 --- a/lib/libelf/gelf_phdr.c +++ b/lib/libelf/gelf_phdr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_phdr.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_rel.c b/lib/libelf/gelf_rel.c index e9cf9481275d..3b4c1a5e2048 100644 --- a/lib/libelf/gelf_rel.c +++ b/lib/libelf/gelf_rel.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_rel.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_rela.c b/lib/libelf/gelf_rela.c index 1549a53332f9..11cb12f2efe3 100644 --- a/lib/libelf/gelf_rela.c +++ b/lib/libelf/gelf_rela.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_rela.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_shdr.c b/lib/libelf/gelf_shdr.c index efe98b8b6757..b601ca674c00 100644 --- a/lib/libelf/gelf_shdr.c +++ b/lib/libelf/gelf_shdr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_shdr.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_sym.c b/lib/libelf/gelf_sym.c index ef969ef229ba..3f075177208e 100644 --- a/lib/libelf/gelf_sym.c +++ b/lib/libelf/gelf_sym.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_sym.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_syminfo.c b/lib/libelf/gelf_syminfo.c index 90c1ed976ab1..66807ceae187 100644 --- a/lib/libelf/gelf_syminfo.c +++ b/lib/libelf/gelf_syminfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_syminfo.c,v 1.2 2006/12/18 05:40:01 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_symshndx.c b/lib/libelf/gelf_symshndx.c index b8f2103ea8c2..3afba974c40f 100644 --- a/lib/libelf/gelf_symshndx.c +++ b/lib/libelf/gelf_symshndx.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_symshndx.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/limits.h> diff --git a/lib/libelf/gelf_update_ehdr.3 b/lib/libelf/gelf_update_ehdr.3 index 82098314e033..16afd8b187f7 100644 --- a/lib/libelf/gelf_update_ehdr.3 +++ b/lib/libelf/gelf_update_ehdr.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_update_ehdr.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd August 27, 2006 .Os diff --git a/lib/libelf/gelf_xlate.c b/lib/libelf/gelf_xlate.c index d161984c574e..68e99a393494 100644 --- a/lib/libelf/gelf_xlate.c +++ b/lib/libelf/gelf_xlate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/gelf_xlate.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <gelf.h> #include <libelf.h> diff --git a/lib/libelf/gelf_xlatetof.3 b/lib/libelf/gelf_xlatetof.3 index 436fef3dcf81..372c6ea7fac7 100644 --- a/lib/libelf/gelf_xlatetof.3 +++ b/lib/libelf/gelf_xlatetof.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libelf/gelf_xlatetof.3,v 1.2 2006/11/13 09:46:16 ru Exp $ .\" .Dd July 24, 2006 .Os diff --git a/lib/libelf/libelf.c b/lib/libelf/libelf.c index 837556e03ca2..dc70731acd16 100644 --- a/lib/libelf/libelf.c +++ b/lib/libelf/libelf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <sys/param.h> diff --git a/lib/libelf/libelf.h b/lib/libelf/libelf.h index ceb0350362e9..35d8546b1f30 100644 --- a/lib/libelf/libelf.h +++ b/lib/libelf/libelf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/libelf.h,v 1.1 2006/11/11 17:16:33 jkoshy Exp $ */ #ifndef _LIBELF_H_ diff --git a/lib/libelf/libelf_align.c b/lib/libelf/libelf_align.c index 525c258aa131..54f6ca6919c7 100644 --- a/lib/libelf/libelf_align.c +++ b/lib/libelf/libelf_align.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_align.c,v 1.2 2006/12/18 05:36:23 jkoshy Exp $"); #include <sys/types.h> diff --git a/lib/libelf/libelf_allocate.c b/lib/libelf/libelf_allocate.c index 1fa1eee18a97..e7a069e12e97 100644 --- a/lib/libelf/libelf_allocate.c +++ b/lib/libelf/libelf_allocate.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_allocate.c,v 1.2 2007/02/21 08:14:22 dumbbell Exp $"); #include <sys/errno.h> diff --git a/lib/libelf/libelf_ar.c b/lib/libelf/libelf_ar.c index 31eea3d1cf00..a764e7d731d9 100644 --- a/lib/libelf/libelf_ar.c +++ b/lib/libelf/libelf_ar.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_ar.c,v 1.3 2007/03/27 04:40:57 jkoshy Exp $"); #include <ar.h> #include <assert.h> diff --git a/lib/libelf/libelf_checksum.c b/lib/libelf/libelf_checksum.c index c7eb8a0e4e89..57bbe04e21ba 100644 --- a/lib/libelf/libelf_checksum.c +++ b/lib/libelf/libelf_checksum.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_checksum.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $"); #include <gelf.h> diff --git a/lib/libelf/libelf_convert.m4 b/lib/libelf/libelf_convert.m4 index 5d0c21fce017..fe7f60287f6c 100644 --- a/lib/libelf/libelf_convert.m4 +++ b/lib/libelf/libelf_convert.m4 @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_convert.m4,v 1.3 2007/09/09 02:10:53 jkoshy Exp $"); #include <sys/types.h> #include <sys/elf32.h> diff --git a/lib/libelf/libelf_data.c b/lib/libelf/libelf_data.c index 873fac811976..dbc058f470d1 100644 --- a/lib/libelf/libelf_data.c +++ b/lib/libelf/libelf_data.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_data.c,v 1.2 2006/12/18 05:36:23 jkoshy Exp $"); #include <libelf.h> #include <osreldate.h> diff --git a/lib/libelf/libelf_ehdr.c b/lib/libelf/libelf_ehdr.c index e0c488650d1a..bb1f5c695148 100644 --- a/lib/libelf/libelf_ehdr.c +++ b/lib/libelf/libelf_ehdr.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/libelf_ehdr.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_ehdr.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $"); #include <assert.h> #include <gelf.h> diff --git a/lib/libelf/libelf_extended.c b/lib/libelf/libelf_extended.c index 6e45d818fb23..2f7df10d3a51 100644 --- a/lib/libelf/libelf_extended.c +++ b/lib/libelf/libelf_extended.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_extended.c,v 1.1 2006/12/25 02:22:22 jkoshy Exp $"); #include <assert.h> #include <libelf.h> diff --git a/lib/libelf/libelf_fsize.m4 b/lib/libelf/libelf_fsize.m4 index d9b11ec50cb8..5cf36aaad42e 100644 --- a/lib/libelf/libelf_fsize.m4 +++ b/lib/libelf/libelf_fsize.m4 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/libelf_fsize.m4,v 1.2 2006/12/18 05:40:01 jkoshy Exp $ */ #include <libelf.h> diff --git a/lib/libelf/libelf_msize.m4 b/lib/libelf/libelf_msize.m4 index 3e735919251c..78c0f3f31790 100644 --- a/lib/libelf/libelf_msize.m4 +++ b/lib/libelf/libelf_msize.m4 @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_msize.m4,v 1.2 2006/12/18 05:40:01 jkoshy Exp $"); #include <sys/types.h> #include <sys/elf32.h> diff --git a/lib/libelf/libelf_phdr.c b/lib/libelf/libelf_phdr.c index fd43851725e1..d520534deeee 100644 --- a/lib/libelf/libelf_phdr.c +++ b/lib/libelf/libelf_phdr.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libelf/libelf_phdr.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_phdr.c,v 1.2 2006/12/25 02:22:22 jkoshy Exp $"); #include <assert.h> #include <gelf.h> diff --git a/lib/libelf/libelf_shdr.c b/lib/libelf/libelf_shdr.c index 853cc90d5b5f..441c4bf07967 100644 --- a/lib/libelf/libelf_shdr.c +++ b/lib/libelf/libelf_shdr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_shdr.c,v 1.1 2006/11/11 17:16:33 jkoshy Exp $"); #include <gelf.h> #include <libelf.h> diff --git a/lib/libelf/libelf_xlate.c b/lib/libelf/libelf_xlate.c index 06ef8d096a88..83f2018f5685 100644 --- a/lib/libelf/libelf_xlate.c +++ b/lib/libelf/libelf_xlate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libelf/libelf_xlate.c,v 1.2 2006/12/24 09:45:10 jkoshy Exp $"); #include <assert.h> #include <libelf.h> |
