Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
3af535c97beac134e35a9e1bf8dcbcc0312e2ca4
3af535c
TODO: format and add task
by Lucas De Marchi
· 13 years ago
ea1b8c3
kmod-depmod: Fix leak of dependency vector
by Lucas De Marchi
· 13 years ago
a627c3f
kmod-depmod: refactor extension matching array, support XZ.
by Gustavo Sverzut Barbieri
· 13 years ago
18cd9da
kmod-depmod: implement -A (--quick)
by Gustavo Sverzut Barbieri
· 13 years ago
4a0e46d
kmod-depmod: implement -F and -E options.
by Gustavo Sverzut Barbieri
· 13 years ago
009ed66
update TODO
by Gustavo Sverzut Barbieri
· 13 years ago
7436788
kmod-depmod: dump modules.dep.bin
by Gustavo Sverzut Barbieri
· 13 years ago
ec77abb
kmod-depmod: dump modules.alias.bin
by Gustavo Sverzut Barbieri
· 13 years ago
75a9723
kmod-depmod: dump modules.symbols.bin
by Gustavo Sverzut Barbieri
· 13 years ago
4b144e5
kmod-depmod: dump modules.builtin.bin
by Gustavo Sverzut Barbieri
· 13 years ago
92df661
kmod-depmod: add utility functions to be used by binary dumps.
by Gustavo Sverzut Barbieri
· 13 years ago
0de4046
kmod-depmod: copy code from module-init-tools/index.c
by Gustavo Sverzut Barbieri
· 13 years ago
8e3505c
kmod-depmod: dump deps.
by Gustavo Sverzut Barbieri
· 13 years ago
0d13174
kmod-depmod: dump aliases
by Gustavo Sverzut Barbieri
· 13 years ago
8bc830e
kmod-depmod: dump softdeps.
by Gustavo Sverzut Barbieri
· 13 years ago
9a14d0e
kmod-depmod: dump modules.symbols
by Gustavo Sverzut Barbieri
· 13 years ago
25c4151
kmod-depmod: dump devname
by Gustavo Sverzut Barbieri
· 13 years ago
64b8b58
kmod-depmod: initial code (no files generated, untested)
by Gustavo Sverzut Barbieri
· 13 years ago
9190c8c
Add test for probe insert
by Lucas De Marchi
· 13 years ago
ddbda02
Add implementation of modprobe's insertion
by Lucas De Marchi
· 13 years ago
2bd7cbf
Do not cache softdeps list
by Lucas De Marchi
· 13 years ago
b72f74b
Allow to internally get dependencies without copying list
by Lucas De Marchi
· 13 years ago
9b0e592
build-sys: remove unneeded _SOURCES var
by Lucas De Marchi
· 13 years ago
c1c9c44
Add functions to get ctx blacklists
by Lucas De Marchi
· 13 years ago
eb4ae53
Fix kmod_list_remove_n_latest()
by Lucas De Marchi
· 13 years ago
b94a737
Reverse order of dependency list
by Lucas De Marchi
· 13 years ago
088a6a8
TODO: add task in modprobe's compatibility
by Lucas De Marchi
· 13 years ago
4088b27
index_file_open: fix another fd leak on error path.
by Cristian Rodríguez
· 13 years ago
ef4a349
Merge branch 'master' of git://dev.medozas.de/libkmod
by Lucas De Marchi
· 13 years ago
7adfd2c
Merge branch 'master' of git://dev.medozas.de/libkmod
by Lucas De Marchi
· 13 years ago
c362171
libkmod: remove external cflags from .pc file
by Jan Engelhardt
· 13 years ago
b182f8f
Support for loading Xz-compressed modules
by Jan Engelhardt
· 13 years ago
5a51a35
build: use AC_ARG_WITH for zlib
by Jan Engelhardt
· 13 years ago
7b3a74f
build: use pkgconfig to detect zlib
by Jan Engelhardt
· 13 years ago
3af4f55
Fix version script with v3 symbols
by Lucas De Marchi
· 13 years ago
674f859
elf: implement kmod_module_get_dependency_symbols()
by Gustavo Sverzut Barbieri
· 13 years ago
4b55bef
elf: add bind type to kmod_modversion.
by Gustavo Sverzut Barbieri
· 13 years ago
f85ae0d
add test/test-elf
by Gustavo Sverzut Barbieri
· 13 years ago
45e6db9
elf: add get_symbols()
by Gustavo Sverzut Barbieri
· 13 years ago
9bbb72d
elf: minimum size is enough.
by Gustavo Sverzut Barbieri
· 13 years ago
bb41709
file: speed up loading non-gzipped modules when zlib is enabled.
by Gustavo Sverzut Barbieri
· 13 years ago
cfb908b
build-sys: use AS_IF
by Lucas De Marchi
· 13 years ago
9b966da
tools: kmod: show wrong command in err message
by Lucas De Marchi
· 13 years ago
a458e36
tools: kmod: print help message when no commands given
by Lucas De Marchi
· 13 years ago
252c51a
tools: kmod: add list command
by Lucas De Marchi
· 13 years ago
fa29c0e
tools: kmod: Add handling of compat modprobe
by Lucas De Marchi
· 13 years ago
769becb
tools: kmod: Add handling of compat modinfo
by Lucas De Marchi
· 13 years ago
ad60269
tools: kmod: Add handling of compat insmod
by Lucas De Marchi
· 13 years ago
f712ebc
tools: kmod: Add handling of compat rmmod
by Lucas De Marchi
· 13 years ago
6fcf69e
tools: kmod: Add handling of compat lsmod
by Lucas De Marchi
· 13 years ago
35a29aa
tools: kmod: check progname for handling compat commands
by Lucas De Marchi
· 13 years ago
67d94ad
Fix leak on error path
by Cristian Rodríguez
· 13 years ago
bc85432
tools: kmod: Add global options
by Lucas De Marchi
· 13 years ago
8900b91
tools: add skeleton of kmod tool
by Lucas De Marchi
· 13 years ago
6a4fa8d
build-sys: use MKDIR_P
by Lucas De Marchi
· 13 years ago
3e8de63
kmod_modprobe: use basename(argv[0]) in help message
by Lucas De Marchi
· 13 years ago
5f9f58f
kmod-modprobe: fix leak in command line option processing.
by Gustavo Sverzut Barbieri
· 13 years ago
e79bf83
introduce --with-rootlibdir=DIR
by Kay Sievers
· 13 years ago
759214f
Initialize line number with 0
by Lucas De Marchi
· 13 years ago
c72f79b
Remove useless warning causing trouble in sparc64
by Lucas De Marchi
· 13 years ago
c6824b6
Fix unaligned memory access
by Gustavo Sverzut Barbieri
· 13 years ago
9faa7b3
do not (mis-)use the config file generator for non-autobuild stuff
by Kay Sievers
· 13 years ago
205c24e
gitignore: ignore dist files
by Lucas De Marchi
· 13 years ago
acc18b1
kmod 2
by Lucas De Marchi
· 13 years ago
f304afe
Change error message to reflect reality
by Lucas De Marchi
· 13 years ago
142db57
Update doc to reflect function behavior
by Lucas De Marchi
· 13 years ago
9efaf2f
Testing for return of alias_normalize.
by Luis Felipe Strano Moraes
· 13 years ago
7ea6edd
build-sys: do not use some compile flags by default
by Lucas De Marchi
· 13 years ago
f39dc70
Removing comments saying flags are not implemented
by Lucas De Marchi
· 13 years ago
5e50464
Move symbols introduced in libkmod2 to the right place
by Lucas De Marchi
· 13 years ago
9ce0966
build-sys: remove remaining _SOURCES var
by Lucas De Marchi
· 13 years ago
0c5fad9
build-sys: default to "" as rootprefix
by Lucas De Marchi
· 13 years ago
2c96693
kmod_modprobe: fix description of -C flag
by Lucas De Marchi
· 13 years ago
1e48278
configure: disable static zlib build.
by Gustavo Sverzut Barbieri
· 13 years ago
a308abe
introduce --with-rootprefix=DIR
by Kay Sievers
· 13 years ago
7fe5f7a
Use sorted configuration files in precedence order
by Lucas De Marchi
· 13 years ago
a597c8b
build: use dist-xz
by Jan Engelhardt
· 13 years ago
2689912
gitignore: only ignore build system files in the top directory
by Jan Engelhardt
· 13 years ago
87beacc
libkmod: use C99 __func__ over GNU-specific __FUNCTION__
by Jan Engelhardt
· 13 years ago
135bffd
kmod_config: fix kcmd line parser with dots after =
by Lucas De Marchi
· 13 years ago
a969376
Removing warnings when compiling on i686 platform.
by Luis Felipe Strano Moraes
· 13 years ago
b55df2e
kmod_module_new_*: improve debugging.
by Gustavo Sverzut Barbieri
· 13 years ago
95dd837
kmod_modprobe: Fix regression when inserting module
by Lucas De Marchi
· 13 years ago
16ca366
Fix check for opened indexes
by Lucas De Marchi
· 13 years ago
76b8031
elf: fix regression with empty strings
by Lucas De Marchi
· 13 years ago
51c409b
Cache the offset of crc
by Lucas De Marchi
· 13 years ago
58b7191
Make section size constant since it's always the same
by Lucas De Marchi
· 13 years ago
f8fa525
Optimize kmod_elf_get_strings() by reducing calls to memcpy
by Lucas De Marchi
· 13 years ago
b20dc17
Remove unneeded reference to last string
by Lucas De Marchi
· 13 years ago
052656f
Put blank lines where it's due
by Lucas De Marchi
· 13 years ago
3267026
Terminate strv with NULL
by Lucas De Marchi
· 13 years ago
4f0f0e7
Reduce ident by continuing early
by Lucas De Marchi
· 13 years ago
0eae38e
build-sys: remove unneeded _SOURCES vars
by Lucas De Marchi
· 13 years ago
1c58590
elf: skip leading symbol dot in modversion.
by Gustavo Sverzut Barbieri
· 13 years ago
fc8e58b
elf: fix typo that resulted in invalid uint reads for big-endian platforms.
by Gustavo Sverzut Barbieri
· 13 years ago
b014c49
kmod-modinfo: -p (-F parm) shows also parmtype in Debian expected formatting.
by Gustavo Sverzut Barbieri
· 13 years ago
47a0ef6
elf: do not output empty strings.
by Gustavo Sverzut Barbieri
· 13 years ago
515ec79
kmod-modinfo: fix typo and output format.
by Gustavo Sverzut Barbieri
· 13 years ago
022e1f0
kmod-modinfo: add missing short options.
by Gustavo Sverzut Barbieri
· 13 years ago
0cc3ccf
Introduce kmod-modinfo.
by Gustavo Sverzut Barbieri
· 13 years ago
Next »