]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod
build-sys: move modprobe to sbindir
[thirdparty/kmod.git] / libkmod /
2012-01-17  Lucas De Marchilibkmod-list: allow to append an empty list
2012-01-17  Thierry VignaudWEXITSTATUS is defined in sys/wait.h
2012-01-17  Lucas De MarchiCheck if struct stat has mtim member
2012-01-17  Lucas De Marchimodprobe: flush stdout before dumping indexes
2012-01-16  Lucas De MarchiAdd doc to kmod_dump_index
2012-01-16  Lucas De Marchilibkmod: dump index files
2012-01-16  Lucas De Marchilibkmod-util: add helper function to write to fd
2012-01-16  Lucas De Marchilibkmod-util: adhere to coding style
2012-01-16  Lucas De Marchilibkmod: export enum kmod_index and rename members
2012-01-16  Lucas De Marchilibkmod: store prefix of each index
2012-01-14  Lucas De MarchiUpdate documentation with recent changes
2012-01-14  Lucas De Marchikmod_new(): deal with relative paths for dirname
2012-01-13  Lucas De Marchiconfig: let softdeps dump their data
2012-01-13  Lucas De Marchiconfig: add exported iterator functions
2012-01-13  Lucas De Marchilibkmod-private: allow to get aliases from config
2012-01-12  Lucas De Marchibuild-sys: fix clean rule removing tracked files
2012-01-11  Lucas De Marchiconfig: deprecate 'include' and 'config' commands
2012-01-11  Lucas De MarchiFix error code returned on module removal
2012-01-10  Lucas De Marchiconfig: be reliable againt syntax errors in configs
2012-01-09  Lucas De Marchidoc: fix out of tree build
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 MarchiReplace NAME_MAX with PATH_MAX for module aliases
2012-01-06  Lucas De Marchiconfig: check if opening /proc/cmdline succeeded
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  Dave Reisnerlibkmod: Fix casing in error output
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... utils/array: add array_remove_at()
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 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
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 MarchiMove util functions to libkmod-util.c
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 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 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  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 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... 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  Cristian RodríguezFix leak on error path
2011-12-22  Lucas De MarchiInitialize line number with 0
2011-12-21  Gustavo Sverzut... Fix unaligned memory access
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 Strano... Testing for return of alias_normalize.
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  Kay Sieversintroduce --with-rootprefix=DIR
2011-12-20  Lucas De MarchiUse sorted configuration files in precedence order
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 Strano... Removing warnings when compiling on i686 platform.
2011-12-20  Gustavo Sverzut... kmod_module_new_*: improve debugging.
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
next