summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-13testsuite: check for ill-formed kcmdlinesubmit/tizen/20201026.002852submit/tizen/20201013.021336accepted/tizen/unified/20201027.125252tizen_6.0old/tizen-20210217Lucas De Marchi3-0/+32
2020-10-13libkmod: ignore kcmdline option if we fail to parse modnameLucas De Marchi1-1/+2
2020-02-24add packaging for kmodtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen/20200224.005354accepted/tizen/unified/20200225.224259accepted/tizen/6.0/unified/hotfix/20201103.050716accepted/tizen/6.0/unified/hotfix/20201102.233902accepted/tizen/6.0/unified/20201030.105440tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedSeung-Woo Kim4-0/+154
2020-02-18kmod 27v27Lucas De Marchi3-2/+51
2020-01-20libkmod: reset was_space on second passLucas De Marchi1-0/+1
2019-12-29libkmod-module: convert return value from system() to errnoTopi Miettinen1-6/+11
2019-12-18modinfo: Show information about built-in modulesAlexey Gladkov3-26/+38
2019-12-18Lookup aliases in the modules.builtin.modinfoAlexey Gladkov5-2/+98
2019-12-18libkmod: Add function to get list of built-in modulesAlexey Gladkov2-0/+41
2019-12-18libkmod: Add parser for modules.builtin.modinfoAlexey Gladkov3-0/+338
2019-11-18Makefile.am: filter -Wl,--no-undefinedFabrice Fontaine1-1/+4
2019-11-07modprobe: use flags rather than bool argsLucas De Marchi1-8/+8
2019-11-07travis: remove old compiler failing to build kernel moduleLucas De Marchi1-11/+18
2019-11-06testsuite: update gitignoreLucas De Marchi1-1/+4
2019-11-06modprobe: ignore builtin module on recursive removingYauheni Kaliuta1-6/+12
2019-10-25Do not check for undefined symbols when building the Python modulesThomas Petazzoni1-1/+1
2019-05-28libkmod-signature: use PKCS#7 instead of CMSStefan Strogin1-18/+19
2019-03-08tools: Print a message if refcnt attribute is missingEzequiel Garcia2-6/+12
2019-02-20build: Stop using doltAdrian Bunk4-186/+0
2019-02-13Link against libcrypto, not all of opensslDave Reisner2-5/+5
2019-02-07kmod 26v26Lucas De Marchi3-2/+49
2019-02-07build: fix make distcheckLucas De Marchi1-1/+2
2019-02-04testsuite: mkosi: update filesLucas De Marchi3-2/+4
2019-02-04build: check openssl versionLucas De Marchi1-1/+1
2019-02-04build: add openssl to CI depsLucas De Marchi2-3/+5
2019-02-04build: enable openssl by defaultLucas De Marchi1-1/+1
2019-02-04testsuite: fix modinfo test without opensslLucas De Marchi7-7/+25
2019-02-04libkmod-signature: implement pkcs7 parsing with opensslYauheni Kaliuta5-5/+213
2019-02-04testsuite: add modinfo pkcs7 signature testYauheni Kaliuta6-4/+14
2019-01-14man: Fix typoDaniel Kahn Gillmor1-1/+1
2019-01-04testsuite: factor out fd related parameters to a structureYauheni Kaliuta1-143/+214
2019-01-04testsuite: track number of descriptors instead of their stateYauheni Kaliuta1-1/+6
2019-01-04Add semaphoreci 2.0 configurationLucas De Marchi3-3/+46
2019-01-03testsuite: move --show-exports test to use regexLucas De Marchi2-1/+2
2019-01-03testsuite: add support for testing output against regexLucas De Marchi2-2/+119
2019-01-03testsuite: split out function to compare outputs exactlyLucas De Marchi1-54/+70
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-12-17Remove bootstrap* scriptsLucas De Marchi7-74/+74
2018-11-30README: Add link to mailing list archiveLucas De Marchi1-0/+1
2018-11-16signature: do not report wrong data for pkc#7 signatureYauheni Kaliuta2-19/+39
2018-11-13testsuite: add simple test for --show-exportsLucas De Marchi3-0/+24
2018-11-13modprobe: add --show-exportsYauheni Kaliuta1-0/+36
2018-10-10mkosi: allow Clear to use test modulesLucas De Marchi2-7/+3
2018-07-20man: depmod: remove deprecated -m optionLucas De Marchi1-1/+0
2018-06-18kmod: build: cure compiler warnings showing up externallyJan Engelhardt1-2/+2
2018-05-16build: fix wrong quotes on bootstrapJakov Simunic1-1/+1
2018-05-14Phrasing correction in modprobe man pageChris Stackpole1-1/+1
2018-04-05libkmod-module: check for NULL before accessing pointersLuca Bruno2-13/+15