summaryrefslogtreecommitdiff
path: root/libkmod
AgeCommit message (Expand)AuthorFilesLines
2014-05-18Fix use-after-free in hash implementation.Lukas Anzinger1-0/+1
2014-05-14Close /sys/module/$NAME directory if opening /proc/module fails.Leandro Pereira1-0/+1
2014-05-14Free abspath if kmod_module_new_from_path() fails.Leandro Pereira1-1/+3
2014-05-14Free realnames if kmod_lookup_alias_from_alias_bin() failsLeandro Pereira1-0/+1
2014-05-14Ensure read_long() reads the correct number of bytes from the indexLeandro Pereira1-1/+1
2014-05-14Bail out of index_mm_open() if fstat() failsLeandro Pereira1-1/+2
2014-04-07Make sure there's NUL byte at the end of strndupaLucas De Marchi1-4/+7
2014-04-07Add strndupa to missing.hLucas De Marchi1-0/+8
2014-04-01config: also parse softdeps from modulesTom Gundersen1-0/+2
2014-04-01libkmod: Ignore errors from softdepsMichal Marek3-4/+48
2014-03-26build-sys: add hooks to build python bindingsLucas De Marchi2-1/+2
2014-03-26python: Remove unused files from importLucas De Marchi10-964/+0
2014-03-25python: Issue #15: resovled by using setuptools_cythonGuy Rozendorn1-9/+7
2014-03-25python: Issue #15: Cython needs to be in setup_requiresGuy Rozendorn1-1/+1
2014-03-25python: Issue #15 Cython is now a dependencyGuy Rozendorn1-3/+9
2014-03-25python: update version to 0.9.1Andy Grover1-1/+1
2014-03-25python: Issue #13 skipping building extensions on non-Linux platformsGuy Rozendorn2-10/+16
2014-03-25python: Make kmod.modprobe() raise an error if no modules foundAndy Grover1-2/+12
2014-03-25python: Add self as maintainer to setup.pyAndy Grover1-0/+2
2014-03-25python: Correct building for python 2.6Andy Grover1-1/+1
2014-03-25python: add docstring to insert and remove methodsOz1-0/+14
2014-03-25python: add docstring to rmmodOz1-0/+4
2014-03-25python: update version to 0.9Andy Grover1-1/+1
2014-03-25python: Update READMEAndy Grover1-4/+4
2014-03-25python: MANIFEST.in: add AUTHORS to distibuted source files.W. Trevor King1-0/+1
2014-03-25python: Ran update-copyright.py.W. Trevor King14-93/+161
2014-03-25python: .update-copyright.conf: update to pipe separators.W. Trevor King1-2/+2
2014-03-25python: .update-copyright.conf: add MANIFEST.in to ignored files.W. Trevor King1-2/+5
2014-03-25python: .update-copyright.conf: add Red Hat alias for Andy Grover.W. Trevor King1-0/+3
2014-03-25python: .update-copyright.conf: add README.rst to ignored files.W. Trevor King1-1/+2
2014-03-25python: .mailmap: consolidate Andy Grover email addresses.W. Trevor King1-0/+1
2014-03-25python: .update-copyright.conf: add copyright configuration.W. Trevor King1-0/+18
2014-03-25python: module: fix versions -> info typo in Module._info_get() error message.W. Trevor King1-1/+1
2014-03-25python: Initialize Kmod.mod_dir to None in __cinit__().W. Trevor King1-0/+1
2014-03-25python: Use an OrderedDict for Module.info (preserving modinfo ordering).W. Trevor King1-1/+3
2014-03-25python: Add Module.info attribute.W. Trevor King2-0/+26
2014-03-25python: Use Cython's libc.errno for EEXIST.W. Trevor King2-5/+3
2014-03-25python: Add Module.versions attribute.W. Trevor King2-0/+29
2014-03-25python: README.rst: add .rst symlink for GitHub.W. Trevor King1-0/+1
2014-03-25python: README: mention Cython dependency.W. Trevor King1-1/+1
2014-03-25python: README: cleanup reStructuredText syntax.W. Trevor King1-20/+13
2014-03-25python: Add missing copyright blurbs.W. Trevor King11-0/+122
2014-03-25python: Add docstrings to kmod.kmod and kmod.kmod.Kmod.W. Trevor King1-0/+3
2014-03-25python: MANIFEST.in: add missing source to the sdist tarball.W. Trevor King2-0/+4
2014-03-25python: Add additional out Module attributes (path, refcnt, ...).W. Trevor King4-8/+52
2014-03-25python: Convert to Cython.W. Trevor King13-277/+356
2014-03-25python: update FSF address in COPYING and COPYING.LESSERAndy Grover2-2/+2
2014-03-25python: whitespaceAndy Grover1-31/+30
2014-03-25python: add proper error handling to loaded_modules()Andy Grover1-2/+19
2014-03-25python: Improve README's description of kmodAndy Grover1-3/+6