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-index.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
libkmod: fix return error when opening index
Lucas De Marchi
1
-12
/
+19
2015-02-28
Check return of fseek while reading index
Lucas De Marchi
1
-1
/
+2
2014-12-25
Remove FSF mailing address
Lucas De Marchi
1
-2
/
+1
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
1
-25
/
+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-03
Reorder and reorganize header files
Lucas De Marchi
1
-5
/
+5
2014-10-03
Move generic util functions to shared directory
Lucas De Marchi
1
-0
/
+1
2014-10-02
Move macro.h to shared directory
Lucas De Marchi
1
-1
/
+2
2014-09-04
libkmod-index.c: Fix error message
Holger Obermaier
1
-1
/
+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
2013-07-04
Use "-internal" suffix instead of "-private"
Lucas De Marchi
1
-1
/
+1
2013-04-23
libkmod-index: Return early if readroot failed
Lucas De Marchi
1
-2
/
+8
2013-02-19
libkmod: fix address argument to mmap calls
Kees Cook
1
-2
/
+2
2013-01-16
Update copyright notices
Lucas De Marchi
1
-1
/
+1
2012-06-06
libkmod-index: protect ourselves from corrupted indexes
Lucas De Marchi
1
-3
/
+5
2012-05-23
libkmod-index: use generic function for unaligned access
Lucas De Marchi
1
-1
/
+1
2012-03-02
Fix wrong printf format string
Lucas De Marchi
1
-1
/
+2
2012-03-02
libkmod-index: do not pre-populate mmap
Lucas De Marchi
1
-8
/
+4
2012-02-27
libkmod-index: free node when we have only partial match
Lucas De Marchi
1
-14
/
+12
2012-02-27
libkmod-module: fill builtin's name
Lucas De Marchi
1
-0
/
+2
2012-02-13
libkmod-index: don't print an error if index doesn't exist
Lucas De Marchi
1
-1
/
+1
2012-01-31
improve logging to mention context.
Gustavo Sverzut Barbieri
1
-3
/
+4
2012-01-17
Check if struct stat has mtim member
Lucas De Marchi
1
-1
/
+1
2012-01-16
libkmod: dump index files
Lucas De Marchi
1
-0
/
+99
2012-01-09
Update copyright
Lucas De Marchi
1
-1
/
+1
2012-01-01
index: save timestamp of each loaded index
Lucas De Marchi
1
-1
/
+3
2011-12-26
index_file_open: fix another fd leak on error path.
Cristian Rodríguez
1
-1
/
+3
2011-12-23
Fix leak on error path
Cristian Rodríguez
1
-1
/
+3
2011-12-21
Fix unaligned memory access
Gustavo Sverzut Barbieri
1
-1
/
+1
2011-12-17
fix error handling path.
Gustavo Sverzut Barbieri
1
-2
/
+2
2011-12-16
Library must use O_CLOEXEC whenever it opens file descriptors
Cristian Rodríguez
1
-2
/
+2
2011-12-12
Fix "Dereference of null pointer" as reported by llvm
Lucas De Marchi
1
-6
/
+6
2011-12-12
Change licenses
Lucas De Marchi
1
-2
/
+2
2011-12-10
index: fix memleak for non-matchin aliases.
Gustavo Sverzut Barbieri
1
-0
/
+4
2011-12-10
index-mm: allocate values inline into node, strings points to mmap.
Gustavo Sverzut Barbieri
1
-36
/
+58
2011-12-10
index: cleanup header, move as much as possible to libkmod-index.c
Gustavo Sverzut Barbieri
1
-0
/
+39
2011-12-10
index-mm: no need to allocate prefix.
Gustavo Sverzut Barbieri
1
-15
/
+9
2011-12-10
index-mm: fix memory access.
Gustavo Sverzut Barbieri
1
-15
/
+17
2011-12-08
index: mm: Add flag to open call to populate buffer
Lucas De Marchi
1
-4
/
+9
2011-12-08
remove useless look checking for duplicates
Gustavo Sverzut Barbieri
1
-8
/
+1
2011-12-08
index: avoid strlen() whenever possible.
Gustavo Sverzut Barbieri
1
-13
/
+16
2011-12-08
reduce calls to realloc() if size did not change.
Gustavo Sverzut Barbieri
1
-0
/
+3
2011-12-08
index: improve buffer management and reduce mallocs.
Gustavo Sverzut Barbieri
1
-35
/
+56
2011-12-03
index: change license to LGPL
Lucas De Marchi
1
-17
/
+21
2011-12-03
index: update copyrignt
Lucas De Marchi
1
-0
/
+1
2011-12-03
index: mmap: add support for seaching with wildcards
Lucas De Marchi
1
-0
/
+131
[next]