aboutsummaryrefslogtreecommitdiff
path: root/toys/other/modinfo.c
AgeCommit message (Expand)Author
2020-03-10modinfo: various fixes.Elliott Hughes
2019-06-28modinfo: various small fixes.Elliott Hughes
2019-03-04Consistently use ARRAY_LEN.Elliott Hughes
2019-01-25OpenEmbedded needs commands installed in specific places.Rob Landley
2018-11-02Convert more option vars to the new (single letter) coding style.Rob Landley
2017-05-24Add and use xmmap.Elliott Hughes
2016-11-21Have dirtree_notdotdot() pass through !node->parent so . and .. on the commandRob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley
2015-03-01Fix several printf_format warnings.Rob Landley
2014-06-02Help text should have a blank line after usage: lines, and a couple other whi...Rob Landley
2013-07-10add paramtype in to the list of tagsIsaac Dunham
2013-06-28modinfo: support -b basedir and -k kernel.release, fix two bugsIsaac Dunham
2013-06-23Modinfo cleanups.Rob Landley
2013-06-23Patch that assumes that the presence of the string ".ko" indicatesIsaac Dunham
2013-06-16Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham.Rob Landley
2013-04-27Add firmware field to modinfo output.idunham
2013-04-24Isaac Dunham pointed out that the kernel treats - and _ as identical in modul...Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley