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-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
2014-03-25
python: Add Module.info attribute.
W. Trevor King
2
-0
/
+26
2014-03-25
python: Use Cython's libc.errno for EEXIST.
W. Trevor King
2
-5
/
+3
2014-03-25
python: Add Module.versions attribute.
W. Trevor King
2
-0
/
+29
2014-03-25
python: README.rst: add .rst symlink for GitHub.
W. Trevor King
1
-0
/
+1
2014-03-25
python: README: mention Cython dependency.
W. Trevor King
1
-1
/
+1
2014-03-25
python: README: cleanup reStructuredText syntax.
W. Trevor King
1
-20
/
+13
2014-03-25
python: Add missing copyright blurbs.
W. Trevor King
11
-0
/
+122
2014-03-25
python: Add docstrings to kmod.kmod and kmod.kmod.Kmod.
W. Trevor King
1
-0
/
+3
2014-03-25
python: MANIFEST.in: add missing source to the sdist tarball.
W. Trevor King
2
-0
/
+4
2014-03-25
python: Add additional out Module attributes (path, refcnt, ...).
W. Trevor King
4
-8
/
+52
2014-03-25
python: Convert to Cython.
W. Trevor King
13
-277
/
+356
2014-03-25
python: update FSF address in COPYING and COPYING.LESSER
Andy Grover
2
-2
/
+2
2014-03-25
python: whitespace
Andy Grover
1
-31
/
+30
2014-03-25
python: add proper error handling to loaded_modules()
Andy Grover
1
-2
/
+19
2014-03-25
python: Improve README's description of kmod
Andy Grover
1
-3
/
+6
[next]