Date: Thu, 2 May 1996 09:14:08 -0700 (PDT) From: John Polstra <jdp> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c ld.h lib.c shlib.c src/gnu/usr.bin/ld/i386 md-static-funcs.c src/gnu/usr.bin/ld/ldconfig ldconfig.8 src/gnu/usr.bin/ld/rtld Makefile rtld.1 rtld.c Message-ID: <199605021614.JAA07883@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 96/05/02 09:14:07 Branch: gnu/usr.bin/ld RELENG_2_1_0 Modified: gnu/usr.bin/ld ld.c ld.h lib.c shlib.c Log: Bring in changes from main branch. ld.c 1.29 -> 1.31: open/fopen error checking, remove LD_NOSTD_LIB ld.h 1.14 -> 1.16: prototypes for new functions in shlib.c lib.c 1.15 -> 1.16: open/fopen error checking shlib.c 1.13 -> 1.15: new functions for dynamic linker Revision Changes Path 1.27.4.3 +4 -4 src/gnu/usr.bin/ld/ld.c 1.14.4.1 +3 -1 src/gnu/usr.bin/ld/ld.h 1.15.4.1 +3 -3 src/gnu/usr.bin/ld/lib.c 1.13.4.1 +141 -80 src/gnu/usr.bin/ld/shlib.c Branch: gnu/usr.bin/ld/i386 RELENG_2_1_0 Modified: gnu/usr.bin/ld/i386 md-static-funcs.c Log: Bring in small speedups from main branch 1.2 -> 1.3. Revision Changes Path 1.2.8.1 +2 -3 src/gnu/usr.bin/ld/i386/md-static-funcs.c Branch: gnu/usr.bin/ld/ldconfig RELENG_2_1_0 Modified: gnu/usr.bin/ld/ldconfig ldconfig.8 Log: Bring in minor manual page fixups from main branch 1.7 -> 1.8. Revision Changes Path 1.6.4.2 +12 -12 src/gnu/usr.bin/ld/ldconfig/ldconfig.8 Branch: gnu/usr.bin/ld/rtld RELENG_2_1_0 Modified: gnu/usr.bin/ld/rtld Makefile rtld.1 rtld.c Log: Bring in changes from main branch. Makefile 1.15 -> 1.18: Safer installation on a running system. rtld.1 1.2 -> 1.3: Add LD_PRELOAD, remove LD_NO_INTERN_SEARCH and LD_NOSTD_PATH. rtld.c 1.27 -> 1.33: Major speedups, code cleanups, LD_PRELOAD support. Revision Changes Path 1.14.4.2 +13 -2 src/gnu/usr.bin/ld/rtld/Makefile 1.1.2.2 +8 -10 src/gnu/usr.bin/ld/rtld/rtld.1 1.24.4.3 +790 -610 src/gnu/usr.bin/ld/rtld/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605021614.JAA07883>