sobomax 2006-01-10 02:12:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern imgact_elf.c
Log:
MFC: allow execution of ET_DYN elf binaries (aka shared libraries) when
emulating architectures that allow this (Linux so far).
To preserve kernel modules ABI, unlike the version commited into the trunk,
which adds new flag field into Brandinfo structure for this purpose, this
one checks if brand field of Brandinfo matches ELFOSABI_LINUX.
PR: kern/87615
Submitted by: Marcin Koziej <[EMAIL PROTECTED]>
Revision Changes Path
1.155.2.1 +9 -1 src/sys/kern/imgact_elf.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"