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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-15
kmod 1
v1
Lucas De Marchi
2
-1
/
+24
2011-12-15
Add libkmod files to EXTRA_DIST
Lucas De Marchi
1
-0
/
+1
2011-12-15
Remove module from hash when it's gone
Lucas De Marchi
1
-0
/
+1
2011-12-15
Improve test of double references
Lucas De Marchi
1
-0
/
+22
2011-12-15
Add safety NULL checks in exported functions
Lucas De Marchi
1
-2
/
+15
2011-12-15
Fix changing hash key after module is inserted in hash
Lucas De Marchi
3
-26
/
+29
2011-12-15
Fix docs with wrong function names
Lucas De Marchi
1
-2
/
+2
2011-12-15
Add comment in public header about flags not implemented
Lucas De Marchi
1
-0
/
+2
2011-12-15
Rename symbol group
Lucas De Marchi
1
-1
/
+1
2011-12-15
Remove flags that likely will not be used
Lucas De Marchi
1
-2
/
+0
2011-12-15
TODO: rephrase some tasks
Lucas De Marchi
1
-1
/
+3
2011-12-15
Add file with details regarding coding style
Lucas De Marchi
2
-2
/
+57
2011-12-14
Fix format of log message
Lucas De Marchi
1
-1
/
+1
2011-12-14
kmod_config: parse kernel command line for options and blacklist
Lucas De Marchi
3
-2
/
+65
2011-12-14
Do not depend on AM_SILENT_RULES if it is not available.
Luis Felipe Strano Moraes
1
-0
/
+1
2011-12-14
kmod_module: use 'modname/aliasname' as key for hash
Lucas De Marchi
2
-24
/
+21
2011-12-14
Use malloc + memset instead of calloc
Lucas De Marchi
1
-2
/
+6
2011-12-14
TODO: update tasks
Lucas De Marchi
1
-15
/
+22
2011-12-14
kmod_module: move function to the right section
Lucas De Marchi
1
-57
/
+57
2011-12-14
kmod_module: fix log message upon module removal
Lucas De Marchi
1
-1
/
+1
2011-12-14
kmod_module: add missing documentation
Lucas De Marchi
1
-8
/
+301
2011-12-14
Simplify kmod_load_resources()
Lucas De Marchi
1
-17
/
+5
2011-12-14
Log and break early if index is already open
Lucas De Marchi
1
-15
/
+18
2011-12-14
Update documentation
Lucas De Marchi
1
-9
/
+38
2011-12-13
Remove function kmod_resolve_alias_options()
Lucas De Marchi
4
-101
/
+0
2011-12-13
kmod_module: make get_options() search for alias names too
Lucas De Marchi
1
-1
/
+4
2011-12-13
Create module by alias name where appropriate
Lucas De Marchi
1
-2
/
+3
2011-12-13
Add private function kmod_module_new_from_alias()
Lucas De Marchi
2
-1
/
+34
2011-12-13
kmod_module: use pointer instead of vector for its name
Lucas De Marchi
1
-1
/
+3
2011-12-13
Return early on lookup error
Lucas De Marchi
1
-22
/
+22
2011-12-13
Use alias_normalize() instead of modname_normalize()
Lucas De Marchi
2
-2
/
+5
2011-12-13
Add helper alias_normalize()
Lucas De Marchi
2
-0
/
+40
2011-12-13
Fix check for NULL variable
Lucas De Marchi
1
-1
/
+1
2011-12-12
Fix "Dereference of null pointer" as reported by llvm
Lucas De Marchi
1
-6
/
+6
2011-12-12
Fix "Dead assignments" as reported by llvm
Lucas De Marchi
2
-4
/
+2
2011-12-12
handle case where modname was not detected.
Gustavo Sverzut Barbieri
1
-1
/
+4
2011-12-12
Change licenses
Lucas De Marchi
16
-466
/
+819
2011-12-12
build-sys: enable debug by default in autogen.sh
Lucas De Marchi
1
-1
/
+2
2011-12-12
build-sys: Set CFLAGS to "-O2 -Werror" in autogen.sh
Lucas De Marchi
1
-1
/
+1
2011-12-12
Remove warnings: ‘err’ may be used uninitialized in this function
Lucas De Marchi
2
-2
/
+2
2011-12-12
build-sys: add version map file to build dependencies
Lucas De Marchi
1
-0
/
+1
2011-12-12
Rename project from libkmod to kmod
Lucas De Marchi
3
-57
/
+69
2011-12-12
Do not use config if it's not needed/wanted
Lucas De Marchi
6
-6
/
+12
2011-12-12
Use true/false for bool return
Lucas De Marchi
1
-5
/
+5
2011-12-12
Directories inside config directories are not supported
Lucas De Marchi
1
-3
/
+12
2011-12-12
Do not stat() dir twice
Lucas De Marchi
1
-20
/
+7
2011-12-12
Fix leak of DIR
Lucas De Marchi
1
-3
/
+0
2011-12-12
Remove leftover comment
Lucas De Marchi
1
-4
/
+0
2011-12-12
Remove libkmod-loaded.c and re-order functions in libkmod-module.c
Lucas De Marchi
3
-273
/
+241
2011-12-12
Rename kmod_loaded_get_list() to kmod_module_new_from_loaded()
Lucas De Marchi
6
-10
/
+12
[next]