summaryrefslogtreecommitdiff
path: root/libkmod
AgeCommit message (Expand)AuthorFilesLines
2014-10-09Log error on failed underscores(), moving it to shared/Lucas De Marchi1-56/+17
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi4-112/+0
2014-10-09Move alias_normalize() to sharedLucas De Marchi2-40/+0
2014-10-09Do not export array of kmod extensionsLucas De Marchi2-8/+6
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi1-1/+1
2014-10-03Prefer inttypes.h over stdint.hLucas De Marchi2-2/+2
2014-10-03Reorder and reorganize header filesLucas De Marchi8-47/+45
2014-10-03Move hash implementation to shared directoryLucas De Marchi5-367/+1
2014-10-03Move array implementation to shared directoryLucas De Marchi3-136/+0
2014-10-03Move generic util functions to shared directoryLucas De Marchi10-366/+32
2014-10-03Move missing.h to shared directoryLucas De Marchi3-57/+3
2014-10-02Move macro.h to shared directoryLucas De Marchi5-75/+6
2014-09-29Add back-up implementation of be32toh()Randy MacLeod2-0/+11
2014-09-04libkmod-index.c: Fix error messageHolger Obermaier1-1/+1
2014-06-19Add missing O_CLOEXEC in kmod_module_get_size()Cristian Rodríguez1-1/+1
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