summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kmod 18v18Lucas De Marchi2014-06-143-2/+23
* testsuite: Fix macro missing format stringLucas De Marchi2014-06-141-1/+1
* testsuite: Add basic tests for hash implementationLucas De Marchi2014-06-063-1/+242
* testsuite: Add assert_returnLucas De Marchi2014-06-061-0/+10
* testsuite: separate testcases on logLucas De Marchi2014-06-051-2/+6
* testsuite: check for correct error message in detect-loopLucas De Marchi2014-05-302-2/+6
* testsuite: Fix expected_fail parsingLucas De Marchi2014-05-301-6/+15
* testsuite: Add bracesLucas De Marchi2014-05-301-1/+2
* depmod: Add better error messages when facing loopsLucas De Marchi2014-05-301-9/+93
* testsuite: add test to fail depmod on module loopsLucas De Marchi2014-05-307-0/+28
* depmod: Rename variable to clarify its meaningLucas De Marchi2014-05-301-8/+12
* 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
* depmod: Make dependency loops be fatalLucas De Marchi2014-05-141-46/+9
* man: fixup spacing/parens in modprobe.d(5)Joe Lawrence2014-05-131-2/+2
* Add gitignore to module playgroundLucas De Marchi2014-05-091-0/+6
* Remove references to systemd from the bash completion fileMarco d'Itri2014-05-051-4/+4
* testsuite: Add module playground dirLucas De Marchi2014-05-025-0/+101
* 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-072-0/+11
* Update .travis.ymlLucas De Marchi2014-04-071-1/+2
* kmod 17v17Lucas De Marchi2014-04-063-2/+32
* testsuite: Remove duplicate testLucas De Marchi2014-04-065-30/+0
* build-sys: enable python in bootstrap-configureLucas De Marchi2014-04-061-1/+1
* testsuite: Warn if sysconfdir is not /etcMichal Marek2014-04-041-1/+8
* testsuite: Do not run tests with *.ko.gz if zlib is not enabledMichal Marek2014-04-041-0/+2
* testsuite: Uncompress most modulesMichal Marek2014-04-0422-6/+5
* config: also parse softdeps from modulesTom Gundersen2014-04-012-2/+2
* libkmod: Ignore errors from softdepsMichal Marek2014-04-013-4/+48
* build-sys: add hooks to build python bindingsLucas De Marchi2014-03-264-3/+89
* python: Remove unused files from importLucas De Marchi2014-03-2610-964/+0
* Merge branch 'master' of python-kmodLucas De Marchi2014-03-2622-0/+1611
|\
| * 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