projects
/
platform
/
upstream
/
kmod.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/kmod.git
2011-12-27
Lucas De Marchi
build-sys: create libkmod-util.la convenience lib
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Copy missing hash functions from kmod-depmod to libkmod
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Remove kmod_ prefix from hash implementation
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Log paths if kmod_module_new_from_path() failed
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
TODO: format and add task
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
kmod-depmod: Fix leak of dependency vector
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: refactor extension matching array, support XZ.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: implement -A (--quick)
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: implement -F and -E options.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
update TODO
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump modules.dep.bin
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump modules.alias.bin
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump modules.symbols.bin
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump modules.builtin.bin
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: add utility functions to be used by binary...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: copy code from module-init-tools/index.c
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump deps.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump aliases
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump softdeps.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump modules.symbols
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: dump devname
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Gustavo Sverzut...
kmod-depmod: initial code (no files generated, untested)
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Add test for probe insert
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Add implementation of modprobe's insertion
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Do not cache softdeps list
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Allow to internally get dependencies without copying...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
build-sys: remove unneeded _SOURCES var
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Add functions to get ctx blacklists
commit
|
commitdiff
|
tree
|
snapshot
2011-12-27
Lucas De Marchi
Fix kmod_list_remove_n_latest()
commit
|
commitdiff
|
tree
|
snapshot
2011-12-26
Lucas De Marchi
Reverse order of dependency list
commit
|
commitdiff
|
tree
|
snapshot
2011-12-26
Lucas De Marchi
TODO: add task in modprobe's compatibility
commit
|
commitdiff
|
tree
|
snapshot
2011-12-26
Cristian Rodríguez
index_file_open: fix another fd leak on error path.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Lucas De Marchi
Merge branch 'master' of git://dev.medozas.de/libkmod
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Lucas De Marchi
Merge branch 'master' of git://dev.medozas.de/libkmod
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Jan Engelhardt
libkmod: remove external cflags from .pc file
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Jan Engelhardt
Support for loading Xz-compressed modules
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Jan Engelhardt
build: use AC_ARG_WITH for zlib
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Jan Engelhardt
build: use pkgconfig to detect zlib
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Lucas De Marchi
Fix version script with v3 symbols
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Gustavo Sverzut...
elf: implement kmod_module_get_dependency_symbols()
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Gustavo Sverzut...
elf: add bind type to kmod_modversion.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Gustavo Sverzut...
add test/test-elf
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Gustavo Sverzut...
elf: add get_symbols()
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Gustavo Sverzut...
elf: minimum size is enough.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Gustavo Sverzut...
file: speed up loading non-gzipped modules when zlib...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
build-sys: use AS_IF
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: show wrong command in err message
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: print help message when no commands given
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: add list command
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: Add handling of compat modprobe
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: Add handling of compat modinfo
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: Add handling of compat insmod
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: Add handling of compat rmmod
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: Add handling of compat lsmod
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: check progname for handling compat commands
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Cristian Rodríguez
Fix leak on error path
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: kmod: Add global options
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
tools: add skeleton of kmod tool
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
build-sys: use MKDIR_P
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Lucas De Marchi
kmod_modprobe: use basename(argv[0]) in help message
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Gustavo Sverzut...
kmod-modprobe: fix leak in command line option processing.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Kay Sievers
introduce --with-rootlibdir=DIR
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Lucas De Marchi
Initialize line number with 0
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Lucas De Marchi
Remove useless warning causing trouble in sparc64
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Gustavo Sverzut...
Fix unaligned memory access
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Kay Sievers
do not (mis-)use the config file generator for non...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Lucas De Marchi
gitignore: ignore dist files
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Lucas De Marchi
kmod 2
v2
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Lucas De Marchi
Change error message to reflect reality
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Lucas De Marchi
Update doc to reflect function behavior
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Luis Felipe...
Testing for return of alias_normalize.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
build-sys: do not use some compile flags by default
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Removing comments saying flags are not implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Move symbols introduced in libkmod2 to the right place
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
build-sys: remove remaining _SOURCES var
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
build-sys: default to "" as rootprefix
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
kmod_modprobe: fix description of -C flag
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Gustavo Sverzut...
configure: disable static zlib build.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kay Sievers
introduce --with-rootprefix=DIR
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Use sorted configuration files in precedence order
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Jan Engelhardt
build: use dist-xz
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Jan Engelhardt
gitignore: only ignore build system files in the top...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Jan Engelhardt
libkmod: use C99 __func__ over GNU-specific __FUNCTION__
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
kmod_config: fix kcmd line parser with dots after =
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Luis Felipe...
Removing warnings when compiling on i686 platform.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Gustavo Sverzut...
kmod_module_new_*: improve debugging.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
kmod_modprobe: Fix regression when inserting module
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Fix check for opened indexes
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
elf: fix regression with empty strings
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Cache the offset of crc
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Make section size constant since it's always the same
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Optimize kmod_elf_get_strings() by reducing calls to...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Remove unneeded reference to last string
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Put blank lines where it's due
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Terminate strv with NULL
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
Reduce ident by continuing early
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Lucas De Marchi
build-sys: remove unneeded _SOURCES vars
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Gustavo Sverzut...
elf: skip leading symbol dot in modversion.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Gustavo Sverzut...
elf: fix typo that resulted in invalid uint reads for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Gustavo Sverzut...
kmod-modinfo: -p (-F parm) shows also parmtype in Debia...
commit
|
commitdiff
|
tree
|
snapshot
next