summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-09Do not rely on prio_to_str() being always inlineLucas De Marchi1-5/+10
2014-10-09Do not export array of kmod extensionsLucas De Marchi1-1/+1
2014-10-09Clarify what licences apply whereLucas De Marchi1-0/+339
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi1-1/+1
2014-10-03Reorder and reorganize header filesLucas De Marchi9-51/+60
2014-10-03Move hash implementation to shared directoryLucas De Marchi1-1/+1
2014-10-03Move array implementation to shared directoryLucas De Marchi2-2/+3
2014-10-03Move generic util functions to shared directoryLucas De Marchi2-1/+3
2014-10-02Move macro.h to shared directoryLucas De Marchi4-4/+5
2014-05-30depmod: Add better error messages when facing loopsLucas De Marchi1-9/+93
2014-05-30depmod: Rename variable to clarify its meaningLucas De Marchi1-8/+12
2014-05-14depmod: Make dependency loops be fatalLucas De Marchi1-46/+9