Resident executable support stage 2/4: userland bits. Augment rtld-elf
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jan 2004 18:46:22 +0000 (18:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Jan 2004 18:46:22 +0000 (18:46 +0000)
commit33a8b578dcd79d0dea0436874e54332233563d3c
treedaafb28c258b6ba0e853fb3029a7ced9c535fd76
parent29802dbba4a9272af0bd7134097191e6ad5ac503
Resident executable support stage 2/4: userland bits.  Augment rtld-elf
to check additional environment variables to trigger registration and
deregistration of a dynamically linked program as a resident binary.
Add a new userland utility, 'resident'.
libexec/rtld-elf/i386/rtld_start.S
libexec/rtld-elf/rtld.c
usr.sbin/Makefile
usr.sbin/resident/Makefile [new file with mode: 0644]
usr.sbin/resident/resident.8 [new file with mode: 0644]
usr.sbin/resident/resident.c [new file with mode: 0644]