]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod
depmod: point to documentation in libkmod
[thirdparty/kmod.git] / libkmod /
2014-10-29  Lucas De Marchilibkmod-index: keep index and comments in .c
2014-10-11  Lucas De Marchishared: rename prefixes of strbuf functions
2014-10-11  Lucas De MarchiMove strbuf implementation to shared/
2014-10-09  Lucas De Marchilibkmod: remove unused inline functions
2014-10-09  Lucas De MarchiLog error on failed underscores(), moving it to shared/
2014-10-09  Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-09  Lucas De MarchiMove alias_normalize() to shared
2014-10-09  Lucas De MarchiDo not export array of kmod extensions
2014-10-03  Lucas De MarchiRename getline_wrapped() to freadline_wrapped()
2014-10-03  Lucas De MarchiPrefer inttypes.h over stdint.h
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove hash implementation to shared directory
2014-10-03  Lucas De MarchiMove array implementation to shared directory
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2014-10-03  Lucas De MarchiMove missing.h to shared directory
2014-10-03  Lucas De MarchiMove macro.h to shared directory
2014-09-29  Randy MacLeodAdd back-up implementation of be32toh()
2014-09-04  Holger Obermaierlibkmod-index.c: Fix error message
2014-06-19  Cristian RodríguezAdd missing O_CLOEXEC in kmod_module_get_size()
2014-05-18  Lukas AnzingerFix use-after-free in hash implementation.
2014-05-14  Leandro PereiraClose /sys/module/$NAME directory if opening /proc...
2014-05-14  Leandro PereiraFree abspath if kmod_module_new_from_path() fails.
2014-05-14  Leandro PereiraFree realnames if kmod_lookup_alias_from_alias_bin...
2014-05-14  Leandro PereiraEnsure read_long() reads the correct number of bytes...
2014-05-14  Leandro PereiraBail out of index_mm_open() if fstat() fails
2014-04-07  Lucas De MarchiMake sure there's NUL byte at the end of strndupa
2014-04-07  Lucas De MarchiAdd strndupa to missing.h
2014-04-01  Tom Gundersenconfig: also parse softdeps from modules
2014-04-01  Michal Mareklibkmod: Ignore errors from softdeps
2014-03-27  Lucas De Marchibuild-sys: add hooks to build python bindings
2014-03-27  Lucas De Marchipython: Remove unused files from import
2014-03-27  Lucas De MarchiMerge branch 'master' of python-kmod
2014-03-25  Guy Rozendornpython: Issue #15: resovled by using setuptools_cython
2014-03-25  Guy Rozendornpython: Issue #15: Cython needs to be in setup_requires
2014-03-25  Guy Rozendornpython: Issue #15 Cython is now a dependency
2014-03-25  Andy Groverpython: update version to 0.9.1
2014-03-25  Guy Rozendornpython: Issue #13 skipping building extensions on non...
2014-03-25  Andy Groverpython: Make kmod.modprobe() raise an error if no modul...
2014-03-25  Andy Groverpython: Add self as maintainer to setup.py
2014-03-25  Andy Groverpython: Correct building for python 2.6
2014-03-25  Ozpython: add docstring to insert and remove methods
2014-03-25  Ozpython: add docstring to rmmod
2014-03-25  Andy Groverpython: update version to 0.9
2014-03-25  Andy Groverpython: Update README
2014-03-25  W. Trevor Kingpython: MANIFEST.in: add AUTHORS to distibuted source...
2014-03-25  W. Trevor Kingpython: Ran update-copyright.py.
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: update to pipe separators.
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add MANIFEST.in to...
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add Red Hat alias for...
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add README.rst to ignor...
2014-03-25  W. Trevor Kingpython: .mailmap: consolidate Andy Grover email addresses.
2014-03-25  W. Trevor Kingpython: .update-copyright.conf: add copyright configura...
2014-03-25  W. Trevor Kingpython: module: fix versions -> info typo in Module...
2014-03-25  W. Trevor Kingpython: Initialize Kmod.mod_dir to None in __cinit__().
2014-03-25  W. Trevor Kingpython: Use an OrderedDict for Module.info (preserving...
2014-03-25  W. Trevor Kingpython: Add Module.info attribute.
2014-03-25  W. Trevor Kingpython: Use Cython's libc.errno for EEXIST.
2014-03-25  W. Trevor Kingpython: Add Module.versions attribute.
2014-03-25  W. Trevor Kingpython: README.rst: add .rst symlink for GitHub.
2014-03-25  W. Trevor Kingpython: README: mention Cython dependency.
2014-03-25  W. Trevor Kingpython: README: cleanup reStructuredText syntax.
2014-03-25  W. Trevor Kingpython: Add missing copyright blurbs.
2014-03-25  W. Trevor Kingpython: Add docstrings to kmod.kmod and kmod.kmod.Kmod.
2014-03-25  W. Trevor Kingpython: MANIFEST.in: add missing source to the sdist...
2014-03-25  W. Trevor Kingpython: Add additional out Module attributes (path...
2014-03-25  W. Trevor Kingpython: Convert to Cython.
2014-03-25  Andy Groverpython: update FSF address in COPYING and COPYING.LESSER
2014-03-25  Andy Groverpython: whitespace
2014-03-25  Andy Groverpython: add proper error handling to loaded_modules()
2014-03-25  Andy Groverpython: Improve README's description of kmod
2014-03-25  Andy Groverpython: Make setup.py version match version in .c
2014-03-25  Andy Groverpython: Add README
2014-03-25  Andy Groverpython: More cleanup and renaming of stuff. Add docstrings.
2014-03-25  Andy Groverpython: Add support for listing loaded modules, modprob...
2014-03-25  Andy Groverpython: use c99 init for struct init
2014-03-25  Andy Groverpython: a skeleton that compiles
2014-03-25  Andy Groverpython: initial checkin
2014-03-25  Lucas De Marchilibkmod: Fix unaligned access
2014-03-07  Lucas De Marchilibkmod-elf: Fix check by class in get_modversions()
2014-03-06  Lucas De Marchibuild-sys: add small redirecting Makefiles
2014-03-05  Michal Mareklibkmod-config: Only match dot before '=' in /proc...
2014-03-05  Michal Mareklibkmod-config,depmod: Accept special files as configur...
2014-03-05  Michal Mareklibkmod-module: Simplify kmod_module_insert_module()
2014-01-21  Lucas De MarchiRemove duplicate includes
2013-12-17  Lucas De MarchiUse C11's noreturn
2013-11-18  Lucas De Marchimodule: use _cleanup_free and remove useless call to...
2013-11-18  Lucas De Marchifile: use _cleanup_free_
2013-11-18  Lucas De Marchiarray: avoid duplicate code to reallocate
2013-11-18  Lucas De Marchiutil: Be OOM-safe and use _cleanup_free_
2013-11-18  Lucas De Marchiutil: use _cleanup_free_ on path_make_absolute_cwd()
2013-11-18  Lucas De Marchiconfig: Use _cleanup_free_
2013-11-18  Lucas De Marchiutil: Add cleanup attribute
2013-09-20  Lucas De Marchilibkmod: always pass O_NONBLOCK to kernel
2013-09-20  Lucas De Marchilibkmod-hash: always align n_buckets to power of 2
2013-09-20  Lucas De Marchiutil: Add ALIGN_POWER2
2013-09-06  Lucas De Marchibuild: remove check for typeof
2013-09-06  Thomas PetazzoniAdd configure check for _Static_assert()
2013-08-29  Lucas De MarchiFix usage of readdir_r()
2013-08-14  Lucas De Marchilibkmod: Fix getting param with no value from kcmdline
2013-08-09  Jan Engelhardtdepmod: add missing "else" clause
next