summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* depmod: point to documentation in libkmodLucas De Marchi2014-10-281-101/+2
* Move remaining functions from libkmod-util to sharedLucas De Marchi2014-10-092-2/+2
* depmod: use alias_normalize() from sharedLucas De Marchi2014-10-091-38/+5
* Do not rely on prio_to_str() being always inlineLucas De Marchi2014-10-091-5/+10
* Do not export array of kmod extensionsLucas De Marchi2014-10-091-1/+1
* Clarify what licences apply whereLucas De Marchi2014-10-091-0/+339
* Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi2014-10-031-1/+1
* Reorder and reorganize header filesLucas De Marchi2014-10-039-51/+60
* Move hash implementation to shared directoryLucas De Marchi2014-10-031-1/+1
* Move array implementation to shared directoryLucas De Marchi2014-10-032-2/+3
* Move generic util functions to shared directoryLucas De Marchi2014-10-032-1/+3
* Move macro.h to shared directoryLucas De Marchi2014-10-024-4/+5
* depmod: Add better error messages when facing loopsLucas De Marchi2014-05-301-9/+93
* depmod: Rename variable to clarify its meaningLucas De Marchi2014-05-301-8/+12
* depmod: Make dependency loops be fatalLucas De Marchi2014-05-141-46/+9
* config: also parse softdeps from modulesTom Gundersen2014-04-011-2/+0
* depmod: do not allow partial matches with "search" directiveAnssi Hannula2014-03-191-2/+2
* depmod: fix debug print parameter orderAnssi Hannula2014-03-191-1/+1
* build-sys: add small redirecting MakefilesLucas De Marchi2014-03-061-0/+13
* libkmod-config,depmod: Accept special files as configuration files, tooMichal Marek2014-03-051-4/+1
* Remove "rmmod -w" documentation and getopt entryStephen Kitt2014-01-261-1/+0
* rmmod: remove --wait optionLucas De Marchi2013-09-201-11/+5
* depmod: warn on invalid devname specificationTom Gundersen2013-09-101-3/+10
* Fix usage of readdir_r()Lucas De Marchi2013-08-291-12/+4
* depmod: add missing "else" clauseJan Engelhardt2013-08-091-1/+1
* static-nodes: create parent directories of output fileTom Gundersen2013-07-151-3/+9
* static-nodes: don't fail if modules.devname not foundTom Gundersen2013-07-151-12/+19
* tools: Use test/kmod instead of kmod-nolibLucas De Marchi2013-07-021-1/+1
* static-nodes: Better -f option descriptionLucas De Marchi2013-07-011-1/+1
* modprobe: don't check refcount with remove commandJohannes Berg2013-05-021-1/+1
* Add format attribute and fix issuesLucas De Marchi2013-04-214-9/+12
* static-nodes: Fix indentationLucas De Marchi2013-04-191-162/+170
* static-nodes: tmpfiles - also create parents directories of device nodesTom Gundersen2013-04-191-3/+11
* kmod: It's an error not to have modules.devnameLucas De Marchi2013-04-171-2/+3
* tools: add static-nodes toolTom Gundersen2013-04-163-0/+248
* modprobe: Fix assertion on --show-depends with bogus config fileLucas De Marchi2013-03-211-2/+6
* rmmod: Teach rmmod about builtin modulesJosh Boyer2013-03-181-1/+7
* Update copyright noticesLucas De Marchi2013-01-1610-10/+10
* depmod: fix builtin symbols resolution when the prefix symbol is setAndrey Mazo2012-12-311-7/+12
* depmod: --symbol-prefix actually requires an argumentAndrey Mazo2012-12-131-1/+1
* depmod: fix checking file extensionLucas De Marchi2012-11-281-2/+3
* fix is_module_filename()Aleksey Makarov2012-11-282-46/+4
* depmod: fix asserting mod->kmod == NULLLucas De Marchi2012-11-161-1/+1
* depmod: fix hash lookup by relpath instead of uncrelpathLucas De Marchi2012-11-161-3/+3
* tools: use program_invocation_short_name provided by libcLucas De Marchi2012-11-068-19/+17
* tools: staticize functions that are now only used in log.cLucas De Marchi2012-11-062-51/+43
* tools: share function for loggingLucas De Marchi2012-11-067-122/+36
* tools: share setting up libkmod logLucas De Marchi2012-11-065-5/+17
* tools: use a single function for logging libkmod outputLucas De Marchi2012-11-064-74/+85
* tools: make usage() messages go to stdout rather than stderrLucas De Marchi2012-11-065-10/+5