Resident executable support stage 4/4: remove prebinding support.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jan 2004 21:32:47 +0000 (21:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jan 2004 21:32:47 +0000 (21:32 +0000)
commit6192271ea890b04b00419368a6ab9950972749d0
treef00fc9648aa9ec1a04e3b1d88046f1a9270a9b60
parent8ca15ec8cebb4ebe8b367853f5f3ec3e5a7bdd4d
Resident executable support stage 4/4: remove prebinding support.
Resident executables are a whole lot more efficient so prebinding support
is no longer necessary.  See 'resident' command.
libexec/rtld-elf/Makefile
libexec/rtld-elf/i386/rtld_machdep.h
libexec/rtld-elf/prebind.c [deleted file]
libexec/rtld-elf/rtld.c
libexec/rtld-elf/rtld.h
usr.sbin/Makefile
usr.sbin/prebind/Makefile [deleted file]
usr.sbin/prebind/prebind.8 [deleted file]
usr.sbin/prebind/prebind.c [deleted file]
usr.sbin/resident/resident.c