summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools: share function to convert prio to stringLucas De Marchi2012-11-065-65/+60
* tools: share getting program name from argv for all toolsLucas De Marchi2012-11-068-28/+34
* rmmod: route all messages to syslog if told toLucas De Marchi2012-11-051-20/+73
* rmmod: prefer ERR over plain fprintfLucas De Marchi2012-11-051-16/+13
* modinfo: prefer ERR over plain fprintfLucas De Marchi2012-11-051-16/+14
* insmod: prefer ERR over plain fprintfLucas De Marchi2012-11-051-11/+11
* depmod: add depmod prefix to log messagesLucas De Marchi2012-11-051-1/+1
* depmod: remove inline from _logLucas De Marchi2012-11-051-1/+1
* depmod: prefer ERR and WRN over plain fprintfLucas De Marchi2012-11-051-11/+7
* modprobe: use ERR() instead of fprintf(stderr, ...)Lucas De Marchi2012-11-011-30/+32
* modprobe: prefix log messages to stderr with modprobeLucas De Marchi2012-11-011-3/+3
* modprobe: move log functionLucas De Marchi2012-11-011-29/+29
* modprobe: prefix libkmod messages to stderr with modprobe:Lucas De Marchi2012-11-011-7/+18
* modprobe: use prio_to_str() helperLucas De Marchi2012-10-311-39/+25
* modprobe: exit in one placeLucas De Marchi2012-10-311-8/+5
* depmod: unref kmod_module once we don't need it anymoretipLucas De Marchi2012-10-301-3/+6