rtld: Compress FreeBSD CVSIDs
authorJohn Marino <draco@marino.st>
Sat, 21 Jan 2012 11:08:45 +0000 (12:08 +0100)
committerJohn Marino <draco@marino.st>
Mon, 23 Jan 2012 16:13:17 +0000 (17:13 +0100)
commitf4f4bfd59a1868e62e4d9b57b81e9fca9755278e
treed12b774c52891eb5b49154bd14da8712a4776ff2
parent6669a78bee0de8928b29bc3e6cdca76d7c98d930
rtld: Compress FreeBSD CVSIDs

The FreeBSD repository is still handled by CVS, but its converted to
Subversion and from that, git.  Neither the svn nor git version feature
expanded $FreeBSD$ tags.  The only way to get this is to pull directly
from CVS which isn't convenient.

In the case of a few files, the only difference between the DragonFly
version and the FreeBSD version is the CVS tag.  As the main development
of rtld is happening on FreeBSD and since I've started collaborating
with FreeBSD developers on new dynamic linker features, we want to
actively keep our linkers synchronized.  Compressing the FreeBSD CVSID
tags makes that easier for me, the only person currently maintaining
the dynamic linker.  The usually-wrong expanded CVS tag wasn't providing
any useful information to me either.
18 files changed:
libexec/rtld-elf/debug.c
libexec/rtld-elf/debug.h
libexec/rtld-elf/i386/reloc.c
libexec/rtld-elf/i386/rtld_machdep.h
libexec/rtld-elf/i386/rtld_start.S
libexec/rtld-elf/libmap.c
libexec/rtld-elf/libmap.h
libexec/rtld-elf/malloc.c
libexec/rtld-elf/map_object.c
libexec/rtld-elf/rtld.1
libexec/rtld-elf/rtld.c
libexec/rtld-elf/rtld.h
libexec/rtld-elf/rtld_lock.c
libexec/rtld-elf/rtld_lock.h
libexec/rtld-elf/x86_64/reloc.c
libexec/rtld-elf/x86_64/rtld_machdep.h
libexec/rtld-elf/x86_64/rtld_start.S
libexec/rtld-elf/xmalloc.c