gitignore: ignore release files
[platform/upstream/kmod.git] / libkmod / libkmod-elf.c
2017-08-04 Yauheni Kaliutalibkmod-elf: resolve CRC if module is built with MODULE...
2015-02-28 Lucas De MarchiAvoid sign-extension error on multiplication
2015-02-17 Tobias Stoeckmannlibkmod: properly validate file size
2015-02-10 Lucas De Marchilibkmod: use helper function to check for overflow
2015-02-10 Tobias StoeckmannPrevent offset + size overflow.
2015-01-02 Lucas De Marchilibkmod-elf: Remove unused variables
2014-12-26 Lucas De MarchiRemove FSF mailing address
2014-10-03 Lucas De MarchiReorder and reorganize header files
2014-10-03 Lucas De MarchiMove generic util functions to shared directory
2014-03-07 Lucas De Marchilibkmod-elf: Fix check by class in get_modversions()
2013-07-04 Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-04-15 Lucas De MarchiUse static assertions for sizeof checks
2013-01-16 Lucas De MarchiUpdate copyright notices
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-05-23 Lucas De MarchiSilence clang warnings with __unused__ attribute
2012-04-26 Lucas De MarchiRemove dead increment
2012-01-26 Lucas De Marchielf: privately export kmod_elf_get_section()
2012-01-09 Lucas De MarchiUpdate copyright
2012-01-03 Gustavo Sverzut... elf: zero *array when count is zero.
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 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-20 Jan Engelhardtlibkmod: use C99 __func__ over GNU-specific __FUNCTION__
2011-12-20 Luis Felipe Strano... Removing warnings when compiling on i686 platform.
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-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... elf: do not output empty strings.
2011-12-19 Gustavo Sverzut... elf: fix minimum file size calculation.
2011-12-19 Gustavo Sverzut... ELF: initial support for modinfo and strip of modversio...