cvs commit: src/sys/kern imgact_elf.c
Maxim Sobolev
sobomax at FreeBSD.org
Mon Jan 9 16:52:08 PST 2006
sobomax 2006-01-10 00:52:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
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 <creep at desk.pl>
Revision Changes Path
1.162.2.2 +9 -1 src/sys/kern/imgact_elf.c
More information about the cvs-src
mailing list