aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi
2014-10-09depmod: use alias_normalize() from sharedLucas De Marchi
2014-10-09Do not rely on prio_to_str() being always inlineLucas De Marchi
2014-10-09Do not export array of kmod extensionsLucas De Marchi
2014-10-09Clarify what licences apply whereLucas De Marchi
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi
2014-10-03Reorder and reorganize header filesLucas De Marchi
2014-10-03Move hash implementation to shared directoryLucas De Marchi
2014-10-03Move array implementation to shared directoryLucas De Marchi
2014-10-03Move generic util functions to shared directoryLucas De Marchi
2014-10-02Move macro.h to shared directoryLucas De Marchi
2014-05-30depmod: Add better error messages when facing loopsLucas De Marchi
2014-05-30depmod: Rename variable to clarify its meaningLucas De Marchi
2014-05-14depmod: Make dependency loops be fatalLucas De Marchi
2014-04-01config: also parse softdeps from modulesTom Gundersen
2014-03-19depmod: do not allow partial matches with "search" directiveAnssi Hannula
2014-03-19depmod: fix debug print parameter orderAnssi Hannula
2014-03-06build-sys: add small redirecting MakefilesLucas De Marchi
2014-03-05libkmod-config,depmod: Accept special files as configuration files, tooMichal Marek
2014-01-26Remove "rmmod -w" documentation and getopt entryStephen Kitt
2013-09-20rmmod: remove --wait optionLucas De Marchi
2013-09-10depmod: warn on invalid devname specificationTom Gundersen
2013-08-29Fix usage of readdir_r()Lucas De Marchi
2013-08-09depmod: add missing "else" clauseJan Engelhardt
2013-07-15static-nodes: create parent directories of output fileTom Gundersen
2013-07-15static-nodes: don't fail if modules.devname not foundTom Gundersen
2013-07-02tools: Use test/kmod instead of kmod-nolibLucas De Marchi
2013-07-01static-nodes: Better -f option descriptionLucas De Marchi
2013-05-02modprobe: don't check refcount with remove commandJohannes Berg
2013-04-21Add format attribute and fix issuesLucas De Marchi
2013-04-19static-nodes: Fix indentationLucas De Marchi
2013-04-19static-nodes: tmpfiles - also create parents directories of device nodesTom Gundersen
2013-04-17kmod: It's an error not to have modules.devnameLucas De Marchi
2013-04-16tools: add static-nodes toolTom Gundersen
2013-03-21modprobe: Fix assertion on --show-depends with bogus config fileLucas De Marchi
2013-03-18rmmod: Teach rmmod about builtin modulesJosh Boyer
2013-01-16Update copyright noticesLucas De Marchi
2012-12-31depmod: fix builtin symbols resolution when the prefix symbol is setAndrey Mazo
2012-12-13depmod: --symbol-prefix actually requires an argumentAndrey Mazo
2012-11-28depmod: fix checking file extensionLucas De Marchi
2012-11-28fix is_module_filename()Aleksey Makarov
2012-11-16depmod: fix asserting mod->kmod == NULLLucas De Marchi
2012-11-16depmod: fix hash lookup by relpath instead of uncrelpathLucas De Marchi
2012-11-06tools: use program_invocation_short_name provided by libcLucas De Marchi
2012-11-06tools: staticize functions that are now only used in log.cLucas De Marchi
2012-11-06tools: share function for loggingLucas De Marchi
2012-11-06tools: share setting up libkmod logLucas De Marchi
2012-11-06tools: use a single function for logging libkmod outputLucas De Marchi
2012-11-06tools: make usage() messages go to stdout rather than stderrLucas De Marchi
2012-11-06tools: share function to convert prio to stringLucas De Marchi