summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-06-26modprobe: re-use modname variableLucas De Marchi1-1/+1
2022-06-26depmod: Fix writing over array lengthLucas De Marchi1-0/+1
2022-04-06modprobe: Make rmmod_do_module() contain all the removal sequenceLucas De Marchi1-15/+22
2022-04-06modprobe: move check for remove_holders to callerLucas De Marchi1-2/+4
2022-04-06modprobe: Fix holders removalLucas De Marchi1-8/+10
2022-04-04modprobe: remove unneeded variable str_startMasahiro Yamada1-3/+3
2022-04-04modprobe: fix the NULL-termination of new_argvMasahiro Yamada1-1/+1
2022-04-01depmod: Add support for excluding a directorySaul Wold1-4/+62
2022-04-01modprobe: Rename rmmod_do_deps_listLucas De Marchi1-4/+5
2022-02-20modinfo: Allow to force arg as module nameLucas De Marchi1-2/+28
2022-02-20modinfo: Update help message with "modulename"Lucas De Marchi1-1/+1
2022-02-11depmod: Stop opening modules.modinfo once per moduleLucas De Marchi1-62/+96
2022-02-11depmod: Do not duplicate builtin indexLucas De Marchi1-4/+1
2021-05-11depmod: fix modules.builtin.alias.bin outputLucas De Marchi1-1/+1
2021-01-18Support /usr/local for configuration filesLucas De Marchi1-0/+1
2021-01-18depmod: fix precedence orderLucas De Marchi1-1/+1
2021-01-07Fix "modinfo -F always shows name for built-ins"Marco d'Itri1-1/+5
2020-12-27depmod: unconditionally write builtin.alias.binLucas De Marchi1-4/+6
2020-12-01depmod: output_builtin_alias_bin: free idx on error pathYauheni Kaliuta1-7/+4
2020-03-13depmod: do not output .bin to stdoutLucas De Marchi1-1/+5
2019-12-18modinfo: Show information about built-in modulesAlexey Gladkov1-18/+21
2019-12-18Lookup aliases in the modules.builtin.modinfoAlexey Gladkov1-0/+63
2019-11-07modprobe: use flags rather than bool argsLucas De Marchi1-8/+8
2019-11-06modprobe: ignore builtin module on recursive removingYauheni Kaliuta1-6/+12
2019-03-08tools: Print a message if refcnt attribute is missingEzequiel Garcia2-6/+12
2018-12-17depmod: shut up gcc insufficinet buffer warningMichal Suchanek1-16/+38
2018-12-17depmod: prevent module dependency files corruption due to parallel invocation.Michal Suchanek1-2/+7
2018-12-17depmod: prevent module dependency files missing during depmod invocationMichal Suchanek1-1/+0
2018-11-13modprobe: add --show-exportsYauheni Kaliuta1-0/+36
2017-12-07depmod: module_is_higher_priority: fix modname length calculationYauheni Kaliuta1-2/+2
2017-12-07depmod: Don't add .TOC. when it's in the kernel.Michal Suchanek1-1/+2
2017-06-01depmod: implement external directories supportYauheni Kaliuta1-22/+150
2017-06-01depmod: rewrite depmod modules search with scratchbufYauheni Kaliuta1-12/+21
2017-06-01depmod: create depmod dir independent search functionYauheni Kaliuta1-9/+22
2017-05-09depmod: search key: move builtin detection under the add functionYauheni Kaliuta1-4/+4
2017-05-08depmod: fix errorpath memleaks in report cycles logicYauheni Kaliuta1-17/+37
2017-02-23depmod: fix leak on error pathLucas De Marchi1-1/+2
2017-02-22depmod: handle nested loopsYauheni Kaliuta1-84/+211
2016-11-08depmod: ignore related modules in depmod_report_cyclesMian Yousaf Kaukab1-1/+12
2016-08-15depmod: fix string overflowLucas De Marchi1-2/+19
2016-06-11depmod: Ignore PowerPC64 ABIv2 .TOC. symbolAnton Blanchard1-0/+2
2016-01-11depmod: Don't insert comment in modules.devname if otherwise emptyJosh Triplett1-4/+8
2015-11-20insmod: fix wron fallthrough of -fMarc-Antoine Perennou1-0/+2
2015-10-25insmod: do support -fPhilippe De Swert1-2/+4
2015-09-30depmod: Don't fall back to uname on bad versionLaura Abbott1-1/+5
2015-09-30depmod: Remove unprinted debug messagesLaura Abbott1-4/+1
2015-09-30Change default log levelLaura Abbott1-1/+1
2015-09-30modprobe: Update error message when path is missingLaura Abbott1-4/+3
2015-06-08tools: display features in --versionLucas De Marchi6-0/+6
2015-06-08tools: add PACKAGE definition in messageLucas De Marchi1-1/+1