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
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
2014-04-07
Add strndupa to missing.h
Lucas De Marchi
1
-0
/
+8
2014-04-01
config: also parse softdeps from modules
Tom Gundersen
1
-0
/
+2
2014-04-01
libkmod: Ignore errors from softdeps
Michal Marek
3
-4
/
+48
2014-03-26
build-sys: add hooks to build python bindings
Lucas De Marchi
2
-1
/
+2
2014-03-26
python: Remove unused files from import
Lucas De Marchi
10
-964
/
+0
2014-03-25
python: Issue #15: resovled by using setuptools_cython
Guy Rozendorn
1
-9
/
+7
2014-03-25
python: Issue #15: Cython needs to be in setup_requires
Guy Rozendorn
1
-1
/
+1
2014-03-25
python: Issue #15 Cython is now a dependency
Guy Rozendorn
1
-3
/
+9
2014-03-25
python: update version to 0.9.1
Andy Grover
1
-1
/
+1
2014-03-25
python: Issue #13 skipping building extensions on non-Linux platforms
Guy Rozendorn
2
-10
/
+16
2014-03-25
python: Make kmod.modprobe() raise an error if no modules found
Andy Grover
1
-2
/
+12
2014-03-25
python: Add self as maintainer to setup.py
Andy Grover
1
-0
/
+2
2014-03-25
python: Correct building for python 2.6
Andy Grover
1
-1
/
+1
2014-03-25
python: add docstring to insert and remove methods
Oz
1
-0
/
+14
2014-03-25
python: add docstring to rmmod
Oz
1
-0
/
+4
2014-03-25
python: update version to 0.9
Andy Grover
1
-1
/
+1
2014-03-25
python: Update README
Andy Grover
1
-4
/
+4
2014-03-25
python: MANIFEST.in: add AUTHORS to distibuted source files.
W. Trevor King
1
-0
/
+1
2014-03-25
python: Ran update-copyright.py.
W. Trevor King
14
-93
/
+161
2014-03-25
python: .update-copyright.conf: update to pipe separators.
W. Trevor King
1
-2
/
+2
2014-03-25
python: .update-copyright.conf: add MANIFEST.in to ignored files.
W. Trevor King
1
-2
/
+5
2014-03-25
python: .update-copyright.conf: add Red Hat alias for Andy Grover.
W. Trevor King
1
-0
/
+3
2014-03-25
python: .update-copyright.conf: add README.rst to ignored files.
W. Trevor King
1
-1
/
+2
2014-03-25
python: .mailmap: consolidate Andy Grover email addresses.
W. Trevor King
1
-0
/
+1
2014-03-25
python: .update-copyright.conf: add copyright configuration.
W. Trevor King
1
-0
/
+18
2014-03-25
python: module: fix versions -> info typo in Module._info_get() error message.
W. Trevor King
1
-1
/
+1
2014-03-25
python: Initialize Kmod.mod_dir to None in __cinit__().
W. Trevor King
1
-0
/
+1
2014-03-25
python: Use an OrderedDict for Module.info (preserving modinfo ordering).
W. Trevor King
1
-1
/
+3
[prev]
[next]