depmod: add missing "else" clause
[platform/upstream/kmod.git] / libkmod /
2013-08-09 Jan Engelhardtdepmod: add missing "else" clause
2013-07-17 Lucas De MarchiREADME: Move items from TODO
2013-07-15 Lucas De Marchiutil: Add mkdir_parents()
2013-07-15 Lucas De Marchiutil: Add len arg to mkdir_p()
2013-07-15 Lucas De Marchiutil: Add mkdir_p implementation from testsuite
2013-07-04 Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-05-11 Jan Luebbelibkmod: Avoid calling syscall() with -1
2013-05-11 Lucas De MarchiRevert "missing: Don't call syscall() with syscallno...
2013-05-04 Chengwei YangAdd document for exported enums
2013-05-04 Chengwei YangSeveral minor fixes for documentation
2013-05-02 Lucas De Marchimissing: Don't call syscall() with syscallno == -1
2013-04-30 Lucas De MarchiFix coding style
2013-04-24 Lucas De Marchilibkmod-index: Return early if readroot failed
2013-04-24 Lucas De Marchilibkmod-module: Don't pass NULL ctx to kmod_log
2013-04-24 Lucas De Marchilibkmod-module: Don't pass NULL pointer to memcpy
2013-04-21 Lucas De MarchiAdd format attribute and fix issues
2013-04-15 Lucas De MarchiUse static assertions for sizeof checks
2013-04-15 Lucas De MarchiUse _Static_assert
2013-04-09 Lucas De Marchilibkmod: Move finit_module() definition to missing.h
2013-04-09 Lucas De Marchilibkmod: Add missing definitions
2013-04-04 Cristian Rodríguezlibkmod: Use secure_getenv if available
2013-03-19 Lucas De Marchilibkmod-util: Add missing include file
2013-02-19 Kees Cooklibkmod: fix address argument to mmap calls
2013-02-19 Kees Cooklibkmod: add finit_module logic
2013-01-18 Michal Mareklibkmod: Return module signature information in kmod_mo...
2013-01-18 Michal Mareklibkmod-module: Do not free the list in kmod_module_inf...
2013-01-16 Lucas De MarchiUpdate copyright notices
2013-01-16 Michal Mareklibkmod-module: Add helper for building the module...
2012-11-28 Lucas De MarchiUse bool instead of int
2012-11-28 Aleksey Makarovfix is_module_filename()
2012-11-21 Lucas De Marchilibkmod-module: mangle the section header, not the...
2012-11-21 Lucas De Marchilibkmod-module: Remove key+value vermagic from .modinfo...
2012-10-18 Lucas De Marchilibkmod: cache open file for later access
2012-10-12 Leandro Pereiralibkmod-hash: Plug possible memory leak when free_value...
2012-10-09 Lucas De Marchilibkmod: Add support for '.' in module parameter on...
2012-10-02 Dave Reisnerbuild-sys: Remove --with-rootprefix option
2012-08-17 Lucas De Marchilibkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ON...
2012-07-18 Lucas De MarchiUse #pragma once instead of #ifndef
2012-06-29 Dave Reisnermodule: support reading coresize from /sys if supported
2012-06-12 Lucas De Marchilibkmod-config: refactor functions to get config
2012-06-06 Lucas De Marchilibkmod-index: protect ourselves from corrupted indexes
2012-06-06 Lucas De Marchilibkmod-util: split function for usec conversion
2012-06-05 Lucas De Marchilibkmod-util: add missing stdbool.h include
2012-05-23 Lucas De MarchiSilence clang warnings with __unused__ attribute
2012-05-23 Lucas De MarchiDon't use __ for attribute defines
2012-05-23 Lucas De Marchilibkmod-index: use generic function for unaligned access
2012-05-21 Lucas De Marchilibkmod-hash: use generic function for unaligned access
2012-05-21 Lucas De Marchilibkmod-util: copy macros for unaligned access from...
2012-05-15 Mike Frysingerlibkmod: move function to the only file using it
2012-05-11 Lucas De Marchibuild: remove private symbol from linker script
2012-05-10 Lucas De MarchiRevert "libkmod: make sure to export kmod_log"
2012-05-08 Dave Reisnerlibkmod-file: gracefully handle errors from zlib
2012-04-26 Lucas De MarchiRemove dead increment
2012-04-23 Mike Frysingerlibkmod: make sure to export kmod_log
2012-04-19 Lucas De Marchidoc: remove links to NULL going nowhere
2012-04-15 Kay Sieversdoc: silent man page generation and fix gtk-doc warnings
2012-03-15 Lucas De Marchiconfig: use order /etc, /run, /lib
2012-03-03 Lucas De MarchiUse upper case after Deprecated in doc
2012-03-03 Lucas De MarchiAdd kmod_module_apply_filter() to doc-sections file
2012-03-03 Lucas De MarchiFix wrong printf format string
2012-03-02 Lucas De Marchilibkmod-index: do not pre-populate mmap
2012-03-01 Lucas De MarchiDowngrade log message: refcnt file may not exist
2012-02-27 Lucas De Marchilibkmod-index: free node when we have only partial...
2012-02-27 Lucas De Marchilibkmod-module: fill builtin's name
2012-02-25 Dave Reisnerfind builtins by property, not initstate
2012-02-24 Dave Reisnerlibkmod/module: add kmod_module_apply_filter method
2012-02-23 Lucas De Marchilibkmod-module: don't treat "coming" as in-kernel
2012-02-22 Lucas De Marchilibkmod-module: probe: check if module exists for insta...
2012-02-18 Lucas De MarchiAdd missing newlines
2012-02-17 Lucas De MarchiDowngrade log level when modules.dep{,.bin} don't exist
2012-02-16 Lucas De Marchikmod-module: lookup: search modules.builtin file too
2012-02-13 Lucas De Marchilibkmod-index: don't print an error if index doesn...
2012-02-11 Lucas De Marchilibkmod-module: probe: fix infinite loop with softdeps
2012-02-07 Lucas De Marchilibkmod-module: probe: Fix ignore-loaded flag not being...
2012-02-06 Lucas De Marchilibkmod-module: probe: return -EEXIST if told to do so
2012-02-06 Lucas De Marchilibkmod-module: probe: rename flag to be more meaningful
2012-02-05 Dan McGeeFix simple grammar issue
2012-02-03 Ambroz BizjakFix unaligned memory access in hash function
2012-02-03 Dave Reisnerlib/module: check initstate before inserting module
2012-02-02 Dave Reisnerwhitespace fix -- no logical code changes
2012-02-01 Gustavo Sverzut... improve logging to mention context.
2012-02-01 Gustavo Sverzut... improve log when debugging.
2012-01-31 Lucas De Marchilibkmod: organize public header
2012-01-31 Lucas De MarchiPrepare for API bump
2012-01-31 Lucas De Marchilibkmod-module: probe: remove useless KMOD_PROBE_STOP_O...
2012-01-31 Lucas De Marchilibkmod-module: probe: return -EEXIST if told to stop...
2012-01-31 Lucas De Marchilibkmod-module: probe: add flag to dry-run
2012-01-31 Lucas De Marchilibkmod-module: probe: add flag to ignore loaded modules
2012-01-31 Lucas De Marchilibkmod-module: probe: add print_action callback
2012-01-30 Lucas De Marchilibkmod-module: probe: add room in flags for future...
2012-01-30 Lucas De Marchilibkmod-module: probe: ignore-command flag can't be...
2012-01-30 Lucas De Marchilibkmod-module: probe: remove useless flag to stop...
2012-01-30 Lucas De Marchilibkmod-module: probe: add flag to stop loading on...
2012-01-30 Lucas De Marchilibkmod-module: split creation of new modules to share...
2012-01-30 Lucas De MarchiPartially fix parsing of alias with dots
2012-01-30 Lucas De Marchilibkmod-module: probe: add flag to ignore commands
2012-01-30 Lucas De Marchilibkmod-module: probe: change insertion to cover more...
2012-01-30 Lucas De Marchilibkmod-module: add visited field
2012-01-28 Pedro Pedruzzilibkmod: Fix handling of square brackets expressions...
2012-01-26 Lucas De Marchielf: privately export kmod_elf_get_section()
next