aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-11-06tools: share getting program name from argv for all toolsLucas De Marchi
2012-11-05rmmod: route all messages to syslog if told toLucas De Marchi
2012-11-05rmmod: prefer ERR over plain fprintfLucas De Marchi
2012-11-05modinfo: prefer ERR over plain fprintfLucas De Marchi
2012-11-05insmod: prefer ERR over plain fprintfLucas De Marchi
2012-11-05depmod: add depmod prefix to log messagesLucas De Marchi
2012-11-05depmod: remove inline from _logLucas De Marchi
2012-11-05depmod: prefer ERR and WRN over plain fprintfLucas De Marchi
2012-11-01modprobe: use ERR() instead of fprintf(stderr, ...)Lucas De Marchi
2012-11-01modprobe: prefix log messages to stderr with modprobeLucas De Marchi
2012-11-01modprobe: move log functionLucas De Marchi
2012-11-01modprobe: prefix libkmod messages to stderr with modprobe:Lucas De Marchi
2012-10-31modprobe: use prio_to_str() helperLucas De Marchi
2012-10-31modprobe: exit in one placeLucas De Marchi
2012-10-30depmod: unref kmod_module once we don't need it anymoreLucas De Marchi
2012-10-30depmod: use our copy of modname instead of calling libkmodLucas De Marchi
2012-10-30depmod: cache dependency_symbol list in struct modLucas De Marchi
2012-10-30depmod: cache info_list in struct modLucas De Marchi
2012-10-30depmod: do not create a hole in struct depmodLucas De Marchi
2012-10-17rmmod: Deprecate --wait optionLucas De Marchi
2012-10-03depmod: fix parsing of modules.order with compressed modulesLucas De Marchi
2012-10-02build-sys: Remove --with-rootprefix optionDave Reisner
2012-08-17modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLYLucas De Marchi
2012-07-18Use #pragma once instead of #ifndefLucas De Marchi
2012-06-15depmod: use ferror and fclose to check for errorLucas De Marchi
2012-06-15depmod: return error when index is truncated due to ENOSPCLucas De Marchi
2012-06-15depmod: fix coding-style issue in array declarationLucas De Marchi
2012-06-15depmod: fail if any index could not be createdLucas De Marchi
2012-06-15depmod: don't return error if modules.builtin don't existLucas De Marchi
2012-06-15Remove ifdef for building tools not bundledLucas De Marchi
2012-06-14tools: rename source filesLucas De Marchi
2012-05-08depmod: report failures in loading symbolsDave Reisner
2012-04-26Return error instead of always 0Lucas De Marchi
2012-04-26Remove dead assignmentLucas De Marchi
2012-04-16modprobe: handle -ENOENT return from init_moduleDave Reisner
2012-03-22modprobe: fix typo in config dump: option->optionsElan Ruusamäe
2012-03-15modprobe: set log prio to 0 if user passed -q argLucas De Marchi
2012-03-15Merge branch 'master' of git://code.falconindy.com/kmodLucas De Marchi
2012-03-15modprobe: always try to remove all modules in command lineLucas De Marchi
2012-03-15modprobe: don't check if module builtin to decide if it's builtinLucas De Marchi
2012-03-14modprobe: fix error path in removing modulesDave Reisner
2012-02-27modprobe: show builtin label on --show-dependsDave Reisner
2012-02-24modinfo: use new apply_filter method to avoid builtinsDave Reisner
2012-02-06modinfo: handle arguments more carefullyDan McGee
2012-02-06libkmod-module: probe: rename flag to be more meaningfulLucas De Marchi
2012-02-05Update .gitignore filesDan McGee
2012-02-03depmod: Dont use errno unconditionallyKhem Raj
2012-02-03modprobe: avoid breaking on insertion failureDave Reisner
2012-01-31modprobe: properly handle errors from init_moduleDave Reisner
2012-01-31modprobe: post-remove module deps with 0 refcntDave Reisner