Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
681bf89afd5ebe34de7651dccd6b2522d821d60e
681bf89
libkmod-index: Return early if readroot failed
by Lucas De Marchi
· 12 years ago
b9a7da3
libkmod-module: Don't pass NULL ctx to kmod_log
by Lucas De Marchi
· 12 years ago
818af4f
libkmod-module: Don't pass NULL pointer to memcpy
by Lucas De Marchi
· 12 years ago
eb978f1
build-sys: Add AM_V_XSLT to rule creating man pages
by Lucas De Marchi
· 12 years ago
1958af8
Add format attribute and fix issues
by Lucas De Marchi
· 12 years ago
19ac5bd
static-nodes: Fix indentation
by Lucas De Marchi
· 12 years ago
4905769
static-nodes: tmpfiles - also create parents directories of device nodes
by Tom Gundersen
· 12 years ago
279b177
kmod: It's an error not to have modules.devname
by Lucas De Marchi
· 12 years ago
db6f2fc
tools: add static-nodes tool
by Tom Gundersen
· 12 years ago
a20a37c
Use static assertions for sizeof checks
by Lucas De Marchi
· 12 years ago
8efede2
Use _Static_assert
by Lucas De Marchi
· 12 years ago
2ad09cc
testsuite: errno is a positive number
by Lucas De Marchi
· 12 years ago
46939ec
TODO: update and reorder
by Lucas De Marchi
· 12 years ago
abb910e
kmod 13
by Lucas De Marchi
· 12 years ago
8edd5bb
build-sys: Always enable parallel tests
by Lucas De Marchi
· 12 years ago
8e00db9
testsuite: Fix checking __sysno
by Lucas De Marchi
· 12 years ago
0ae5860
testsuite: Wrap syscall() to get calls to finit_module()
by Lucas De Marchi
· 12 years ago
55112d1
libkmod: Move finit_module() definition to missing.h
by Lucas De Marchi
· 12 years ago
1407064
libkmod: Add missing definitions
by Lucas De Marchi
· 12 years ago
41a51c2
libkmod: Use secure_getenv if available
by Cristian Rodríguez
· 12 years ago
ace742f
modprobe: Fix assertion on --show-depends with bogus config file
by Lucas De Marchi
· 12 years ago
5278396
testsuite: Add test to check if modprobe explodes on bogus config
by Lucas De Marchi
· 12 years ago
489c04d
testsuite: Exit with success on signal if test has expected_fail=true
by Lucas De Marchi
· 12 years ago
b663813
libkmod-util: Add missing include file
by Lucas De Marchi
· 12 years ago
d53abca
rmmod: Teach rmmod about builtin modules
by Josh Boyer
· 12 years ago
c3e8d26
libkmod: fix address argument to mmap calls
by Kees Cook
· 12 years ago
e87352d
testsuite: handle finit_module
by Kees Cook
· 12 years ago
144d182
libkmod: add finit_module logic
by Kees Cook
· 12 years ago
709b863
testsuite: Add modinfo test for module signatures
by Michal Marek
· 12 years ago
8fe1681
libkmod: Return module signature information in kmod_module_get_info()
by Michal Marek
· 12 years ago
6333934
libkmod-module: Do not free the list in kmod_module_info_append
by Michal Marek
· 12 years ago
e6b0e49
Update copyright notices
by Lucas De Marchi
· 12 years ago
f64458c
libkmod-module: Add helper for building the module info list
by Michal Marek
· 12 years ago
4111bc0
gitignore: ignore files generated by Automake's testsuite
by Lucas De Marchi
· 12 years ago
eecdcf2
man: fix lib dir in which we look for config
by Lucas De Marchi
· 12 years ago
572a271
depmod: fix builtin symbols resolution when the prefix symbol is set
by Andrey Mazo
· 12 years ago
c02a8e6
depmod: --symbol-prefix actually requires an argument
by Andrey Mazo
· 12 years ago
6feba02
kmod 12
by Lucas De Marchi
· 12 years ago
650f89c
depmod: fix checking file extension
by Lucas De Marchi
· 12 years ago
5d35256
Use bool instead of int
by Lucas De Marchi
· 12 years ago
6f02b6f
fix is_module_filename()
by Aleksey Makarov
· 12 years ago
a457866
libkmod-module: mangle the section header, not the section
by Lucas De Marchi
· 12 years ago
d196b8d
libkmod-module: Remove key+value vermagic from .modinfo section
by Lucas De Marchi
· 12 years ago
02c64df
depmod: fix asserting mod->kmod == NULL
by Lucas De Marchi
· 12 years ago
0629462
depmod: fix hash lookup by relpath instead of uncrelpath
by Lucas De Marchi
· 12 years ago
c599606
kmod 11
by Lucas De Marchi
· 12 years ago
6c29e5c
TODO: remove completed action
by Lucas De Marchi
· 12 years ago
7c04aee
tools: use program_invocation_short_name provided by libc
by Lucas De Marchi
· 12 years ago
c841273
tools: staticize functions that are now only used in log.c
by Lucas De Marchi
· 12 years ago
fcb0ce9
tools: share function for logging
by Lucas De Marchi
· 12 years ago
52a50fe
tools: share setting up libkmod log
by Lucas De Marchi
· 12 years ago
92aad74
tools: use a single function for logging libkmod output
by Lucas De Marchi
· 12 years ago
34e06bf
tools: make usage() messages go to stdout rather than stderr
by Lucas De Marchi
· 12 years ago
84341fb
tools: share function to convert prio to string
by Lucas De Marchi
· 12 years ago
4a2e20d
tools: share getting program name from argv for all tools
by Lucas De Marchi
· 12 years ago
e6996c5
rmmod: route all messages to syslog if told to
by Lucas De Marchi
· 12 years ago
04c26d2
rmmod: prefer ERR over plain fprintf
by Lucas De Marchi
· 12 years ago
9382dbf
modinfo: prefer ERR over plain fprintf
by Lucas De Marchi
· 12 years ago
e2f9478
insmod: prefer ERR over plain fprintf
by Lucas De Marchi
· 12 years ago
96b50d3
depmod: add depmod prefix to log messages
by Lucas De Marchi
· 12 years ago
a3f16ff
depmod: remove inline from _log
by Lucas De Marchi
· 12 years ago
8836ff2
TODO: update file with tasks
by Lucas De Marchi
· 12 years ago
61c48db
depmod: prefer ERR and WRN over plain fprintf
by Lucas De Marchi
· 12 years ago
d9a2e15
modprobe: use ERR() instead of fprintf(stderr, ...)
by Lucas De Marchi
· 12 years ago
d96ae03
modprobe: prefix log messages to stderr with modprobe
by Lucas De Marchi
· 12 years ago
07df56e
modprobe: move log function
by Lucas De Marchi
· 12 years ago
86cc1f2
modprobe: prefix libkmod messages to stderr with modprobe:
by Lucas De Marchi
· 12 years ago
1e947e3
modprobe: use prio_to_str() helper
by Lucas De Marchi
· 12 years ago
4434d8b
modprobe: exit in one place
by Lucas De Marchi
· 12 years ago
e4a7352
depmod: unref kmod_module once we don't need it anymore
by Lucas De Marchi
· 12 years ago
447eed8
depmod: use our copy of modname instead of calling libkmod
by Lucas De Marchi
· 12 years ago
ec587f2
depmod: cache dependency_symbol list in struct mod
by Lucas De Marchi
· 12 years ago
7062eca
depmod: cache info_list in struct mod
by Lucas De Marchi
· 12 years ago
b51ac40
depmod: do not create a hole in struct depmod
by Lucas De Marchi
· 12 years ago
caaf438
build-sys: use AS_IF autoconf macro
by Lucas De Marchi
· 12 years ago
5c61b14
build-sys: require xsltproc when manpages are enabled
by Sami Kerola
· 12 years ago
1eff942
libkmod: cache open file for later access
by Lucas De Marchi
· 12 years ago
cc83364
rmmod: Deprecate --wait option
by Lucas De Marchi
· 12 years ago
1faec2c
libkmod-hash: Plug possible memory leak when free_value is defined
by Leandro Pereira
· 12 years ago
66f3228
libkmod: Add support for '.' in module parameter on kcmdline
by Lucas De Marchi
· 12 years ago
b0c9fc8
testsuite: add depmod test for modules.alias
by Lucas De Marchi
· 12 years ago
3e451bf
testsuite: allow to check generated files
by Lucas De Marchi
· 12 years ago
88c247f
depmod: fix parsing of modules.order with compressed modules
by Lucas De Marchi
· 12 years ago
c5b37db
build-sys: Remove --with-rootprefix option
by Dave Reisner
· 12 years ago
7812d88
build-sys: Append -Werror when testing flags
by Lucas De Marchi
· 12 years ago
a7fbae0
NEWS: language corrections
by Jan Engelhardt
· 12 years ago
1a3fa1a
modinfo: clarify verbiage for field shortcuts
by Dave Reisner
· 12 years ago
86bbd05
Makefile: remove redundant flags to $(RM)
by Dave Reisner
· 12 years ago
cf81405
Define rootfs as dependency of check-am
by Dave Reisner
· 12 years ago
84afccb
Revert "build-sys: disable jobserver for rootfs target"
by Dave Reisner
· 12 years ago
d642341
testsuite: Fix double definition of 64-bits variant
by Lucas De Marchi
· 12 years ago
4075860
kmod 10
by Lucas De Marchi
· 12 years ago
85734b2
Remove test directory
by Lucas De Marchi
· 12 years ago
8447b86
TODO: deprecate use of rmmod -w
by Lucas De Marchi
· 12 years ago
36ddee6
modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY
by Lucas De Marchi
· 12 years ago
6882017
libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flag
by Lucas De Marchi
· 12 years ago
123e827
testsuite preload: Factorize into macros, add more stat and open variants
by Martin Pitt
· 12 years ago
f38e68a
README: let people know they don't need to subscribe
by Lucas De Marchi
· 12 years ago
382de85
build-sys: add 'man' entry in summary
by Lucas De Marchi
· 12 years ago
8631552
build-sys: Add --disable-manpages option
by Colin Walters
· 12 years ago
Next »