index
:
platform/upstream/kmod
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
old/tizen-20170403
old/tizen-20180130
old/tizen-20190318
old/tizen-20200224
old/tizen-20210217
old/tizen_base-20231107
pristine-tar
sandbox/wangbiao/zstd_support
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
upstream
upstream-pristine-tar
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libkmod
/
libkmod-elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-04
libkmod-elf: resolve CRC if module is built with MODULE_REL_CRCS
Yauheni Kaliuta
1
-1
/
+29
2015-02-28
Avoid sign-extension error on multiplication
Lucas De Marchi
1
-1
/
+1
2015-02-17
libkmod: properly validate file size
Tobias Stoeckmann
1
-5
/
+5
2015-02-10
libkmod: use helper function to check for overflow
Lucas De Marchi
1
-2
/
+2
2015-02-10
Prevent offset + size overflow.
Tobias Stoeckmann
1
-1
/
+1
2015-01-02
libkmod-elf: Remove unused variables
Lucas De Marchi
1
-6
/
+0
2014-12-25
Remove FSF mailing address
Lucas De Marchi
1
-2
/
+1
2014-10-03
Reorder and reorganize header files
Lucas De Marchi
1
-2
/
+2
2014-10-03
Move generic util functions to shared directory
Lucas De Marchi
1
-0
/
+2
2014-03-07
libkmod-elf: Fix check by class in get_modversions()
Lucas De Marchi
1
-1
/
+1
2013-07-04
Use "-internal" suffix instead of "-private"
Lucas De Marchi
1
-1
/
+1
2013-04-15
Use static assertions for sizeof checks
Lucas De Marchi
1
-5
/
+5
2013-01-16
Update copyright notices
Lucas De Marchi
1
-1
/
+1
2012-11-21
libkmod-module: mangle the section header, not the section
Lucas De Marchi
1
-13
/
+41
2012-11-21
libkmod-module: Remove key+value vermagic from .modinfo section
Lucas De Marchi
1
-1
/
+0
2012-05-23
Silence clang warnings with __unused__ attribute
Lucas De Marchi
1
-6
/
+6
2012-04-26
Remove dead increment
Lucas De Marchi
1
-1
/
+0
2012-01-26
elf: privately export kmod_elf_get_section()
Lucas De Marchi
1
-1
/
+1
2012-01-09
Update copyright
Lucas De Marchi
1
-1
/
+1
2012-01-03
elf: zero *array when count is zero.
Gustavo Sverzut Barbieri
1
-0
/
+1
2011-12-24
elf: implement kmod_module_get_dependency_symbols()
Gustavo Sverzut Barbieri
1
-18
/
+335
2011-12-24
elf: add bind type to kmod_modversion.
Gustavo Sverzut Barbieri
1
-0
/
+26
2011-12-24
elf: add get_symbols()
Gustavo Sverzut Barbieri
1
-0
/
+192
2011-12-24
elf: minimum size is enough.
Gustavo Sverzut Barbieri
1
-1
/
+1
2011-12-20
libkmod: use C99 __func__ over GNU-specific __FUNCTION__
Jan Engelhardt
1
-1
/
+1
2011-12-20
Removing warnings when compiling on i686 platform.
Luis Felipe Strano Moraes
1
-3
/
+5
2011-12-20
elf: fix regression with empty strings
Lucas De Marchi
1
-5
/
+15
2011-12-20
Cache the offset of crc
Lucas De Marchi
1
-20
/
+14
2011-12-20
Make section size constant since it's always the same
Lucas De Marchi
1
-10
/
+11
2011-12-20
Optimize kmod_elf_get_strings() by reducing calls to memcpy
Lucas De Marchi
1
-27
/
+14
2011-12-20
Remove unneeded reference to last string
Lucas De Marchi
1
-7
/
+0
2011-12-20
Put blank lines where it's due
Lucas De Marchi
1
-0
/
+6
2011-12-20
Terminate strv with NULL
Lucas De Marchi
1
-1
/
+2
2011-12-20
Reduce ident by continuing early
Lucas De Marchi
1
-6
/
+7
2011-12-19
elf: skip leading symbol dot in modversion.
Gustavo Sverzut Barbieri
1
-0
/
+4
2011-12-19
elf: fix typo that resulted in invalid uint reads for big-endian platforms.
Gustavo Sverzut Barbieri
1
-1
/
+1
2011-12-19
elf: do not output empty strings.
Gustavo Sverzut Barbieri
1
-1
/
+12
2011-12-19
elf: fix minimum file size calculation.
Gustavo Sverzut Barbieri
1
-1
/
+1
2011-12-19
ELF: initial support for modinfo and strip of modversions and vermagic.
Gustavo Sverzut Barbieri
1
-0
/
+619