git: rtld: Compress FreeBSD CVSIDs

John Marino marino at crater.dragonflybsd.org
Mon Jan 23 08:15:09 PST 2012


commit f4f4bfd59a1868e62e4d9b57b81e9fca9755278e
Author: John Marino <draco at marino.st>
Date:   Sat Jan 21 12:08:45 2012 +0100

    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.

Summary of changes:
 libexec/rtld-elf/debug.c               |    2 +-
 libexec/rtld-elf/debug.h               |    2 +-
 libexec/rtld-elf/i386/reloc.c          |    2 +-
 libexec/rtld-elf/i386/rtld_machdep.h   |    2 +-
 libexec/rtld-elf/i386/rtld_start.S     |    2 +-
 libexec/rtld-elf/libmap.c              |    2 +-
 libexec/rtld-elf/libmap.h              |    2 +-
 libexec/rtld-elf/malloc.c              |    3 ---
 libexec/rtld-elf/map_object.c          |    2 +-
 libexec/rtld-elf/rtld.1                |    2 +-
 libexec/rtld-elf/rtld.c                |    2 +-
 libexec/rtld-elf/rtld.h                |    2 +-
 libexec/rtld-elf/rtld_lock.c           |    2 +-
 libexec/rtld-elf/rtld_lock.h           |    2 +-
 libexec/rtld-elf/x86_64/reloc.c        |    2 +-
 libexec/rtld-elf/x86_64/rtld_machdep.h |    2 +-
 libexec/rtld-elf/x86_64/rtld_start.S   |    2 +-
 libexec/rtld-elf/xmalloc.c             |    2 +-
 18 files changed, 17 insertions(+), 20 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f4f4bfd59a1868e62e4d9b57b81e9fca9755278e


-- 
DragonFly BSD source repository





More information about the Commits mailing list