summaryrefslogtreecommitdiff
path: root/usr.sbin/binmiscctl/binmiscctl.c
AgeCommit message (Expand)Author
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-12-08imgact_binmisc: Optionally pre-open the interpreter vnodeDoug Rabson
2021-02-08binmiscctl: Avoid segfault with "binmiscctl add" and no extra paramsMark Johnston
2020-11-07binmiscctl(8): miscellaneous cleanupKyle Evans
2017-12-28Don't leak resources on duplicate -m or -M arguments. Last one wins.Warner Losh
2017-07-28binmiscctl should use modfind instead of kldfindSean Bruno
2016-05-13Another attempt at resolving CID 1305629. The test of cmd == -1Don Lewis
2016-05-13Revert r299584:Don Lewis
2016-05-13Mark usage() as __dead2 so that Coverity doesn't think that executionDon Lewis
2015-02-15If no arguments are passed to a subcommand that requires arguments,Sean Bruno
2015-01-28Check for invalid length or more than max length for the interpreter, insteadSean Bruno
2014-04-08Add Stacey Son's binary activation patches that allow remapping ofSean Bruno