Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2003 09:21:26 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include paths.h src/libexec/rtld-elf Makefile libmap.c libmap.h rtld.1 rtld.c src/share/man/man5 Makefile libmap.conf.5
Message-ID:  <200304071621.h37GLQ9m005889@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2003/04/07 09:21:26 PDT

  FreeBSD src repository

  Modified files:
    include              paths.h 
    libexec/rtld-elf     Makefile rtld.1 rtld.c 
    share/man/man5       Makefile 
  Added files:
    libexec/rtld-elf     libmap.c libmap.h 
    share/man/man5       libmap.conf.5 
  Log:
  Dynamic object dependency mapping: libmap.
  
  This is an optional feature, disabled by default.
  
  This will be useful to people testing the various POSIX threading
  libraries under -CURRENT but can easily serve other needs.
  
  Revision  Changes    Path
  1.18      +1 -0      src/include/paths.h
  1.18      +9 -0      src/libexec/rtld-elf/Makefile
  1.1       +199 -0    src/libexec/rtld-elf/libmap.c (new)
  1.1       +7 -0      src/libexec/rtld-elf/libmap.h (new)
  1.32      +2 -0      src/libexec/rtld-elf/rtld.1
  1.77      +21 -5     src/libexec/rtld-elf/rtld.c
  1.49      +1 -1      src/share/man/man5/Makefile
  1.1       +111 -0    src/share/man/man5/libmap.conf.5 (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304071621.h37GLQ9m005889>