summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch 'origin/master' into baserock/morph"Tiago Gomes2013-07-0111-786/+602
* 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
* depmod: use our copy of modname instead of calling libkmodLucas De Marchi2012-10-301-10/+6
* depmod: cache dependency_symbol list in struct modLucas De Marchi2012-10-301-11/+15
* depmod: cache info_list in struct modLucas De Marchi2012-10-301-32/+22
* depmod: do not create a hole in struct depmodLucas De Marchi2012-10-301-1/+1
* rmmod: Deprecate --wait optionLucas De Marchi2012-10-171-2/+2
* depmod: fix parsing of modules.order with compressed modulesLucas De Marchi2012-10-031-17/+29
* build-sys: Remove --with-rootprefix optionDave Reisner2012-10-023-6/+6
* modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLYLucas De Marchi2012-08-171-0/+1
* Use #pragma once instead of #ifndefLucas De Marchi2012-07-181-3/+1
* depmod: use ferror and fclose to check for errorLucas De Marchi2012-06-151-7/+6
* depmod: return error when index is truncated due to ENOSPCLucas De Marchi2012-06-151-0/+9
* depmod: fix coding-style issue in array declarationLucas De Marchi2012-06-151-29/+29