DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: rtld: Sync with FreeBSD after gnu_hash import


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 5 May 2012 00:34:15 -0700 (PDT)

commit 8ffc528ee0622d23fbf7e7026cee9c8568757070
Author: John Marino <draco@marino.st>
Date:   Fri May 4 18:41:58 2012 +0200

    rtld: Sync with FreeBSD after gnu_hash import
    
    For the most part, FreeBSD took our gnu_hash implementation without much
    modification.  Most of these changes are caused by whitespace differences
    due to a different style scheme, and by declarating variables separately
    from their assignments.  Notable exceptions were:
    * FreeBSD didn't use int_fast32_t type
    * FreeBSD keeps checking the first character before doing strcmp
    * FreeBSD renamed the symlook_obj2 to symlook_obj1_*
    
    The only additions were two debug statements.  This commits syncs the
    following back to DragonFly:
    
    FreeBSD SVN 234840 (30 APR 2012)
    FreeBSD SVN 234841 (30 APR 2012)

Summary of changes:
 libexec/rtld-elf/rtld.c |  346 +++++++++++++++++++++++++----------------------
 1 files changed, 184 insertions(+), 162 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8ffc528ee0622d23fbf7e7026cee9c8568757070


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]