summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-06tools: Hide new commands behind experimental flagLucas De Marchi1-2/+5
2015-04-16Fix spurious spaces in lsmod outputSantiago Vila1-3/+5
2015-03-07tools: add basic versions of insert and removeCaio Marcelo de Oliveira Filho4-0/+282
2015-02-28depmod: add asserts to ensure positive return from ftell()Lucas De Marchi1-2/+4
2015-02-28modprobe: stop checking initstate for builtin modulesLucas De Marchi1-30/+4
2015-02-26depmod: fix leak in case of malloc(0)Lucas De Marchi1-1/+2
2015-02-25depmod: use cleanup attribute to simplify free on exitLucas De Marchi1-12/+5
2015-02-25depmod: Fix crash in previous commit if root is not setColin Walters1-1/+1
2015-02-25depmod: fix leaking root on exitLucas De Marchi1-1/+5
2015-01-14tools: prefer the use of streq()Lucas De Marchi2-8/+9
2015-01-14tools: kmod: use streqLucas De Marchi1-3/+5
2015-01-14tools: kmod: break iteration once a command is executedCaio Marcelo de Oliveira Filho1-4/+4
2015-01-02Fix includes after change to build-sysLucas De Marchi8-8/+8
2014-11-15depmod: point to documentation in libkmodLucas De Marchi1-101/+2
2014-10-28static-nodes: indicate that creation of static nodes should only happen at bootTom Gundersen1-1/+1
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi2-2/+2
2014-10-09depmod: use alias_normalize() from sharedLucas De Marchi1-38/+5