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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
libkmod: fix integration with gtk-doc
Lucas De Marchi
1
-1
/
+3
2016-06-27
libkmod-module: modinfo: print signature id
Lucas De Marchi
1
-1
/
+7
2016-06-27
libkmod-signature: handle PKCS#7
Lucas De Marchi
1
-0
/
+2
2016-06-27
libkmod-module: do not crash modinfo on 0 key id len
Lucas De Marchi
1
-15
/
+23
2016-06-21
libkmod: Handle long lines in /proc/modules
Michal Marek
1
-2
/
+10
2016-05-21
kmod_module_get_refcnt: fix documentation
Peter Wu
1
-1
/
+1
2015-09-30
libkmod: export new kmod_get_dirname() function
Lucas De Marchi
2
-1
/
+14
2015-09-30
modprobe: Update error message when path is missing
Laura Abbott
2
-2
/
+1
2015-06-13
libkmod-module: fix return code in error path
Lucas De Marchi
1
-1
/
+1
2015-02-28
Check return of fseek while reading index
Lucas De Marchi
1
-1
/
+2
2015-02-28
Avoid sign-extension error on multiplication
Lucas De Marchi
1
-1
/
+1
2015-02-28
Fix race while loading modules
Harish Jenny K N
3
-19
/
+57
2015-02-18
libkmod: better explain a signed module layout
Lucas De Marchi
1
-7
/
+11
2015-02-18
libkmod: consider empty signature key as invalid
Lucas De Marchi
1
-1
/
+2
2015-02-18
Fix out of bounds signature access with 32 bit off_t
Tobias Stoeckmann
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-25
Fix uninitialized warning
Lucas De Marchi
1
-1
/
+1
2015-01-02
Fix include in python bindings
Lucas De Marchi
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
10
-20
/
+10
2014-11-15
libkmod-index: move comment to include the includes
Lucas De Marchi
1
-5
/
+5
2014-11-15
libkmod-index: remove invalid comment
Lucas De Marchi
1
-1
/
+0
2014-10-29
libkmod-index: keep index and comments in .c
Lucas De Marchi
2
-104
/
+99
2014-10-11
shared: rename prefixes of strbuf functions
Lucas De Marchi
1
-60
/
+60
2014-10-11
Move strbuf implementation to shared/
Lucas De Marchi
1
-111
/
+1
2014-10-09
libkmod: remove unused inline functions
Lucas De Marchi
1
-16
/
+0
2014-10-09
Log error on failed underscores(), moving it to shared/
Lucas De Marchi
1
-56
/
+17
2014-10-09
Move remaining functions from libkmod-util to shared
Lucas De Marchi
4
-112
/
+0
2014-10-09
Move alias_normalize() to shared
Lucas De Marchi
2
-40
/
+0
2014-10-09
Do not export array of kmod extensions
Lucas De Marchi
2
-8
/
+6
2014-10-03
Rename getline_wrapped() to freadline_wrapped()
Lucas De Marchi
1
-1
/
+1
2014-10-03
Prefer inttypes.h over stdint.h
Lucas De Marchi
2
-2
/
+2
2014-10-03
Reorder and reorganize header files
Lucas De Marchi
8
-47
/
+45
2014-10-03
Move hash implementation to shared directory
Lucas De Marchi
5
-367
/
+1
2014-10-03
Move array implementation to shared directory
Lucas De Marchi
3
-136
/
+0
2014-10-03
Move generic util functions to shared directory
Lucas De Marchi
10
-366
/
+32
2014-10-03
Move missing.h to shared directory
Lucas De Marchi
3
-57
/
+3
2014-10-02
Move macro.h to shared directory
Lucas De Marchi
5
-75
/
+6
2014-09-29
Add back-up implementation of be32toh()
Randy MacLeod
2
-0
/
+11
2014-09-04
libkmod-index.c: Fix error message
Holger Obermaier
1
-1
/
+1
2014-06-19
Add missing O_CLOEXEC in kmod_module_get_size()
Cristian RodrÃguez
1
-1
/
+1
2014-05-18
Fix use-after-free in hash implementation.
Lukas Anzinger
1
-0
/
+1
2014-05-14
Close /sys/module/$NAME directory if opening /proc/module fails.
Leandro Pereira
1
-0
/
+1
2014-05-14
Free abspath if kmod_module_new_from_path() fails.
Leandro Pereira
1
-1
/
+3
2014-05-14
Free realnames if kmod_lookup_alias_from_alias_bin() fails
Leandro Pereira
1
-0
/
+1
2014-05-14
Ensure read_long() reads the correct number of bytes from the index
Leandro Pereira
1
-1
/
+1
2014-05-14
Bail out of index_mm_open() if fstat() fails
Leandro Pereira
1
-1
/
+2
2014-04-07
Make sure there's NUL byte at the end of strndupa
Lucas De Marchi
1
-4
/
+7
[prev]
[next]