Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
c88aec70d1b74ea71cd3ec538b3f43ad8c6783b3
c88aec7
test-conversion: convert test-get-dependencies to new infrastructure
by Dan McGee
· 13 years ago
bcca1b9
test-conversion: convert test-blacklist to new infrastructure
by Dan McGee
· 13 years ago
452c1dd
build-sys: copy rootfs to another directory
by Lucas De Marchi
· 13 years ago
9c41596
build-sys: distribute testsuite
by Lucas De Marchi
· 13 years ago
cdbcc24
testsuite: ship testsuite/rootfs unzipped
by Dan McGee
· 13 years ago
9625375
build: remove private symbol from linker script
by Lucas De Marchi
· 13 years ago
7192828
Revert "libkmod: make sure to export kmod_log"
by Lucas De Marchi
· 13 years ago
819f79a
depmod: report failures in loading symbols
by Dave Reisner
· 13 years ago
c7d5a60
libkmod-file: gracefully handle errors from zlib
by Dave Reisner
· 13 years ago
4321590
Remove dead increment
by Lucas De Marchi
· 13 years ago
20c6e18
Return error instead of always 0
by Lucas De Marchi
· 13 years ago
18a492e
Remove dead assignment
by Lucas De Marchi
· 13 years ago
88a170d
libkmod: make sure to export kmod_log
by Mike Frysinger
· 13 years ago
46684bc
kmod 8
by Lucas De Marchi
· 13 years ago
883d8c4
doc: remove links to NULL going nowhere
by Lucas De Marchi
· 13 years ago
9461893
TODO: add item to implement actions in kmod
by Lucas De Marchi
· 13 years ago
ccb64d1
modprobe: handle -ENOENT return from init_module
by Dave Reisner
· 13 years ago
471a7d0
doc: silent man page generation and fix gtk-doc warnings
by Kay Sievers
· 13 years ago
02629fa
modprobe: fix typo in config dump: option->options
by Elan Ruusamäe
· 13 years ago
314719c
README: note that there are more files to read
by Lucas De Marchi
· 13 years ago
8885ced
kmod 7
by Lucas De Marchi
· 13 years ago
e48f376
build-sys: don't set CFLAGS and LDFLAGS
by Lucas De Marchi
· 13 years ago
3ef7208
build-sys: re-organize configure.ac
by Lucas De Marchi
· 13 years ago
1701b1b
configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
by Randy Witt
· 13 years ago
00ff576
Add CC_CHECK_LDFLAGS_APPEND m4 macro.
by Randy Witt
· 13 years ago
436da1e
config: use order /etc, /run, /lib
by Lucas De Marchi
· 13 years ago
ae7ebe8
modprobe: set log prio to 0 if user passed -q arg
by Lucas De Marchi
· 13 years ago
23ea575
Merge branch 'master' of git://code.falconindy.com/kmod
by Lucas De Marchi
· 13 years ago
c1b8454
modprobe: always try to remove all modules in command line
by Lucas De Marchi
· 13 years ago
4744ebc
modprobe: don't check if module builtin to decide if it's builtin
by Lucas De Marchi
· 13 years ago
f758caf
modprobe: fix error path in removing modules
by Dave Reisner
· 13 years ago
26906fe
kmod 6
by Lucas De Marchi
· 13 years ago
49c6489
Use upper case after Deprecated in doc
by Lucas De Marchi
· 13 years ago
6204d5b
Add kmod_module_apply_filter() to doc-sections file
by Lucas De Marchi
· 13 years ago
bfcd31d
Fix wrong printf format string
by Lucas De Marchi
· 13 years ago
2e2e252
libkmod-index: do not pre-populate mmap
by Lucas De Marchi
· 13 years ago
9c5f057
Downgrade log message: refcnt file may not exist
by Lucas De Marchi
· 13 years ago
dcf06c5
man: detail modprobe.blacklist in kcmdline
by Lucas De Marchi
· 13 years ago
817f4e3
libkmod-index: free node when we have only partial match
by Lucas De Marchi
· 13 years ago
aa5da52
modprobe: show builtin label on --show-depends
by Dave Reisner
· 13 years ago
ee1d188
libkmod-module: fill builtin's name
by Lucas De Marchi
· 13 years ago
bdda7e1
find builtins by property, not initstate
by Dave Reisner
· 13 years ago
3e4c6af
modinfo: use new apply_filter method to avoid builtins
by Dave Reisner
· 13 years ago
d80b103
libkmod/module: add kmod_module_apply_filter method
by Dave Reisner
· 13 years ago
bb05bc8
Move repository to kernel.org
by Lucas De Marchi
· 13 years ago
7cd664f
libkmod-module: don't treat "coming" as in-kernel
by Lucas De Marchi
· 13 years ago
80e54cb
TODO: update and organize items
by Lucas De Marchi
· 13 years ago
abd5557
libkmod-module: probe: check if module exists for install cmds
by Lucas De Marchi
· 13 years ago
050db08
Add missing newlines
by Lucas De Marchi
· 13 years ago
adca3cd
Downgrade log level when modules.dep{,.bin} don't exist
by Lucas De Marchi
· 13 years ago
658e047
testsuite: fix color of unexpected failure
by Lucas De Marchi
· 13 years ago
3805274
kmod-module: lookup: search modules.builtin file too
by Lucas De Marchi
· 13 years ago
a7f5300
testsuite: add test for builtins with modprobe
by Lucas De Marchi
· 13 years ago
f31d49c
testsuite: add .path member to test struct
by Dave Reisner
· 13 years ago
f6301b6
Fix path.c's function pointer defenitions.
by Wouter van Kesteren
· 13 years ago
9207df7
TODO: add tasks and bug fixes
by Lucas De Marchi
· 13 years ago
7329817
libkmod-index: don't print an error if index doesn't exist
by Lucas De Marchi
· 13 years ago
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
Next »