Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
imgact_binmisc: unbreak module build outside of kernel build environmentMFC after: 3 days
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add Stacey Son's binary activation patches that allow remapping ofexecution to a emumation program via parsing of ELF header information.With this kernel module and userland tool, poudriere is abl
Add Stacey Son's binary activation patches that allow remapping ofexecution to a emumation program via parsing of ELF header information.With this kernel module and userland tool, poudriere is able to buildports packages via the QEMU userland tools (or another emulator program)in a different architecture chroot, e.g. TARGET=mips TARGET_ARCH=mipsI'm not connecting this to GENERIC for obvious reasons, but this shouldallow the kernel module to be built by default and enable the buildingof the userland tool (which automatically loads the kernel module).Submitted by: sson@Reviewed by: jhb@
show more ...