]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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
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.
next