summaryrefslogtreecommitdiff
path: root/tools/depmod.c
AgeCommit message (Expand)AuthorFilesLines
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
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-18Lookup aliases in the modules.builtin.modinfoAlexey Gladkov1-0/+63
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
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-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-06-08tools: display features in --versionLucas De Marchi1-0/+1
2015-02-28depmod: add asserts to ensure positive return from ftell()Lucas De Marchi1-2/+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-02Fix includes after change to build-sysLucas De Marchi1-1/+1
2014-11-15depmod: point to documentation in libkmodLucas De Marchi1-101/+2
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi1-1/+0
2014-10-09depmod: use alias_normalize() from sharedLucas De Marchi1-38/+5
2014-10-09Do not export array of kmod extensionsLucas De Marchi1-1/+1
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi1-1/+1
2014-10-03Reorder and reorganize header filesLucas De Marchi1-15/+16
2014-10-03Move hash implementation to shared directoryLucas De Marchi1-1/+1
2014-10-03Move array implementation to shared directoryLucas De Marchi1-1/+1
2014-10-03Move generic util functions to shared directoryLucas De Marchi1-0/+1
2014-10-02Move macro.h to shared directoryLucas De Marchi1-1/+2
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
2014-04-01config: also parse softdeps from modulesTom Gundersen1-2/+0
2014-03-19depmod: do not allow partial matches with "search" directiveAnssi Hannula1-2/+2
2014-03-19depmod: fix debug print parameter orderAnssi Hannula1-1/+1
2014-03-05libkmod-config,depmod: Accept special files as configuration files, tooMichal Marek1-4/+1
2013-09-10depmod: warn on invalid devname specificationTom Gundersen1-3/+10