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