aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* testsuite: add check for kmod_load_resourcesupstream-masterLucas De Marchi2020-03-2311-0/+36
* libkmod: allow modules.alias.builtin to be optionalLucas De Marchi2020-03-231-3/+12
* libkmod: fix return error when opening indexLucas De Marchi2020-03-233-22/+29
* libkmod: simplify lookup when builtin.modinfo.bin file is missingLucas De Marchi2020-03-232-18/+15
* depmod: do not output .bin to stdoutLucas De Marchi2020-03-131-1/+5
* testsuite: check for ill-formed kcmdlineLucas De Marchi2020-03-133-0/+32
* libkmod: ignore kcmdline option if we fail to parse modnameLucas De Marchi2020-03-131-1/+2
* gitignore: ignore .cache.mk when building modulesLucas De Marchi2020-03-091-0/+1
* gitignore: ignore release filesLucas De Marchi2020-02-281-1/+2
* kmod 27Lucas De Marchi2020-02-183-2/+51
* libkmod: reset was_space on second passLucas De Marchi2020-01-201-0/+1
* libkmod-module: convert return value from system() to errnoTopi Miettinen2019-12-291-6/+11
* modinfo: Show information about built-in modulesAlexey Gladkov2019-12-183-26/+38
* Lookup aliases in the modules.builtin.modinfoAlexey Gladkov2019-12-185-2/+98
* libkmod: Add function to get list of built-in modulesAlexey Gladkov2019-12-182-0/+41
* libkmod: Add parser for modules.builtin.modinfoAlexey Gladkov2019-12-183-0/+338
* Makefile.am: filter -Wl,--no-undefinedFabrice Fontaine2019-11-181-1/+4
* modprobe: use flags rather than bool argsLucas De Marchi2019-11-071-8/+8
* travis: remove old compiler failing to build kernel moduleLucas De Marchi2019-11-071-11/+18
* testsuite: update gitignoreLucas De Marchi2019-11-061-1/+4
* modprobe: ignore builtin module on recursive removingYauheni Kaliuta2019-11-061-6/+12
* Do not check for undefined symbols when building the Python modulesThomas Petazzoni2019-10-251-1/+1
* libkmod-signature: use PKCS#7 instead of CMSStefan Strogin2019-05-281-18/+19
* tools: Print a message if refcnt attribute is missingEzequiel Garcia2019-03-082-6/+12
* build: Stop using doltAdrian Bunk2019-02-204-186/+0
* Link against libcrypto, not all of opensslDave Reisner2019-02-132-5/+5
* kmod 26Lucas De Marchi2019-02-073-2/+49
* build: fix make distcheckLucas De Marchi2019-02-071-1/+2
* testsuite: mkosi: update filesLucas De Marchi2019-02-043-2/+4
* build: check openssl versionLucas De Marchi2019-02-041-1/+1
* build: add openssl to CI depsLucas De Marchi2019-02-042-3/+5
* build: enable openssl by defaultLucas De Marchi2019-02-041-1/+1
* testsuite: fix modinfo test without opensslLucas De Marchi2019-02-047-7/+25
* libkmod-signature: implement pkcs7 parsing with opensslYauheni Kaliuta2019-02-045-5/+213
* testsuite: add modinfo pkcs7 signature testYauheni Kaliuta2019-02-046-4/+14
* man: Fix typoDaniel Kahn Gillmor2019-01-141-1/+1
* testsuite: factor out fd related parameters to a structureYauheni Kaliuta2019-01-041-143/+214
* testsuite: track number of descriptors instead of their stateYauheni Kaliuta2019-01-041-1/+6
* Add semaphoreci 2.0 configurationLucas De Marchi2019-01-043-3/+46
* testsuite: move --show-exports test to use regexLucas De Marchi2019-01-032-1/+2
* testsuite: add support for testing output against regexLucas De Marchi2019-01-032-2/+119
* testsuite: split out function to compare outputs exactlyLucas De Marchi2019-01-031-54/+70
* 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
* Remove bootstrap* scriptsLucas De Marchi2018-12-177-74/+74
* README: Add link to mailing list archiveLucas De Marchi2018-11-301-0/+1
* signature: do not report wrong data for pkc#7 signatureYauheni Kaliuta2018-11-162-19/+39
* testsuite: add simple test for --show-exportsLucas De Marchi2018-11-133-0/+24
* modprobe: add --show-exportsYauheni Kaliuta2018-11-131-0/+36