summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* depmod: shut up gcc insufficinet buffer warningHEADmasterMichal Suchanek2018-12-171-16/+38
* depmod: prevent module dependency files corruption due to parallel invocation.Michal Suchanek2018-12-171-2/+7
* depmod: prevent module dependency files missing during depmod invocationMichal Suchanek2018-12-171-1/+0
* modprobe: add --show-exportsYauheni Kaliuta2018-11-131-0/+36
* depmod: module_is_higher_priority: fix modname length calculationYauheni Kaliuta2017-12-071-2/+2
* depmod: Don't add .TOC. when it's in the kernel.Michal Suchanek2017-12-071-1/+2
* depmod: implement external directories supportYauheni Kaliuta2017-06-011-22/+150
* depmod: rewrite depmod modules search with scratchbufYauheni Kaliuta2017-06-011-12/+21
* depmod: create depmod dir independent search functionYauheni Kaliuta2017-06-011-9/+22
* depmod: search key: move builtin detection under the add functionYauheni Kaliuta2017-05-091-4/+4
* depmod: fix errorpath memleaks in report cycles logicYauheni Kaliuta2017-05-081-17/+37
* depmod: fix leak on error pathLucas De Marchi2017-02-231-1/+2
* depmod: handle nested loopsYauheni Kaliuta2017-02-221-84/+211
* depmod: ignore related modules in depmod_report_cyclesMian Yousaf Kaukab2016-11-081-1/+12
* depmod: fix string overflowLucas De Marchi2016-08-151-2/+19
* depmod: Ignore PowerPC64 ABIv2 .TOC. symbolAnton Blanchard2016-06-111-0/+2
* depmod: Don't insert comment in modules.devname if otherwise emptyJosh Triplett2016-01-111-4/+8
* insmod: fix wron fallthrough of -fMarc-Antoine Perennou2015-11-201-0/+2
* insmod: do support -fPhilippe De Swert2015-10-251-2/+4
* depmod: Don't fall back to uname on bad versionLaura Abbott2015-09-301-1/+5
* depmod: Remove unprinted debug messagesLaura Abbott2015-09-301-4/+1
* Change default log levelLaura Abbott2015-09-301-1/+1
* modprobe: Update error message when path is missingLaura Abbott2015-09-301-4/+3
* tools: display features in --versionLucas De Marchi2015-06-086-0/+6
* tools: add PACKAGE definition in messageLucas De Marchi2015-06-081-1/+1
* tools: Hide new commands behind experimental flagLucas De Marchi2015-06-061-2/+5
* Fix spurious spaces in lsmod outputSantiago Vila2015-04-161-3/+5
* tools: add basic versions of insert and removeCaio Marcelo de Oliveira Filho2015-03-074-0/+282
* depmod: add asserts to ensure positive return from ftell()Lucas De Marchi2015-02-281-2/+4
* modprobe: stop checking initstate for builtin modulesLucas De Marchi2015-02-281-30/+4
* depmod: fix leak in case of malloc(0)Lucas De Marchi2015-02-261-1/+2
* depmod: use cleanup attribute to simplify free on exitLucas De Marchi2015-02-251-12/+5
* depmod: Fix crash in previous commit if root is not setColin Walters2015-02-251-1/+1
* depmod: fix leaking root on exitLucas De Marchi2015-02-251-1/+5
* tools: prefer the use of streq()Lucas De Marchi2015-01-142-8/+9
* tools: kmod: use streqLucas De Marchi2015-01-141-3/+5
* tools: kmod: break iteration once a command is executedCaio Marcelo de Oliveira Filho2015-01-141-4/+4
* Fix includes after change to build-sysLucas De Marchi2015-01-028-8/+8
* depmod: point to documentation in libkmodLucas De Marchi2014-11-151-101/+2
* static-nodes: indicate that creation of static nodes should only happen at bootTom Gundersen2014-10-281-1/+1
* 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