platform/upstream/kmod.git
2012-01-10 Lucas De Marchiconfig: be reliable againt syntax errors in configs
2012-01-10 Lucas De MarchiTODO: add tasks to modprobe
2012-01-09 Lucas De Marchidoc: fix out of tree build
2012-01-09 Lucas De Marchibuild-sys: give recommended configure options for hacking
2012-01-09 Lucas De MarchiREADME: add more information
2012-01-09 Lucas De Marchibuild-sys: do not run configure in autogen.sh
2012-01-09 Lucas De Marchidoc: organize sections
2012-01-09 Lucas De Marchidoc: add gtk-doc to generate documentation
2012-01-09 Lucas De Marchidoc: fix broken links to other functions
2012-01-09 Lucas De Marchidoc: fix order of param descriptions
2012-01-09 Lucas De MarchiMatch param names on header and source code
2012-01-09 Lucas De Marchidoc: fix comments format
2012-01-09 Lucas De MarchiUpdate copyright
2012-01-08 Lucas De Marchimodprobe: fix error path when loading dependencies
2012-01-08 Gustavo Sverzut... modprobe: show is independent from verbose level.
2012-01-08 Lucas De MarchiReplace NAME_MAX with PATH_MAX for module aliases
2012-01-06 Lucas De Marchiconfig: check if opening /proc/cmdline succeeded
2012-01-06 Rolf Eike Beertools/kmod-depmod: fix aliasing warning
2012-01-06 Lucas De MarchiRevert "tools/kmod-depmod: fix aliasing warning"
2012-01-06 roottools/kmod-depmod: fix aliasing warning
2012-01-06 Dave Reisnertools/modprobe: exit non-zero on module not found with...
2012-01-06 Dave Reisnertools/modinfo: exit non-zero on module not found
2012-01-05 Lucas De Marchikmod 3 v3
2012-01-05 Lucas De Marchitools: use basename in help message
2012-01-05 Dave Reisnerlibkmod/hash: check for NULL before freeing hash
2012-01-04 Lucas De MarchiAdd missing doc for function argument
2012-01-04 Lucas De Marchikmod-depmod: demote messages to WRN when non-critical...
2012-01-04 Dave Reisnerlibkmod: Fix casing in error output
2012-01-04 Dave Reisnertools: unify error verbiage and casing
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()
next