Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
8cd0f9e4f9f5c093136a7a2c0c2998b9dd203161
8cd0f9e
libkmod-module: probe: fix infinite loop with softdeps
by Lucas De Marchi
· 13 years ago
abb7e47
test: remove test-state
by Lucas De Marchi
· 13 years ago
32d29b3
Mark functions with attribute noreturn
by Lucas De Marchi
· 13 years ago
d005aeb
Check if libc has __xstat
by Lucas De Marchi
· 13 years ago
995627d
build-sys: add rule to pack rootfs
by Lucas De Marchi
· 13 years ago
976ea8c
testsuite: add tests to modprobe --show-depends
by Lucas De Marchi
· 13 years ago
4083b09
testsuite: update README file
by Lucas De Marchi
· 13 years ago
c5d8198
testsuite: macronify test definitions
by Lucas De Marchi
· 13 years ago
e9fa9de
testsuite: macronify main function
by Lucas De Marchi
· 13 years ago
d35e883
testsuite: libtestsuite depends on individual components
by Dan McGee
· 13 years ago
269de2e
libkmod-module: probe: Fix ignore-loaded flag not being applied
by Lucas De Marchi
· 13 years ago
e479598
kmod 5
by Lucas De Marchi
· 13 years ago
a23f0c9
modinfo: handle arguments more carefully
by Dan McGee
· 13 years ago
54c43df
Add WARNING file for test dir and improve testsuite README
by Lucas De Marchi
· 13 years ago
23e354b
testsuite: add README
by Lucas De Marchi
· 13 years ago
08600ee
libkmod-module: probe: return -EEXIST if told to do so
by Lucas De Marchi
· 13 years ago
814a57b
libkmod-module: probe: rename flag to be more meaningful
by Lucas De Marchi
· 13 years ago
2efd5d4
test-conversion: remove test/test-{insmod,rmmod,rmmod2}
by Dan McGee
· 13 years ago
2af31a5
test-conversion: remove test/test-init
by Dan McGee
· 13 years ago
6fc9458
test-conversion: remove test/test-loaded
by Dan McGee
· 13 years ago
2ec7983
Update .gitignore files
by Dan McGee
· 13 years ago
9a252c2
Fix simple grammar issue
by Dan McGee
· 13 years ago
a2c7d3e
Fix unaligned memory access in hash function
by Ambroz Bizjak
· 13 years ago
c90fc61
TODO: add task to write testsuite/README
by Lucas De Marchi
· 13 years ago
6923e95
man: insmod: we don't handle modules from stdin
by Lucas De Marchi
· 13 years ago
035cbdc
depmod: Dont use errno unconditionally
by Khem Raj
· 13 years ago
3e71e7e
fix building and cleaning of manpages
by Dave Reisner
· 13 years ago
1505ee9
modprobe: avoid breaking on insertion failure
by Dave Reisner
· 13 years ago
af9572c
lib/module: check initstate before inserting module
by Dave Reisner
· 13 years ago
7bede7b
whitespace fix -- no logical code changes
by Dave Reisner
· 13 years ago
f4ac4a0
fix manpage build and install.
by Gustavo Sverzut Barbieri
· 13 years ago
dfa96f1
improve logging to mention context.
by Gustavo Sverzut Barbieri
· 13 years ago
e3cb090
improve log when debugging.
by Gustavo Sverzut Barbieri
· 13 years ago
9226dda
libkmod: organize public header
by Lucas De Marchi
· 13 years ago
4bc1895
Prepare for API bump
by Lucas De Marchi
· 13 years ago
297a318
modprobe: properly handle errors from init_module
by Dave Reisner
· 13 years ago
7aed460
libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMAND
by Lucas De Marchi
· 13 years ago
3bc92e8
libkmod-module: probe: return -EEXIST if told to stop on already loaded
by Lucas De Marchi
· 13 years ago
fa0046b
testsuite: allow for expected failure of tests
by Dave Reisner
· 13 years ago
69a1974
modprobe: post-remove module deps with 0 refcnt
by Dave Reisner
· 13 years ago
2e9dcd7
kmod-modprobe: migrate to kmod_module_probe_insert_module()
by Lucas De Marchi
· 13 years ago
4c1ffb7
libkmod-module: probe: add flag to dry-run
by Lucas De Marchi
· 13 years ago
7c10c69
libkmod-module: probe: add flag to ignore loaded modules
by Lucas De Marchi
· 13 years ago
6bd0713
libkmod-module: probe: add print_action callback
by Lucas De Marchi
· 13 years ago
d851e9a
libkmod-module: probe: add room in flags for future extension
by Lucas De Marchi
· 13 years ago
48b1030
libkmod-module: probe: ignore-command flag can't be used in return
by Lucas De Marchi
· 13 years ago
79d6c7d
libkmod-module: probe: remove useless flag to stop on failure
by Lucas De Marchi
· 13 years ago
5f35147
libkmod-module: probe: add flag to stop loading on already loaded
by Lucas De Marchi
· 13 years ago
dfdfb96
testsuite: check if dots are allowed in aliases
by Lucas De Marchi
· 13 years ago
a947430
testsuite: add test for kmod_module_new_from_name()
by Lucas De Marchi
· 13 years ago
9c7f3ad
libkmod-module: split creation of new modules to share code
by Lucas De Marchi
· 13 years ago
9901cfe
Partially fix parsing of alias with dots
by Lucas De Marchi
· 13 years ago
89e9248
libkmod-module: probe: add flag to ignore commands
by Lucas De Marchi
· 13 years ago
b1a5125
libkmod-module: probe: change insertion to cover more use cases
by Lucas De Marchi
· 13 years ago
ece09aa
libkmod-module: add visited field
by Lucas De Marchi
· 13 years ago
d48b8a7
build-sys: fix make dist
by Lucas De Marchi
· 13 years ago
5ac7888
build-sys: declare rootfs.tar.xz as dep of rootfs/
by Dave Reisner
· 13 years ago
81e8b80
testsuite: let stat.h take care of stat64
by Lucas De Marchi
· 13 years ago
d3f159b
Use %zu for size_t
by Lucas De Marchi
· 13 years ago
c41143a
testsuite: remove unneeded call to memset()
by Lucas De Marchi
· 13 years ago
647200f
libkmod: Fix handling of square brackets expressions in function alias_normalize
by Pedro Pedruzzi
· 13 years ago
760b896
testsuite: add test for function alias_normalize
by Pedro Pedruzzi
· 13 years ago
28f32c6
modprobe: print end of configuration files
by Lucas De Marchi
· 13 years ago
5ac9c07
build-sys: extract rootfs for make check
by Lucas De Marchi
· 13 years ago
e701e38
testsuite: add GPL license
by Lucas De Marchi
· 13 years ago
f6ef5d6
testsuite: trap calls to delete_module() including simple test
by Lucas De Marchi
· 13 years ago
d2c2b8b
build-sys: autotoolify build of check libraries
by Lucas De Marchi
· 13 years ago
53646fc
testsuite: add trap to init_module() including simple test
by Lucas De Marchi
· 13 years ago
ea17e2b
elf: privately export kmod_elf_get_section()
by Lucas De Marchi
· 13 years ago
95daea0
testsuite: add test for modinfo
by Lucas De Marchi
· 13 years ago
9e3b9d2
testsuite: remind users to build tools
by Lucas De Marchi
· 13 years ago
51b1d1a
testsuite: add colors to test output
by Lucas De Marchi
· 13 years ago
61e9433
testsuite: add simple test for list of loaded modules
by Lucas De Marchi
· 13 years ago
3dbb8de
testsuite: match outputs of test with a known correct one
by Lucas De Marchi
· 13 years ago
45481ee
testsuite: separate child from parent
by Lucas De Marchi
· 13 years ago
6b88ef3
testsuite: allow to run tests outside of top_buildir
by Lucas De Marchi
· 13 years ago
4e36cb1
testsuite: add trap to opendir() including tests
by Lucas De Marchi
· 13 years ago
1426a61
testsuite: add trap to stat() and friends including tests
by Lucas De Marchi
· 13 years ago
7fa8c2d
testsuite: add trap to open() including tests
by Lucas De Marchi
· 13 years ago
6afc9cd
testsuite: add trap to fopen() including tests
by Lucas De Marchi
· 13 years ago
ab25311
testsuite: fake kernel 4.0.20-kmod is out
by Lucas De Marchi
· 13 years ago
395478c
testsuite: export environment with flags and LD_PRELOAD
by Lucas De Marchi
· 13 years ago
ed2df4e
testsuite: move oneshot to inside the test struct
by Lucas De Marchi
· 13 years ago
68cc449
testsuite: trap calls to uname
by Lucas De Marchi
· 13 years ago
eebca81
testsuite: test libkmod initialization
by Lucas De Marchi
· 13 years ago
80f9e02
testsuite: add skeleton
by Lucas De Marchi
· 13 years ago
3ef848b
modprobe: fix build 'cause of excessive number of arguments
by Lucas De Marchi
· 13 years ago
cc98830
modprobe: remove code referring to -t, --type
by Dave Reisner
· 13 years ago
1b3cd9d
README: add link to packages place
by Lucas De Marchi
· 13 years ago
fe8b067
build-sys: do not create symlinks by default
by Lucas De Marchi
· 13 years ago
569f160
modprobe: kill operations depending on path
by Lucas De Marchi
· 13 years ago
a41b39f
TODO: system() should not be used inside a library
by Lucas De Marchi
· 13 years ago
12fd9cd
build-sys: forcefully create links
by Lucas De Marchi
· 13 years ago
1592b0e
build-sys: move modprobe to sbindir
by Lucas De Marchi
· 13 years ago
411d83c
Add program to calculate the shortest relative path for symlinks
by Lucas De Marchi
· 13 years ago
434f32c
libkmod-list: allow to append an empty list
by Lucas De Marchi
· 13 years ago
7bbf523
build-sys: create symlinks if we are installing tools
by Lucas De Marchi
· 13 years ago
eff917c
WEXITSTATUS is defined in sys/wait.h
by Thierry Vignaud
· 13 years ago
6068aaa
Check if struct stat has mtim member
by Lucas De Marchi
· 13 years ago
09e9ae5
modprobe: flush stdout before dumping indexes
by Lucas De Marchi
· 13 years ago
Next »