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