platform/upstream/kmod.git
2012-01-04 Lucas De Marchibuild-sys: do not install kmod-* tools
2012-01-04 Lucas De Marchifile: use log facilities
2012-01-04 Lucas De Marchifile: take a weakref to ctx
2012-01-04 Lucas De Marchiconfig: take a weakref to ctx
2012-01-04 Lucas De MarchiAdd missing static const
2012-01-03 Gustavo Sverzut... kmod-depmod: fix replacement of existing modules.
2012-01-03 Gustavo Sverzut... kmod-depmod: fix comparison of module priority.
2012-01-03 Gustavo Sverzut... utils/array: add array_remove_at()
2012-01-03 Gustavo Sverzut... kmod-depmod: fix incorrect math finding out end of...
2012-01-03 Gustavo Sverzut... kmod-depmod: document --config/-C in help output.
2012-01-03 Gustavo Sverzut... kmod-depmod: add missing trailing \n to log messages.
2012-01-03 Gustavo Sverzut... elf: zero *array when count is zero.
2012-01-03 Gustavo Sverzut... libkmod-file: refactor code to avoid ifdef mess.
2012-01-03 Gustavo Sverzut... utils/read_str_safe(): fix wrong behavior and bugs.
2012-01-01 Lucas De MarchiTODO: add task for providing man page
2012-01-01 Lucas De MarchiAdd test to check kmod_validate_resources
2012-01-01 Lucas De MarchiAdd call to check if resources are valid
2012-01-01 Lucas De Marchiindex: save timestamp of each loaded index
2012-01-01 Lucas De Marchiconfig: save list of config paths with their timestamps
2012-01-01 Lucas De Marchiutil: add helper function to compare timestamps
2012-01-01 Lucas De Marchikmod-modprobe: mimic modprobe when removing deps with...
2012-01-01 Lucas De MarchiFix leak of kmod_module and fix code style
2012-01-01 Lucas De MarchiTODO: add list of things that are different on kmod
2011-12-31 Dave Reisnerkmodprobe: post-remove module deps with 0 refcnt
2011-12-31 Dave Reisnermodprobe: use lighter access call instead of stat
2011-12-31 Dave Reisnermodprobe: remove --list option
2011-12-31 Dave Reisnerlibkmod-config: remove warning for skipped config files
2011-12-31 Lucas De MarchiUse last enum value instead of ARRAY_SIZE
2011-12-31 Lucas De MarchiDo not call exported function for mod->name
2011-12-31 Lucas De MarchiMove function to the right place
2011-12-30 Lucas De MarchiIgnore "already loaded" error in module_probe_insert_mo...
2011-12-30 Lucas De MarchiUse errno instead of return value of init_module()
2011-12-28 Leandro Pereiralibkmod-util: getline_wrapped: return NULL when buffer...
2011-12-28 Leandro PereiraDo not forget parenthesis around if (streq(A, B)).
2011-12-28 Lucas De MarchiMove libkmod-util.c to convenience util lib
2011-12-28 Lucas De MarchiMove array implementation from depmode to libkmod-util
2011-12-27 Lucas De Marchitools: kmod: bundle depmod together with the others
2011-12-27 Lucas De MarchiFix header guard
2011-12-27 Leandro Pereirakmod tool: don't keep iterating when command has been...
2011-12-27 Lucas De MarchiMove util functions to libkmod-util.c
2011-12-27 Lucas De Marchikmod-depmod: use hash implementation from util lib
2011-12-27 Lucas De Marchihash: add iterator
2011-12-27 Lucas De Marchibuild-sys: create libkmod-util.la convenience lib
2011-12-27 Lucas De MarchiCopy missing hash functions from kmod-depmod to libkmod
2011-12-27 Lucas De MarchiRemove kmod_ prefix from hash implementation
2011-12-27 Lucas De MarchiLog paths if kmod_module_new_from_path() failed
2011-12-27 Lucas De MarchiTODO: format and add task
2011-12-27 Lucas De Marchikmod-depmod: Fix leak of dependency vector
2011-12-27 Gustavo Sverzut... kmod-depmod: refactor extension matching array, support XZ.
2011-12-27 Gustavo Sverzut... kmod-depmod: implement -A (--quick)
2011-12-27 Gustavo Sverzut... kmod-depmod: implement -F and -E options.
2011-12-27 Gustavo Sverzut... update TODO
2011-12-27 Gustavo Sverzut... kmod-depmod: dump modules.dep.bin
2011-12-27 Gustavo Sverzut... kmod-depmod: dump modules.alias.bin
2011-12-27 Gustavo Sverzut... kmod-depmod: dump modules.symbols.bin
2011-12-27 Gustavo Sverzut... kmod-depmod: dump modules.builtin.bin
2011-12-27 Gustavo Sverzut... kmod-depmod: add utility functions to be used by binary...
2011-12-27 Gustavo Sverzut... kmod-depmod: copy code from module-init-tools/index.c
2011-12-27 Gustavo Sverzut... kmod-depmod: dump deps.
2011-12-27 Gustavo Sverzut... kmod-depmod: dump aliases
2011-12-27 Gustavo Sverzut... kmod-depmod: dump softdeps.
2011-12-27 Gustavo Sverzut... kmod-depmod: dump modules.symbols
2011-12-27 Gustavo Sverzut... kmod-depmod: dump devname
2011-12-27 Gustavo Sverzut... kmod-depmod: initial code (no files generated, untested)
2011-12-27 Lucas De MarchiAdd test for probe insert
2011-12-27 Lucas De MarchiAdd implementation of modprobe's insertion
2011-12-27 Lucas De MarchiDo not cache softdeps list
2011-12-27 Lucas De MarchiAllow to internally get dependencies without copying...
2011-12-27 Lucas De Marchibuild-sys: remove unneeded _SOURCES var
2011-12-27 Lucas De MarchiAdd functions to get ctx blacklists
2011-12-27 Lucas De MarchiFix kmod_list_remove_n_latest()
2011-12-26 Lucas De MarchiReverse order of dependency list
2011-12-26 Lucas De MarchiTODO: add task in modprobe's compatibility
2011-12-26 Cristian Rodríguezindex_file_open: fix another fd leak on error path.
2011-12-24 Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
2011-12-24 Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
2011-12-24 Jan Engelhardtlibkmod: remove external cflags from .pc file
2011-12-24 Jan EngelhardtSupport for loading Xz-compressed modules
2011-12-24 Jan Engelhardtbuild: use AC_ARG_WITH for zlib
2011-12-24 Jan Engelhardtbuild: use pkgconfig to detect zlib
2011-12-24 Lucas De MarchiFix version script with v3 symbols
2011-12-24 Gustavo Sverzut... elf: implement kmod_module_get_dependency_symbols()
2011-12-24 Gustavo Sverzut... elf: add bind type to kmod_modversion.
2011-12-24 Gustavo Sverzut... add test/test-elf
2011-12-24 Gustavo Sverzut... elf: add get_symbols()
2011-12-24 Gustavo Sverzut... elf: minimum size is enough.
2011-12-24 Gustavo Sverzut... file: speed up loading non-gzipped modules when zlib...
2011-12-23 Lucas De Marchibuild-sys: use AS_IF
2011-12-23 Lucas De Marchitools: kmod: show wrong command in err message
2011-12-23 Lucas De Marchitools: kmod: print help message when no commands given
2011-12-23 Lucas De Marchitools: kmod: add list command
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat modprobe
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat modinfo
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat insmod
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat rmmod
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat lsmod
2011-12-23 Lucas De Marchitools: kmod: check progname for handling compat commands
2011-12-23 Cristian RodríguezFix leak on error path
2011-12-23 Lucas De Marchitools: kmod: Add global options
2011-12-23 Lucas De Marchitools: add skeleton of kmod tool
next