cvs commit: src/libexec/rtld-elf libmap.c libmap.h rtld.1 rtld.c

Matthew N. Dodd mdodd at FreeBSD.org
Sun Feb 27 20:47:21 GMT 2005


mdodd       2005-02-27 20:47:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    libexec/rtld-elf     libmap.c libmap.h rtld.1 rtld.c 
  Log:
  MFC:
          1.14    libmap.c
          1.4     libmap.h
          1.39    rtld.1
          1.102   rtld.c
  
  Description from Dan:
  
          Another handy libmap patch.  Lets you do stuff like this:
  
          LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp
  
          If you already have a program-specific override in libmap.conf, note
          that you must use a program-specific override in LD_LIBMAP:
  
          LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp
  
  PR:             bin/74471
  Submitted by:   Dan Nelson <dnelson AT allantgroup.com>
  
  Revision  Changes    Path
  1.12.2.1  +78 -14    src/libexec/rtld-elf/libmap.c
  1.3.2.1   +1 -1      src/libexec/rtld-elf/libmap.h
  1.38.4.1  +14 -1     src/libexec/rtld-elf/rtld.1
  1.99.2.1  +3 -1      src/libexec/rtld-elf/rtld.c


More information about the cvs-all mailing list