Import prebinding code into DragonFly, based on Matthew N. Dodd's
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 18 Sep 2003 21:23:06 +0000 (21:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 18 Sep 2003 21:23:06 +0000 (21:23 +0000)
commit1c76efe5647414f1e5db8047248080a4f2544e5f
tree2c236d5dc0694cb8f8eed402776fd7ef4e2a8d99
parentaab429d94fa5c5ca1ceb44258c953e0faea34648
Import prebinding code into DragonFly, based on Matthew N. Dodd's
patch for FreeBSD-5.

Submitted-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
Minor-Security-Additions-by: dillon
12 files changed:
libexec/rtld-elf/Makefile
libexec/rtld-elf/alpha/rtld_machdep.h
libexec/rtld-elf/i386/rtld_machdep.h
libexec/rtld-elf/map_object.c
libexec/rtld-elf/prebind.c [new file with mode: 0644]
libexec/rtld-elf/rtld.c
libexec/rtld-elf/rtld.h
libexec/rtld-elf/xmalloc.c
usr.sbin/Makefile
usr.sbin/prebind/Makefile [new file with mode: 0644]
usr.sbin/prebind/prebind.8 [new file with mode: 0644]
usr.sbin/prebind/prebind.c [new file with mode: 0644]