summaryrefslogtreecommitdiffstats
path: root/usr.sbin/binmiscctl
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+18
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* Add example for upcoming aarch64/arm64 targets.sbruno2015-02-161-0/+11
|
* If no arguments are passed to a subcommand that requires arguments,sbruno2015-02-151-1/+3
| | | | | | | | error out before we deref a null pointer in the check for max length. Thanks to otis in IRC for the bug report. MFC after: 3 days
* Check for invalid length or more than max length for the interpreter, insteadsbruno2015-01-281-1/+1
| | | | | | | | of the validity of the string pointer holding the interpreter. Submitted by: sson Reviewed by: dim MFC after: 3 days
* Move the explanation for examples before the example itself. Addwblock2014-12-301-16/+118
| | | | | | | | | | | numerous QEMU examples and explanations supplied by sbruno, with thanks to Ingo Schwarze for help with the mdoc markup. Code, text, testing, proofreading, cinematography, stunts, and the haunting theme song supplied by sbruno. Submitted by: sbruno Reviewed by: sbruno MFC after: 1 week
* mdoc: kill EOL whitespace.joel2014-07-291-4/+4
|
* mdoc: use display block in the beginning of the EXAMPLES section.joel2014-06-151-4/+4
|
* More mdoc/spelling/grammar cleanup.brueffer2014-04-101-30/+36
|
* Quick mdoc/whitespace/spelling pass, this needs some more work.brueffer2014-04-081-20/+24
|
* Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-083-0/+704
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@
OpenPOWER on IntegriCloud