summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* modprobe: rmmod_do_module: Free kmod list of holdersHEADmasterNicolas Schier2023-04-181-0/+1
* treewide: add some static const notationsEmil Velikov2023-02-091-1/+1
* depmod: Introduce outdir optionEmil Velikov2023-02-091-3/+22
* modprobe: Allow passing path to moduleGustavo Sousa2023-01-131-10/+24
* modprobe: Move insertion block into separate functionGustavo Sousa2023-01-131-35/+42
* modprobe: Write error messages to syslog if stderr is unavailableQuentin Armitage2022-06-301-0/+7
* modprobe: Add --waitLucas De Marchi2022-06-261-9/+61
* modprobe: Move -R to "Query options"Lucas De Marchi2022-06-261-4/+4
* modprobe: re-use modname variableLucas De Marchi2022-06-261-1/+1
* depmod: Fix writing over array lengthLucas De Marchi2022-06-261-0/+1
* modprobe: Make rmmod_do_module() contain all the removal sequenceLucas De Marchi2022-04-061-15/+22
* modprobe: move check for remove_holders to callerLucas De Marchi2022-04-061-2/+4
* modprobe: Fix holders removalLucas De Marchi2022-04-061-8/+10
* modprobe: remove unneeded variable str_startMasahiro Yamada2022-04-041-3/+3
* modprobe: fix the NULL-termination of new_argvMasahiro Yamada2022-04-041-1/+1
* depmod: Add support for excluding a directorySaul Wold2022-04-011-4/+62
* modprobe: Rename rmmod_do_deps_listLucas De Marchi2022-04-011-4/+5
* modinfo: Allow to force arg as module nameLucas De Marchi2022-02-201-2/+28
* modinfo: Update help message with "modulename"Lucas De Marchi2022-02-201-1/+1
* depmod: Stop opening modules.modinfo once per moduleLucas De Marchi2022-02-111-62/+96
* depmod: Do not duplicate builtin indexLucas De Marchi2022-02-111-4/+1
* depmod: fix modules.builtin.alias.bin outputLucas De Marchi2021-05-111-1/+1
* Support /usr/local for configuration filesLucas De Marchi2021-01-181-0/+1
* depmod: fix precedence orderLucas De Marchi2021-01-181-1/+1
* Fix "modinfo -F always shows name for built-ins"Marco d'Itri2021-01-071-1/+5
* depmod: unconditionally write builtin.alias.binLucas De Marchi2020-12-271-4/+6
* depmod: output_builtin_alias_bin: free idx on error pathYauheni Kaliuta2020-12-011-7/+4
* depmod: do not output .bin to stdoutLucas De Marchi2020-03-131-1/+5
* modinfo: Show information about built-in modulesAlexey Gladkov2019-12-181-18/+21
* Lookup aliases in the modules.builtin.modinfoAlexey Gladkov2019-12-181-0/+63
* modprobe: use flags rather than bool argsLucas De Marchi2019-11-071-8/+8
* modprobe: ignore builtin module on recursive removingYauheni Kaliuta2019-11-061-6/+12
* tools: Print a message if refcnt attribute is missingEzequiel Garcia2019-03-082-6/+12
* depmod: shut up gcc insufficinet buffer warningMichal 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