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
Matthew N. Dodd
mdodd at FreeBSD.org
Mon Apr 7 09:21:27 PDT 2003
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)
More information about the cvs-src
mailing list