libkmod-module: convert return value from system() to errno
[platform/upstream/kmod.git] / tools / kmod.c
2015-06-09 Lucas De Marchitools: display features in --version
2015-06-09 Lucas De Marchitools: add PACKAGE definition in message
2015-06-07 Lucas De Marchitools: Hide new commands behind experimental flag
2015-03-07 Caio Marcelo de... tools: add basic versions of insert and remove
2015-01-14 Lucas De Marchitools: kmod: use streq
2015-01-14 Caio Marcelo de... tools: kmod: break iteration once a command is executed
2015-01-02 Lucas De MarchiFix includes after change to build-sys
2014-10-03 Lucas De MarchiReorder and reorganize header files
2013-04-17 Tom Gundersentools: add static-nodes tool
2013-01-16 Lucas De MarchiUpdate copyright notices
2012-11-06 Lucas De Marchitools: use program_invocation_short_name provided by...
2012-11-06 Lucas De Marchitools: share getting program name from argv for all...
2012-01-09 Lucas De MarchiUpdate copyright
2011-12-27 Lucas De Marchitools: kmod: bundle depmod together with the others
2011-12-27 Leandro Pereirakmod tool: don't keep iterating when command has been...
2011-12-23 Lucas De Marchitools: kmod: show wrong command in err message
2011-12-23 Lucas De Marchitools: kmod: print help message when no commands given
2011-12-23 Lucas De Marchitools: kmod: add list command
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat modprobe
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat modinfo
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat insmod
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat rmmod
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat lsmod
2011-12-23 Lucas De Marchitools: kmod: check progname for handling compat commands
2011-12-23 Lucas De Marchitools: kmod: Add global options
2011-12-23 Lucas De Marchitools: add skeleton of kmod tool