summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kmod 25v25Lucas De Marchi2018-01-083-2/+25
* testsuite: also wrap gettid in syscall()Lucas De Marchi2018-01-081-0/+21
* testsuite: explain why overriding function may failLucas De Marchi2018-01-031-2/+7
* testsuite: add missing error handlingLucas De Marchi2018-01-031-0/+2
* testsuite: add Fedora's mkosi configurationLucas De Marchi2018-01-032-1/+27
* testsuite: generalize mkosi support for other distrosLucas De Marchi2018-01-035-11/+29
* build: use tool from configureLucas De Marchi2018-01-022-2/+3
* build: add mkosi hooksLucas De Marchi2018-01-025-0/+58
* depmod: module_is_higher_priority: fix modname length calculationYauheni Kaliuta2017-12-071-2/+2
* testsuite: depmod: add override testYauheni Kaliuta2017-12-075-0/+31
* depmod: Don't add .TOC. when it's in the kernel.Michal Suchanek2017-12-071-1/+2
* man/depmod: Add references in other man pagesChristopher Díaz Riveros2017-10-164-0/+12
* libkmod-elf: resolve CRC if module is built with MODULE_REL_CRCSYauheni Kaliuta2017-08-041-1/+29
* man/depmod.d: add external keyword descriptionYauheni Kaliuta2017-07-211-0/+20
* shared/util.c: assert_cc() can only be used inside functionsThomas Petazzoni2017-06-051-2/+4
* testsuite: add tests for external directory supportYauheni Kaliuta2017-06-0130-0/+118
* depmod: implement external directories supportYauheni Kaliuta2017-06-011-22/+150
* test-depmod: avoid warning when we don't have zlibLucas De Marchi2017-06-011-1/+1
* 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
* libkmod: modinfo: implement signature outputYauheni Kaliuta2017-04-113-1/+16
* libkmod: modinfo: implement line splitting in hex_to_strYauheni Kaliuta2017-04-111-5/+15
* libkmod: modinfo: use own function for sig_key hex outputYauheni Kaliuta2017-04-111-25/+54
* libkmod: modinfo: fix sig_id outputYauheni Kaliuta2017-04-111-1/+1
* kmod 24v24Lucas De Marchi2017-02-233-2/+20
* build: update autogenLucas De Marchi2017-02-231-16/+50
* depmod: fix leak on error pathLucas De Marchi2017-02-231-1/+2
* man: make error message clearer for missing xstlprocLucas De Marchi2017-02-231-7/+7
* build: add missing headerLucas De Marchi2017-02-231-0/+1
* depmod: handle nested loopsYauheni Kaliuta2017-02-221-84/+211
* testsuite: depmod: check netsted loops reportingYauheni Kaliuta2017-02-2213-2/+124
* libkmod-config: fix parsing quoted kernel cmdline on paramsLucas De Marchi2017-02-162-1/+15
* libkmod-config: replace 0/1 with boolLucas De Marchi2017-02-161-4/+4
* module: fix a memory leakBartosz Golaszewski2017-02-161-4/+6
* testsuite: add test for kernel cmdline with quotesLucas De Marchi2017-01-233-0/+32
* testsuite: fix typo in descriptionLucas De Marchi2017-01-231-1/+1
* libkmod: Fix handling of quotes in kernel command lineJames Minor2017-01-231-0/+7
* build: fix build with disabled test modulesLucas De Marchi2016-11-103-0/+2
* shared: make scratchbuf_str staticYauheni Kaliuta2016-11-101-1/+1
* depmod: ignore related modules in depmod_report_cyclesMian Yousaf Kaukab2016-11-082-2/+13
* testsuite: depmod: add module dependency outside cyclic chainMian Yousaf Kaukab2016-11-087-1/+61
* testsuite: fix test_array_sort pointers inderectionYauheni Kaliuta2016-11-081-1/+8
* depmod: fix string overflowLucas De Marchi2016-08-151-2/+19
* Add scratchbuf implementationLucas De Marchi2016-08-155-0/+188
* testsuite: include stdio.hLucas De Marchi2016-08-151-0/+1
* util: fix warning of equal values on logical ORLucas De Marchi2016-08-102-5/+5
* libkmod: fix use of strcpyLucas De Marchi2016-08-081-6/+11
* kmod 23v23Lucas De Marchi2016-07-202-2/+2