summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modprobe: rmmod_do_module: Free kmod list of holdersHEADmasterNicolas Schier2023-04-181-0/+1
* configure.ac: fix link with -llzmaFabrice Fontaine2023-03-061-4/+4
* configure: manage libkmod.pc.in and version.py.in via AC_CONFIG_FILESEmil Velikov2023-02-212-25/+2
* shared: annotate local API as staticEmil Velikov2023-02-212-6/+3
* libkmod: annotate kmod_builtin_iter API as staticEmil Velikov2023-02-212-9/+4
* libkmod: remove unused kmod_module_get_builtinEmil Velikov2023-02-212-44/+0
* testsuite: Handle different sysconfdirLucas De Marchi2023-02-106-32/+9
* testsuite: Move setup-rootfs logic from Makefile to scriptLucas De Marchi2023-02-102-10/+19
* libkmod: error out on unknown hash algorithmEmil Velikov2023-02-091-1/+5
* testsuite/depmod: use defines for the rootfs/lib_modulesEmil Velikov2023-02-091-23/+27
* testsuite: add function declarations for __xstat familyEmil Velikov2023-02-091-1/+8
* treewide: add some static const notationsEmil Velikov2023-02-096-12/+12
* depmod: Introduce outdir optionEmil Velikov2023-02-098-3/+128
* man/rmmod: explain why modprobe -r is more usefulYauheni Kaliuta2023-02-081-1/+2
* modprobe: Allow passing path to moduleGustavo Sousa2023-01-1324-10/+91
* modprobe: Move insertion block into separate functionGustavo Sousa2023-01-131-35/+42
* testsuite: Wrap chdir()Gustavo Sousa2023-01-131-0/+1
* kmod: configure.ac: In _Noreturn check, include <stdlib.h> for exitFlorian Weimer2022-12-261-1/+2
* autogen.sh: remove --with-rootprefix, it is gone since kmod-11Adam Gołębiowski2022-11-301-1/+0
* libkmod: do not crash on unknown signature algorithmMikhail Novosyolov2022-10-031-0/+3
* testsuite: fix override of `stat` on 32-bit architecturesJulien Cristau2022-09-051-4/+5
* modprobe: Write error messages to syslog if stderr is unavailableQuentin Armitage2022-06-301-0/+7
* build: enable building & running tests from a subdirDimitri John Ledkov2022-06-301-0/+1
* testsuite: repair read of uninitialized memoryJan Engelhardt2022-06-301-1/+1
* kmod 30v30Lucas De Marchi2022-06-303-5/+85
* libkmod: Support SM3 hash algorithmHuaxinLu2022-06-301-0/+6
* README: Update optional dependenciesLucas De Marchi2022-06-291-0/+2
* Keep only one readmeLucas De Marchi2022-06-281-126/+0
* modprobe: Add --waitLucas De Marchi2022-06-262-9/+78
* testsuite: Add tests for sleep calculationLucas De Marchi2022-06-261-0/+41
* util: Add exponential backoff sleepLucas De Marchi2022-06-262-0/+51
* util: Add msec variants for time-related functionsLucas De Marchi2022-06-262-0/+20
* util: Add time-related functions from testsuiteLucas De Marchi2022-06-263-13/+19
* module-playground: Add debugfs entry in mod-simpleLucas De Marchi2022-06-261-1/+17
* libkmod: Allow to ignore log message on module removalLucas De Marchi2022-06-262-4/+11
* modprobe: Move -R to "Query options"Lucas De Marchi2022-06-261-4/+4
* modprobe: re-use modname variableLucas De Marchi2022-06-261-1/+1
* depmod: Fix writing over array lengthLucas De Marchi2022-06-261-0/+1
* modprobe: Make rmmod_do_module() contain all the removal sequenceLucas De Marchi2022-04-061-15/+22
* modprobe: move check for remove_holders to callerLucas De Marchi2022-04-061-2/+4
* modprobe: Fix holders removalLucas De Marchi2022-04-061-8/+10
* modprobe: remove unneeded variable str_startMasahiro Yamada2022-04-041-3/+3
* modprobe: fix the NULL-termination of new_argvMasahiro Yamada2022-04-041-1/+1
* depmod: Add support for excluding a directorySaul Wold2022-04-012-4/+76
* modprobe: Rename rmmod_do_deps_listLucas De Marchi2022-04-011-4/+5
* docs: Add missing functions to documentationLucas De Marchi2022-03-031-0/+2
* libkmod: Fix use of sizeof instead of ARRAY_SIZELucas De Marchi2022-02-231-2/+2
* modinfo: Allow to force arg as module nameLucas De Marchi2022-02-201-2/+28
* modinfo: Update help message with "modulename"Lucas De Marchi2022-02-201-1/+1
* libkmod: Add lookup from module nameLucas De Marchi2022-02-203-0/+61