DragonFly commits List (threaded) for 2003-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/libexec/rtld-elf prebind.c Makefile map_object.c rtld.c rtld.h xmalloc.c src/libexec/rtld-elf/alpha rtld_machdep.h src/libexec/rtld-elf/i386 rtld_machdep.h src/usr.sbin Makefile src/usr.sbin/prebind Makefile prebind.8 prebind.c
dillon 2003/09/18 14:23:06 PDT
Modified files:
libexec/rtld-elf Makefile map_object.c rtld.c rtld.h
xmalloc.c
libexec/rtld-elf/alpha rtld_machdep.h
libexec/rtld-elf/i386 rtld_machdep.h
usr.sbin Makefile
Added files:
libexec/rtld-elf prebind.c
usr.sbin/prebind Makefile prebind.8 prebind.c
Log:
Import prebinding code into DragonFly, based on Matthew N. Dodd's
patch for FreeBSD-5.
Submitted-by: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Minor-Security-Additions-by: dillon
Revision Changes Path
1.3 +5 -2 src/libexec/rtld-elf/Makefile
1.3 +68 -58 src/libexec/rtld-elf/map_object.c
1.3 +74 -10 src/libexec/rtld-elf/rtld.c
1.3 +8 -1 src/libexec/rtld-elf/rtld.h
1.3 +10 -1 src/libexec/rtld-elf/xmalloc.c
1.3 +7 -1 src/libexec/rtld-elf/alpha/rtld_machdep.h
1.3 +23 -1 src/libexec/rtld-elf/i386/rtld_machdep.h
1.4 +1 -0 src/usr.sbin/Makefile
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]