Sign in
kernel
/
pub
/
scm
/
utils
/
kernel
/
kmod
/
kmod.git
/
HEAD
ca9a7f4
build: Fix license specification
by Tobias Stoeckmann
· 5 days ago
master
dad3515
ci: bump the all-actions group across 1 directory with 6 updates
by dependabot[bot]
· 3 weeks ago
23bb264
ci: Fix alpine setup
by Lucas De Marchi
· 2 days ago
a403590
ci: swap bullseye for bookworm
by Emil Velikov
· 3 months ago
695fd08
testsuite: Fix build with gcc < 15
by Lucas De Marchi
· 6 months ago
5d845ab
testsuite: simplify syscall number handling
by Lucas De Marchi
· 6 months ago
84db2f9
testsuite/init_module: Handle __NR_riscv_hwprobe in syscall wrapper
by Andreas Schwab
· 7 months ago
1c304d9
testsuite: consolidate final exit() call
by Emil Velikov
· 7 months ago
dd77977
testsuite: fixup argument handling
by Emil Velikov
· 7 months ago
ffc165c
testsuite: remove struct test alignment
by Emil Velikov
· 7 months ago
bffe1a7
Remove _always_inline_ attribute
by Emil Velikov
· 7 months ago
1155314
Globally silence all Wattribute warnings
by Emil Velikov
· 7 months ago
3f8ec4d
testsuite: Fix build warning on kernel 6.15
by Lucas De Marchi
· 6 months ago
d449664
ci: Use KDIR=any
by Lucas De Marchi
· 7 months ago
ea67bad
testsuite: Handle KDIR=any
by Lucas De Marchi
· 7 months ago
9c1a363
util: Use local variable in get_backoff_delta_msec
by Tobias Stoeckmann
· 7 months ago
2537c17
modprobe: return error on timeout
by Tobias Stoeckmann
· 7 months ago
f71f74e
testsuite: add test for get_backoff_delta_msec
by Emil Velikov
· 7 months ago
65afd0f
util: check for overflow in get_backoff_delta_msec
by Tobias Stoeckmann
· 7 months ago
f14f260
util: fix endless loop in get_backoff_delta_msec
by Tobias Stoeckmann
· 7 months ago
ec0f261
ci: move compression variants further down
by Emil Velikov
· 7 months ago
75a1e93
ci: remove default options from Debian/bullseye build
by Emil Velikov
· 7 months ago
12f1b53
ci: 'temporary' disable sanitizers for 32bit builds
by Emil Velikov
· 7 months ago
982e705
CONTRIBUTING.md: make it common markdown compatible
by Emil Velikov
· 7 months ago
3ae40a6
README.md: make it common markdown compatible
by Emil Velikov
· 7 months ago
b3a4f0e
testsuite/test-modprobe: reinstate chdir error path
by Emil Velikov
· 7 months ago
049c55d
libkmod/README: fix grammar
by Tobias Stoeckmann
· 7 months ago
41b1798
testsuite: remove exit() calls from main()
by Emil Velikov
· 7 months ago
ac4a65b
testsuite: always exit() from the child process
by Emil Velikov
· 7 months ago
6d0d80a
testsuite: remove remaining exit/noreturn instances
by Emil Velikov
· 7 months ago
e09acf2
testsuite: remove exit from EXEC_TOOL tests
by Emil Velikov
· 7 months ago
d592685
testsuite: introduce and use EXEC_TOOL() macro
by Emil Velikov
· 7 months ago
bcdf71a
testsuite/test-remove: plug memory leaks in success path
by Emil Velikov
· 7 months ago
5611bf6
testsuite/test-init: plug memory leaks in success path
by Emil Velikov
· 7 months ago
5cecea4
testsuite: use ARRAY_SIZE() for iteration
by Emil Velikov
· 7 months ago
db92629
testsuite: static const annotate the remaining test data
by Emil Velikov
· 7 months ago
5eac1d7
tools/modprobe: --dry-run shouldn't need -v
by Lucas De Marchi
· 7 months ago
15edeed
tools/modprobe: Fix odd --remove-holders behavior
by Lucas De Marchi
· 7 months ago
67e677d
man/modprobe.8: Remove needless **
by Lucas De Marchi
· 7 months ago
e097873
ci: remove Alpine -Ddocs=false WA
by Emil Velikov
· 7 months ago
fc0edb4
tools/modprobe: accept module name with --show-modversions
by Emil Velikov
· 8 months ago
07f1abb
testsuite/modprobe: add modprobe --show-exports modulename
by Emil Velikov
· 8 months ago
7816017
testsuite/modprobe: remove --quiet from --show-{depends,exports}
by Emil Velikov
· 8 months ago
5dfa7c9
tools/modprobe: accept module name with --show-exports
by Emil Velikov
· 8 months ago
5753d25
tools/modprobe: factor out module_new_from_any()
by Emil Velikov
· 8 months ago
de2a26d
man/modprobe.8: document --show-exports
by Emil Velikov
· 8 months ago
200c7b3
tools/modprobe: standardize on --show-foo, deprecate the rest
by Emil Velikov
· 8 months ago
f9ecaf7
tools/modprobe: properly deprecate --remove-dependencies
by Emil Velikov
· 7 months ago
d9778a6
man/modprobe.8: document --remove-holders
by Emil Velikov
· 8 months ago
077323d
tools/static-nodes: don't use %m on mkdir_parents() failure
by Emil Velikov
· 8 months ago
994da3b
tools/depmod: don't use %m on kmod_new() failure
by Emil Velikov
· 8 months ago
5c226b6
tools/depmod: don't use %m on mkdir_p() failure
by Emil Velikov
· 8 months ago
137e478
tools/depmod: explicitly return ENOMEM on hash_new() failure
by Emil Velikov
· 8 months ago
e8e4122
testsuite/test-{init,remove}: don't use %m with kmod API
by Emil Velikov
· 8 months ago
a0bac39
libkmod: don't use %m on read_str_ulong() failure
by Emil Velikov
· 8 months ago
a6217da
libkmod: don't use %m on strbuf_to_vector() failure
by Emil Velikov
· 8 months ago
a567080
libkmod: readback errno before calling kmod_log()
by Emil Velikov
· 8 months ago
7010835
libkmod: explicitly return ENOMEM on kmod_module_*_new failure
by Emil Velikov
· 8 months ago
d44eb2f
Use explicit ENOMEM when {m,re}alloc fails
by Emil Velikov
· 8 months ago
1eeb00f
libkmod: return ENOMEM when strbuf_pushchar(s) fails
by Emil Velikov
· 8 months ago
0c4ebd4
Remove unused errno.h include
by Emil Velikov
· 8 months ago
c32cd7d
testsuite/test-util: add extra get_backoff_delta_msec iteration
by Emil Velikov
· 8 months ago
d2ee70e
shared/util: remove unused t0 in get_backoff_delta_msec()
by Emil Velikov
· 8 months ago
2f5b9f1
tools/static-nodes: silence unused parameter warning
by Emil Velikov
· 8 months ago
72dfead
tools/modprobe: initialize msec variables as needed
by Emil Velikov
· 8 months ago
affec66
tools/kmod: silence unused parameter warnings
by Emil Velikov
· 8 months ago
d13b056
tools/depmod: remove unused parameter struct depmod
by Emil Velikov
· 8 months ago
a7ce23f
testsuite/test-hash: silence unused parameter warning
by Emil Velikov
· 8 months ago
abb9e04
testsuite/{init,delete}_module: add TODOs for args validation
by Emil Velikov
· 8 months ago
a298cb0
testsuite/init_module: remove unused argument
by Emil Velikov
· 8 months ago
a06f96c
testsuite: remove unused parameters
by Emil Velikov
· 8 months ago
abd99d2
testsuite: remove unused struct test::print_outputs
by Emil Velikov
· 8 months ago
3e22369
testsuite: stop passing struct test to the test itself
by Emil Velikov
· 8 months ago
9d7c40d
libkmod: silence unused param warnings for kmod_file_load_*() stubs
by Emil Velikov
· 8 months ago
52e20d5
libkmod: add TODO for module hashkey handling
by Emil Velikov
· 8 months ago
5610688
shared: properly __attribute__ all macros
by Emil Velikov
· 8 months ago
20e91b3
shared/macro: avoid nesting macros where possible
by Emil Velikov
· 8 months ago
32008fc
clang-format: update attribute macros
by Emil Velikov
· 8 months ago
59b46aa
ci: fold gcc/clang combinations together
by Emil Velikov
· 8 months ago
6fb90b2
ci: fold 32 and 64 bit jobs together
by Emil Velikov
· 8 months ago
b3bb011
ci: install and use bash across the board
by Emil Velikov
· 8 months ago
260949d
ci: use meson bla -C builddir/
by Emil Velikov
· 8 months ago
dbc686e
scripts/sanitizer-env.sh: remove incorrect $CC quotes
by Emil Velikov
· 8 months ago
b1e6f11
ci: bump the all-actions group with 2 updates
by dependabot[bot]
· 8 months ago
2497950
tools/depmod: use nsec granularity when checking timestamps
by Emil Velikov
· 8 months ago
2077cb3
Remove dietlibc stat::st_mtim workaround
by Emil Velikov
· 8 months ago
d33f479
README: update C runtime library section
by Emil Velikov
· 8 months ago
8e3d82e
README: explicitly document compiler requirements
by Emil Velikov
· 8 months ago
9b19ae8
scripts/setup-modules.sh: remove autotools w/a
by Emil Velikov
· 8 months ago
1996121
Convert most #ifdef HAVE_FOO checks to #if HAVE_FOO
by Emil Velikov
· 8 months ago
dcd652b
check strtol/strtoul/strtoull results
by Tobias Stoeckmann
· 8 months ago
13b646a
Remove default initializer for static variables
by Emil Velikov
· 8 months ago
5a65df5
libkmod: s/* const/*const/ style nitpick
by Emil Velikov
· 8 months ago
219be96
tools: move a few more symbols to data.rel.ro
by Emil Velikov
· 8 months ago
e3acc66
shared: declare DECLARE_(DL,PTR)SYM as static
by Emil Velikov
· 8 months ago
5f55a87
tools/depmod: remove set but unused timeval
by Emil Velikov
· 8 months ago
fdde586
testsuite/path: defer and inline get_rootpath()
by Emil Velikov
· 8 months ago
90d010b
testsuite/path: defer dlsym() until needed
by Emil Velikov
· 8 months ago
aedcfba
testsuite/path: cache the old dlsym() results
by Emil Velikov
· 8 months ago
1f71e76
testsuite: fprintf() + abort() when dlsym() returns NULL
by Emil Velikov
· 8 months ago
Next »