aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/imgact_binmisc
Commit message (Collapse)AuthorAgeFilesLines
* Add Stacey Son's binary activation patches that allow remapping ofSean Bruno2014-04-081-0/+8
execution to a emumation program via parsing of ELF header information. With this kernel module and userland tool, poudriere is able to build ports packages via the QEMU userland tools (or another emulator program) in a different architecture chroot, e.g. TARGET=mips TARGET_ARCH=mips I'm not connecting this to GENERIC for obvious reasons, but this should allow the kernel module to be built by default and enable the building of the userland tool (which automatically loads the kernel module). Submitted by: sson@ Reviewed by: jhb@ Notes: svn path=/head/; revision=264269