cvs commit: src/sys/kern imgact_elf.c src/sys/emulation/svr4 svr4_sysvec.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Wed Jun 1 09:53:01 PDT 2005
joerg 2005/06/01 09:51:46 PDT
DragonFly src repository
Modified files:
sys/kern imgact_elf.c
sys/emulation/svr4 svr4_sysvec.c
Log:
Add back support for SYSV binaries. Those are nasty since
ELFOSABI_NONE == ELFOSABI_SYSV, but doing another loop to
handle them doesn't hurt much, since it's not the critical path
anyway.
Revision Changes Path
1.28 +19 -0 src/sys/kern/imgact_elf.c
1.13 +1 -1 src/sys/emulation/svr4/svr4_sysvec.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_elf.c.diff?r1=1.27&r2=1.28&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/svr4/svr4_sysvec.c.diff?r1=1.12&r2=1.13&f=u
More information about the Commits
mailing list