summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Add /lib/modules/modprobe.d to configuration search pathtizen_9.0_m2_releaseaccepted/tizen/base/riscv/20231123.094516accepted/tizen/base/asan/20240422.014939accepted/tizen/base/20231108.225818accepted/tizen/9.0/base/20241030.075449tizen_basetizen_9.0_basesandbox/wangbiao/zstd_supportaccepted/tizen_base_riscvaccepted/tizen_base_asanaccepted/tizen_baseaccepted/tizen_9.0_baseKarol Lewandowski2-0/+2
2023-11-07add packaging for kmodSeung-Woo Kim4-0/+151
2023-09-29kmod 31v31upstreamLucas De Marchi3-2/+66
2023-09-27libkmod: add fallback MODULE_INIT_COMPRESSED_FILE defineEmil Velikov1-0/+4
2023-06-20libkmod: Use kernel decompression when availableLucas De Marchi4-6/+21
2023-06-09libkmod: Keep track of in-kernel compression supportLucas De Marchi1-0/+37
2023-06-09libkmod: Keep track of compression typeLucas De Marchi2-12/+22
2023-06-09libkmod: Extract finit_module vs init_module pathsLucas De Marchi1-47/+73
2023-06-09libkmod: Do not inititialize file->memory on openLucas De Marchi4-4/+27
2023-05-30shared: avoid passing {NULL, 0} array to bsearch()Dmitry Antipov1-5/+8
2023-05-30libkmod: fix possible out-of-bounds memory accessDmitry Antipov1-0/+4
2023-05-30libkmod, depmod: prefer -ENODATA over -ENOENT if no section foundDmitry Antipov2-4/+4
2023-04-18modprobe: rmmod_do_module: Free kmod list of holdersNicolas Schier1-0/+1
2023-03-06configure.ac: fix link with -llzmaFabrice Fontaine1-4/+4
2023-02-21configure: manage libkmod.pc.in and version.py.in via AC_CONFIG_FILESEmil Velikov2-25/+2
2023-02-21shared: annotate local API as staticEmil Velikov2-6/+3
2023-02-21libkmod: annotate kmod_builtin_iter API as staticEmil Velikov2-9/+4
2023-02-21libkmod: remove unused kmod_module_get_builtinEmil Velikov2-44/+0
2023-02-10testsuite: Handle different sysconfdirLucas De Marchi6-32/+9
2023-02-10testsuite: Move setup-rootfs logic from Makefile to scriptLucas De Marchi2-10/+19
2023-02-09libkmod: error out on unknown hash algorithmEmil Velikov1-1/+5
2023-02-09testsuite/depmod: use defines for the rootfs/lib_modulesEmil Velikov1-23/+27
2023-02-09testsuite: add function declarations for __xstat familyEmil Velikov1-1/+8
2023-02-09treewide: add some static const notationsEmil Velikov6-12/+12
2023-02-09depmod: Introduce outdir optionEmil Velikov8-3/+128
2023-02-08man/rmmod: explain why modprobe -r is more usefulYauheni Kaliuta1-1/+2
2023-01-13modprobe: Allow passing path to moduleGustavo Sousa24-10/+91
2023-01-13modprobe: Move insertion block into separate functionGustavo Sousa1-35/+42
2023-01-13testsuite: Wrap chdir()Gustavo Sousa1-0/+1
2022-12-26kmod: configure.ac: In _Noreturn check, include <stdlib.h> for exitFlorian Weimer1-1/+2
2022-11-30autogen.sh: remove --with-rootprefix, it is gone since kmod-11Adam Gołębiowski1-1/+0
2022-10-03libkmod: do not crash on unknown signature algorithmMikhail Novosyolov1-0/+3
2022-09-05testsuite: fix override of `stat` on 32-bit architecturesJulien Cristau1-4/+5
2022-06-30modprobe: Write error messages to syslog if stderr is unavailableQuentin Armitage1-0/+7
2022-06-30build: enable building & running tests from a subdirDimitri John Ledkov1-0/+1
2022-06-30testsuite: repair read of uninitialized memoryJan Engelhardt1-1/+1
2022-06-30kmod 30v30Lucas De Marchi3-5/+85
2022-06-30libkmod: Support SM3 hash algorithmHuaxinLu1-0/+6
2022-06-29README: Update optional dependenciesLucas De Marchi1-0/+2
2022-06-28Keep only one readmeLucas De Marchi1-126/+0
2022-06-26modprobe: Add --waitLucas De Marchi2-9/+78
2022-06-26testsuite: Add tests for sleep calculationLucas De Marchi1-0/+41
2022-06-26util: Add exponential backoff sleepLucas De Marchi2-0/+51
2022-06-26util: Add msec variants for time-related functionsLucas De Marchi2-0/+20
2022-06-26util: Add time-related functions from testsuiteLucas De Marchi3-13/+19
2022-06-26module-playground: Add debugfs entry in mod-simpleLucas De Marchi1-1/+17
2022-06-26libkmod: Allow to ignore log message on module removalLucas De Marchi2-4/+11
2022-06-26modprobe: Move -R to "Query options"Lucas De Marchi1-4/+4
2022-06-26modprobe: re-use modname variableLucas De Marchi1-1/+1
2022-06-26depmod: Fix writing over array lengthLucas De Marchi1-0/+1