Kernel ELF: Restore legacy FreeBSD brand
authorJohn Marino <draco@marino.st>
Tue, 17 May 2011 23:10:13 +0000 (01:10 +0200)
committerJohn Marino <draco@marino.st>
Wed, 18 May 2011 04:59:11 +0000 (06:59 +0200)
commitcee191cabfed209fdad9972bd88be5b18e310361
tree1592eef7be4b985066b3215cb3a443fc073ee408
parent424cdb20c52c9ecc5499475f97103aa7450a391e
Kernel ELF: Restore legacy FreeBSD brand

During the rework of the kernel/ELF branding code, the FreeBSD brand
was intentionally left off due to having an interpreter path of
/usr/libexec/ld-elf.so.1, which is no longer built.

However, some users have been building old DragonFly 1.x servers up
which still have that old rtld running, and are still running FreeBSD
branded binaries.  For the sake of legacy, the FreeBSD brand is being
restored.
sys/cpu/i386/misc/elf_machdep.c
sys/cpu/x86_64/misc/elf_machdep.c
sys/kern/imgact_elf.c
sys/sys/imgact_elf.h