log toys/other/modinfo.c @ 1727:c0ef9b7976f0 draft

age author description
Sun, 01 Mar 2015 16:43:01 -0600 Rob Landley Fix several printf_format warnings. draft
Mon, 02 Jun 2014 21:16:20 -0500 Rob Landley Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. draft
Wed, 10 Jul 2013 21:26:49 -0500 Isaac Dunham add paramtype in to the list of tags
Fri, 28 Jun 2013 02:11:48 -0500 Isaac Dunham modinfo: support -b basedir and -k kernel.release, fix two bugs
Sun, 23 Jun 2013 14:38:31 -0500 Rob Landley Modinfo cleanups.
Sun, 23 Jun 2013 14:02:16 -0500 Isaac Dunham Patch that assumes that the presence of the string ".ko" indicates
Sun, 16 Jun 2013 02:23:59 -0500 Rob Landley Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham.
Sat, 27 Apr 2013 00:57:11 -0500 idunham Add firmware field to modinfo output.
Wed, 24 Apr 2013 03:04:31 -0500 Rob Landley Isaac Dunham pointed out that the kernel treats - and _ as identical in module names, so modinfo should too. Made it use mmap() while I was there, and some cosmetic refactoring.
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories. base toys/modinfo.c@b505b56880b0