platform/upstream/kmod.git
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
2011-12-23 Lucas De Marchibuild-sys: use MKDIR_P
2011-12-23 Lucas De Marchikmod_modprobe: use basename(argv[0]) in help message
2011-12-23 Gustavo Sverzut... kmod-modprobe: fix leak in command line option processing.
2011-12-22 Kay Sieversintroduce --with-rootlibdir=DIR
2011-12-22 Lucas De MarchiInitialize line number with 0
2011-12-21 Lucas De MarchiRemove useless warning causing trouble in sparc64
2011-12-21 Gustavo Sverzut... Fix unaligned memory access
2011-12-21 Kay Sieversdo not (mis-)use the config file generator for non...
2011-12-21 Lucas De Marchigitignore: ignore dist files
2011-12-21 Lucas De Marchikmod 2 v2
2011-12-21 Lucas De MarchiChange error message to reflect reality
2011-12-21 Lucas De MarchiUpdate doc to reflect function behavior
2011-12-21 Luis Felipe... Testing for return of alias_normalize.
2011-12-20 Lucas De Marchibuild-sys: do not use some compile flags by default
2011-12-20 Lucas De MarchiRemoving comments saying flags are not implemented
2011-12-20 Lucas De MarchiMove symbols introduced in libkmod2 to the right place
2011-12-20 Lucas De Marchibuild-sys: remove remaining _SOURCES var
2011-12-20 Lucas De Marchibuild-sys: default to "" as rootprefix
2011-12-20 Lucas De Marchikmod_modprobe: fix description of -C flag
2011-12-20 Gustavo Sverzut... configure: disable static zlib build.
2011-12-20 Kay Sieversintroduce --with-rootprefix=DIR
2011-12-20 Lucas De MarchiUse sorted configuration files in precedence order
2011-12-20 Jan Engelhardtbuild: use dist-xz
2011-12-20 Jan Engelhardtgitignore: only ignore build system files in the top...
2011-12-20 Jan Engelhardtlibkmod: use C99 __func__ over GNU-specific __FUNCTION__
2011-12-20 Lucas De Marchikmod_config: fix kcmd line parser with dots after =
2011-12-20 Luis Felipe... Removing warnings when compiling on i686 platform.
2011-12-20 Gustavo Sverzut... kmod_module_new_*: improve debugging.
2011-12-20 Lucas De Marchikmod_modprobe: Fix regression when inserting module
2011-12-20 Lucas De MarchiFix check for opened indexes
2011-12-20 Lucas De Marchielf: fix regression with empty strings
2011-12-20 Lucas De MarchiCache the offset of crc
2011-12-20 Lucas De MarchiMake section size constant since it's always the same
2011-12-20 Lucas De MarchiOptimize kmod_elf_get_strings() by reducing calls to...
2011-12-20 Lucas De MarchiRemove unneeded reference to last string
2011-12-20 Lucas De MarchiPut blank lines where it's due
2011-12-20 Lucas De MarchiTerminate strv with NULL
2011-12-20 Lucas De MarchiReduce ident by continuing early
2011-12-20 Lucas De Marchibuild-sys: remove unneeded _SOURCES vars
2011-12-19 Gustavo Sverzut... elf: skip leading symbol dot in modversion.
2011-12-19 Gustavo Sverzut... elf: fix typo that resulted in invalid uint reads for...
2011-12-19 Gustavo Sverzut... kmod-modinfo: -p (-F parm) shows also parmtype in Debia...
2011-12-19 Gustavo Sverzut... elf: do not output empty strings.
2011-12-19 Gustavo Sverzut... kmod-modinfo: fix typo and output format.
2011-12-19 Gustavo Sverzut... kmod-modinfo: add missing short options.
2011-12-19 Gustavo Sverzut... Introduce kmod-modinfo.
2011-12-19 Gustavo Sverzut... elf: fix minimum file size calculation.
2011-12-19 Gustavo Sverzut... kmod-modprobe: improve --help output.
2011-12-19 Gustavo Sverzut... kmod-modprobe: implement --dump-modversions
2011-12-19 Gustavo Sverzut... ELF: initial support for modinfo and strip of modversio...
2011-12-19 Lucas De MarchiFix debug message formatting
2011-12-19 Gustavo Sverzut... TODO: add idea about single file with all compressed...
2011-12-19 Lucas De Marchikmod_modprobe: properly handle install/remove commands
2011-12-19 Lucas De Marchikmod_modprobe: fix handling of remove commands
2011-12-18 Lucas De MarchiFix wrong name len when converting path to modname
2011-12-18 Lucas De MarchiFix leak of kmod_module
2011-12-17 Gustavo Sverzut... compatibility: match commands using fnmatch() instead...
2011-12-17 Gustavo Sverzut... kmod-modprobe: implement softdeps.
2011-12-17 Gustavo Sverzut... introduce kmod_list_foreach_reverse().
2011-12-17 Lucas De MarchiUse tab instead of spaces
2011-12-17 Gustavo Sverzut... introduce kmod_list_last()
2011-12-17 Gustavo Sverzut... fix kmod_list_prev().
2011-12-17 Gustavo Sverzut... implement softdeps.
2011-12-17 Gustavo Sverzut... fix error handling path.
2011-12-17 Gustavo Sverzut... implement zlib module loading.
2011-12-17 Lucas De MarchiLookup for commands in kmod_module_new_from_lookup()
2011-12-17 Lucas De Marchikmod_module: do not find more than the first command
2011-12-17 Cristian RodríguezOpen more file descriptors with O_CLOEXEC
2011-12-16 Cristian RodríguezLibrary must use O_CLOEXEC whenever it opens file descr...
2011-12-16 Lucas De MarchiAdd address of mailing list
2011-12-16 Lucas De Marchitools: fix kmod-modprobe -R trying to insert module
2011-12-16 Lucas De MarchiTODO: add new tasks and notes to future development
2011-12-15 Ulisses Furquimtrivial: fix typo causing an infinite loop
2011-12-15 Lucas De Marchikmod 1 v1
2011-12-15 Lucas De MarchiAdd libkmod files to EXTRA_DIST
2011-12-15 Lucas De MarchiRemove module from hash when it's gone
2011-12-15 Lucas De MarchiImprove test of double references
2011-12-15 Lucas De MarchiAdd safety NULL checks in exported functions
2011-12-15 Lucas De MarchiFix changing hash key after module is inserted in hash
2011-12-15 Lucas De MarchiFix docs with wrong function names
2011-12-15 Lucas De MarchiAdd comment in public header about flags not implemented
2011-12-15 Lucas De MarchiRename symbol group
2011-12-15 Lucas De MarchiRemove flags that likely will not be used
2011-12-15 Lucas De MarchiTODO: rephrase some tasks
2011-12-15 Lucas De MarchiAdd file with details regarding coding style
2011-12-14 Lucas De MarchiFix format of log message
2011-12-14 Lucas De Marchikmod_config: parse kernel command line for options...
2011-12-14 Luis Felipe... Do not depend on AM_SILENT_RULES if it is not available.
2011-12-14 Lucas De Marchikmod_module: use 'modname/aliasname' as key for hash
2011-12-14 Lucas De MarchiUse malloc + memset instead of calloc
2011-12-14 Lucas De MarchiTODO: update tasks
2011-12-14 Lucas De Marchikmod_module: move function to the right section
2011-12-14 Lucas De Marchikmod_module: fix log message upon module removal
2011-12-14 Lucas De Marchikmod_module: add missing documentation
2011-12-14 Lucas De MarchiSimplify kmod_load_resources()
2011-12-14 Lucas De MarchiLog and break early if index is already open
2011-12-14 Lucas De MarchiUpdate documentation
next