Commit Graph

  • 3d1bd339ab configure.ac: fix link with -llzma master Fabrice Fontaine 2023-03-02 18:54:26 +0100
  • e4c1a5b299 configure: manage libkmod.pc.in and version.py.in via AC_CONFIG_FILES Emil Velikov 2023-02-21 13:19:29 +0000
  • 06e6f167c2 shared: annotate local API as static Emil Velikov 2023-02-21 13:19:28 +0000
  • df9d07a149 libkmod: annotate kmod_builtin_iter API as static Emil Velikov 2023-02-21 13:19:27 +0000
  • 0237665bef libkmod: remove unused kmod_module_get_builtin Emil Velikov 2023-02-21 13:19:26 +0000
  • 3d38e322f9 testsuite: Handle different sysconfdir Lucas De Marchi 2023-02-09 11:19:46 -0800
  • 184a070733 testsuite: Move setup-rootfs logic from Makefile to script Lucas De Marchi 2023-02-09 11:19:45 -0800
  • b9605c63b8 libkmod: error out on unknown hash algorithm Emil Velikov 2023-02-06 14:32:59 +0000
  • 96152dd687 testsuite/depmod: use defines for the rootfs/lib_modules Emil Velikov 2023-02-06 14:04:49 +0000
  • 6661e5970a testsuite: add function declarations for __xstat family Emil Velikov 2023-02-06 14:04:47 +0000
  • efc2e4b467 treewide: add some static const notations Emil Velikov 2023-02-06 14:04:46 +0000
  • 1712a1548e depmod: Introduce outdir option Emil Velikov 2023-02-06 13:18:34 +0000
  • 06fadcc6b1 man/rmmod: explain why modprobe -r is more useful Yauheni Kaliuta 2023-02-02 15:47:36 +0200
  • 883d931d1b modprobe: Allow passing path to module Gustavo Sousa 2023-01-13 18:37:45 -0300
  • f3db15e900 modprobe: Move insertion block into separate function Gustavo Sousa 2023-01-13 18:37:44 -0300
  • e54f74c4f7 testsuite: Wrap chdir() Gustavo Sousa 2023-01-13 18:37:43 -0300
  • 035e6667d1 kmod: configure.ac: In _Noreturn check, include <stdlib.h> for exit Florian Weimer 2022-12-17 17:52:34 +0100
  • 6c5f2f1368 autogen.sh: remove --with-rootprefix, it is gone since kmod-11 Adam Gołębiowski 2022-11-28 10:05:31 +0100
  • d5950b0b5e libkmod: do not crash on unknown signature algorithm Mikhail Novosyolov 2022-09-25 17:46:08 +0300
  • b4d281f962 testsuite: fix override of `stat` on 32-bit architectures Julien Cristau 2022-09-05 10:32:12 +0200
  • c1fb98a30d modprobe: Write error messages to syslog if stderr is unavailable Quentin Armitage 2021-11-19 18:33:49 +0000
  • 09ad860552 build: enable building & running tests from a subdir Dimitri John Ledkov 2021-06-24 14:53:56 +0100
  • 16c086f48c testsuite: repair read of uninitialized memory Jan Engelhardt 2022-06-30 18:47:25 +0200
  • 5d46434a63 kmod 30 v30 Lucas De Marchi 2022-06-30 08:19:17 -0700
  • f609cb5185 libkmod: Support SM3 hash algorithm HuaxinLu 2022-06-30 14:36:05 +0800
  • edc7f3a2d3 README: Update optional dependencies Lucas De Marchi 2022-06-28 22:24:41 -0700
  • 202040cbc7 Keep only one readme Lucas De Marchi 2022-06-28 22:23:34 -0700
  • 2b98ed8886 modprobe: Add --wait Lucas De Marchi 2022-06-03 14:50:47 -0700
  • b253f4c835 testsuite: Add tests for sleep calculation Lucas De Marchi 2022-06-03 14:50:46 -0700
  • 8ab15eceaf util: Add exponential backoff sleep Lucas De Marchi 2022-06-03 14:50:45 -0700
  • ba105fafed util: Add msec variants for time-related functions Lucas De Marchi 2022-06-03 14:50:44 -0700
  • 5622f1dae1 util: Add time-related functions from testsuite Lucas De Marchi 2022-06-03 14:50:43 -0700
  • 2ab4fbcb77 module-playground: Add debugfs entry in mod-simple Lucas De Marchi 2022-06-03 14:50:42 -0700
  • 3a92fc6309 libkmod: Allow to ignore log message on module removal Lucas De Marchi 2022-06-03 14:50:41 -0700
  • 081fff2c67 modprobe: Move -R to "Query options" Lucas De Marchi 2022-06-03 14:50:40 -0700
  • 6f7ab21645 modprobe: re-use modname variable Lucas De Marchi 2022-06-03 13:49:02 -0700
  • 07bf5e1520 depmod: Fix writing over array length Lucas De Marchi 2022-06-03 13:49:01 -0700
  • ea3c8adfd3 modprobe: Make rmmod_do_module() contain all the removal sequence Lucas De Marchi 2022-03-29 02:05:40 -0700
  • d29ed6ef9f modprobe: move check for remove_holders to caller Lucas De Marchi 2022-03-29 02:05:39 -0700
  • 42b32d30c3 modprobe: Fix holders removal Lucas De Marchi 2022-03-29 02:05:37 -0700
  • d890179b45 modprobe: remove unneeded variable str_start Masahiro Yamada 2022-02-10 11:14:23 +0900
  • 757b359923 modprobe: fix the NULL-termination of new_argv Masahiro Yamada 2022-02-10 11:14:22 +0900
  • f50e2d6757 depmod: Add support for excluding a directory Saul Wold 2022-03-31 14:56:28 -0700
  • 7089386eef modprobe: Rename rmmod_do_deps_list Lucas De Marchi 2022-03-28 23:55:03 -0700
  • 205827426d docs: Add missing functions to documentation Lucas De Marchi 2022-03-03 00:57:10 -0800
  • 571a84c924 libkmod: Fix use of sizeof instead of ARRAY_SIZE Lucas De Marchi 2022-02-23 10:19:13 -0800
  • 94f7683c5a modinfo: Allow to force arg as module name Lucas De Marchi 2022-02-15 23:36:49 -0800
  • e343a82499 modinfo: Update help message with "modulename" Lucas De Marchi 2022-02-15 23:16:33 -0800
  • 9becaaea25 libkmod: Add lookup from module name Lucas De Marchi 2022-02-15 23:10:58 -0800
  • a859220483 libkmod: Update docs about indexes order Lucas De Marchi 2022-02-15 22:47:06 -0800
  • 8297271019 libkmod: Add helper function to iterate lookup options Lucas De Marchi 2022-02-15 19:12:05 -0800
  • 61a93a043a gitignore: ignore gtk-doc.make Lucas De Marchi 2022-02-15 17:28:53 -0800
  • ec8818bcfb libkmod-module: Fix return code for kmod_module_new_from_lookup() Lucas De Marchi 2022-02-15 14:09:14 -0800
  • 9dc4e5ccd4 test-initstate: Check for negative value on error Lucas De Marchi 2022-02-15 14:05:13 -0800
  • 0246e06340 depmod: Stop opening modules.modinfo once per module Lucas De Marchi 2022-02-09 18:07:03 -0800
  • 7a0f593de3 depmod: Do not duplicate builtin index Lucas De Marchi 2022-02-09 18:46:34 -0800
  • a965641625 libkmod: Prefer builtin index over builtin.alias Lucas De Marchi 2022-02-09 18:21:03 -0800
  • 4e391ac92d libkmod: Set builtin to no when module is created from path. Michal Suchanek 2021-08-18 22:52:00 +0200
  • 43bdf97ce1 libkmod: add a library notice log level print Luis Chamberlain 2021-08-09 22:16:00 -0700
  • 64541d6aad libkmod-module: check "new_from_name" return value in get_builtin Yauheni Kaliuta 2021-06-08 09:29:22 +0300
  • b6ecfc916a kmod 29 v29 Lucas De Marchi 2021-05-20 16:02:57 -0700
  • b07bfb4a10 testsuite: update gitignore Lucas De Marchi 2021-05-11 09:57:10 -0700
  • f0a1360761 depmod: fix modules.builtin.alias.bin output Lucas De Marchi 2021-05-11 09:48:04 -0700
  • 729f0f6853 Fix return value doc for kmod_module_get_info() Lucas De Marchi 2021-05-11 09:47:09 -0700
  • 675410c3b3 libkmod: fix possible double free with wrong modules.builtin.modinfo Seung-Woo Kim 2021-04-13 20:23:15 +0900
  • 1cab02ecf6 libkmod: fix an overflow with wrong modules.builtin.modinfo Seung-Woo Kim 2021-04-13 20:23:14 +0900
  • ed892ff4ed gitignore: ignore .mbx and .cover for b4 integration Lucas De Marchi 2021-04-17 13:39:12 -0700
  • 39dd171623 libkmod-config: fix a memory leak when kmod_list_append() fails Seung-Woo Kim 2021-04-09 18:44:23 +0900
  • 8742be0aa5 libkmod-config: more chars allowed as space Lucas De Marchi 2021-03-10 08:33:01 -0800
  • d8b31c34a6 test-modprobe: share single function for kcmdline tests Lucas De Marchi 2021-02-12 01:45:24 -0800
  • b77251f08d testsuite: allow to re-use single function for tests Lucas De Marchi 2021-02-12 01:45:23 -0800
  • d3a1fe67b6 libkmod-config: re-quote option from kernel cmdline Lucas De Marchi 2021-02-12 01:45:22 -0800
  • 01ed9af61e libkmod-config: revamp kcmdline parsing into a state machine Lucas De Marchi 2021-02-12 01:45:21 -0800
  • fd71604da9 testsuite: also test xz compression Lucas De Marchi 2021-01-29 18:34:30 -0800
  • 1921c370c2 testsuite: compress modules if feature is enabled Lucas De Marchi 2021-01-29 18:28:38 -0800
  • 3cee67ddd7 populate-modules: Use more bash, more quotes Dave Reisner 2020-03-25 11:03:58 -0400
  • 63fd63077d README: make github mirror official Lucas De Marchi 2021-01-20 18:50:33 -0800
  • 9319b0f4cb Support /usr/local for configuration files Lucas De Marchi 2021-01-18 18:22:31 -0800
  • 1c10f32483 depmod: fix precedence order Lucas De Marchi 2021-01-18 18:13:25 -0800
  • 67e43bbe04 libkmod: Fix documentation on config precedence order Lucas De Marchi 2021-01-18 18:05:09 -0800
  • fa67110f89 Fix "modinfo -F always shows name for built-ins" Marco d'Itri 2021-01-07 20:17:48 -0800
  • c3771eddcb README: remove leftover from semaphoreci Lucas De Marchi 2021-01-07 19:51:40 -0800
  • 847247a4a8 testsuite: Automatically skip tests that fail when sysconfdir != /etc. Marius Bakke 2020-08-01 18:02:22 +0200
  • b5683f45d9 testsuite: Add facility to skip tests. Marius Bakke 2020-08-01 18:02:21 +0200
  • 1ccfe99428 kmod 28 v28 Lucas De Marchi 2021-01-07 10:43:36 -0800
  • d977b0daf4 build: add comment with rules for libtool version update Lucas De Marchi 2021-01-07 10:26:12 -0800
  • d83f488c60 build: fix distcheck due to missing zstd Lucas De Marchi 2020-12-27 17:00:43 -0800
  • 30c9c4d90f testsuite: add test for empty modules.builtin.aliases.bin Lucas De Marchi 2020-12-18 08:02:09 -0800
  • e4a72e4754 shared: fix UNIQ definition Lucas De Marchi 2020-12-18 08:02:08 -0800
  • 220b4c55ec depmod: unconditionally write builtin.alias.bin Lucas De Marchi 2020-12-18 08:02:07 -0800
  • 4bd8586c20 ci: remove semaphoreci Lucas De Marchi 2020-12-03 19:34:28 -0800
  • f9928f44ed ci: update travis distro Lucas De Marchi 2020-12-03 13:29:48 -0800
  • c72433254e NEWS: fix typo Shuo Wang 2020-11-25 09:31:21 +0800
  • 95ed3e7536 libkmod: kmod_log_null: qualify ctx argument as const Yauheni Kaliuta 2020-11-29 18:47:37 +0200
  • bd96d05256 depmod: output_builtin_alias_bin: free idx on error path Yauheni Kaliuta 2020-11-29 18:47:36 +0200
  • 47807c4cfa libkmod: kmod_builtin_get_modinfo: free modinfo on error Yauheni Kaliuta 2020-11-29 18:47:35 +0200
  • 2f38000256 man: fix typo Samanta Navarro 2020-10-04 11:43:33 +0000
  • 2e4ef3da55 testsuite: add test for zstd-compressed module Torge Matthies 2020-09-08 21:59:21 +0200
  • 3821e1971e add Zstandard compression support Torge Matthies 2020-09-08 21:59:20 +0200
  • f5434cf5fc testsuite: add check for kmod_load_resources Lucas De Marchi 2020-03-09 22:00:29 -0700