1. 86e19e9 Fix use-after-free in hash implementation. by Lukas Anzinger · 10 years ago
  2. 30bfd48 Close /sys/module/$NAME directory if opening /proc/module fails. by Leandro Pereira · 10 years ago
  3. c1bc88c Free abspath if kmod_module_new_from_path() fails. by Leandro Pereira · 10 years ago
  4. e84d912 Free realnames if kmod_lookup_alias_from_alias_bin() fails by Leandro Pereira · 10 years ago
  5. b6d985c Ensure read_long() reads the correct number of bytes from the index by Leandro Pereira · 10 years ago
  6. d36c886 Bail out of index_mm_open() if fstat() fails by Leandro Pereira · 10 years ago
  7. c48b269 depmod: Make dependency loops be fatal by Lucas De Marchi · 10 years ago
  8. 445e51c man: fixup spacing/parens in modprobe.d(5) by Joe Lawrence · 10 years ago
  9. b8b990f Add gitignore to module playground by Lucas De Marchi · 10 years ago
  10. 1008a2d Remove references to systemd from the bash completion file by Marco d'Itri · 10 years ago
  11. 3f8dd30 testsuite: Add module playground dir by Lucas De Marchi · 10 years ago
  12. f5cdd57 Make sure there's NUL byte at the end of strndupa by Lucas De Marchi · 10 years ago
  13. 04c0956 Add strndupa to missing.h by Lucas De Marchi · 10 years ago
  14. 29bc329 Update .travis.yml by Lucas De Marchi · 10 years ago
  15. 49d8e0b kmod 17 by Lucas De Marchi · 10 years ago
  16. 3e68b2c testsuite: Remove duplicate test by Lucas De Marchi · 10 years ago
  17. 6ca7c09 build-sys: enable python in bootstrap-configure by Lucas De Marchi · 10 years ago
  18. 9324bb5 testsuite: Warn if sysconfdir is not /etc by Michal Marek · 10 years ago
  19. 81bf88d testsuite: Do not run tests with *.ko.gz if zlib is not enabled by Michal Marek · 10 years ago
  20. 73476ec testsuite: Uncompress most modules by Michal Marek · 10 years ago
  21. 8240333 config: also parse softdeps from modules by Tom Gundersen · 10 years ago
  22. 450bd1b libkmod: Ignore errors from softdeps by Michal Marek · 10 years ago
  23. 3a33a7a build-sys: add hooks to build python bindings by Lucas De Marchi · 11 years ago
  24. 5ad36e5 python: Remove unused files from import by Lucas De Marchi · 11 years ago
  25. 299a3ad Merge branch 'master' of python-kmod by Lucas De Marchi · 11 years ago
  26. c03dfbd python: Issue #15: resovled by using setuptools_cython by Guy Rozendorn · 11 years ago
  27. 60ce23e python: Issue #15: Cython needs to be in setup_requires by Guy Rozendorn · 11 years ago
  28. 1f9c5a0 python: Issue #15 Cython is now a dependency by Guy Rozendorn · 11 years ago
  29. 57a8efd python: update version to 0.9.1 by Andy Grover · 11 years ago
  30. 17b69ad python: Issue #13 skipping building extensions on non-Linux platforms by Guy Rozendorn · 11 years ago
  31. e4a57f6 python: Make kmod.modprobe() raise an error if no modules found by Andy Grover · 12 years ago
  32. 891e075 python: Add self as maintainer to setup.py by Andy Grover · 12 years ago
  33. 8e73a86 python: Correct building for python 2.6 by Andy Grover · 12 years ago
  34. f0d6f37 python: add docstring to insert and remove methods by Oz · 12 years ago
  35. 240c0f4 python: add docstring to rmmod by Oz · 12 years ago
  36. b32900f python: update version to 0.9 by Andy Grover · 12 years ago
  37. 9ebfb9c python: Update README by Andy Grover · 12 years ago
  38. 26105c1 python: MANIFEST.in: add AUTHORS to distibuted source files. by W. Trevor King · 12 years ago
  39. c8b5c51 python: Ran update-copyright.py. by W. Trevor King · 12 years ago
  40. 64f9a6a python: .update-copyright.conf: update to pipe separators. by W. Trevor King · 12 years ago
  41. 8e8e24b python: .update-copyright.conf: add MANIFEST.in to ignored files. by W. Trevor King · 12 years ago
  42. ac24814 python: .update-copyright.conf: add Red Hat alias for Andy Grover. by W. Trevor King · 12 years ago
  43. 5a39a9d python: .update-copyright.conf: add README.rst to ignored files. by W. Trevor King · 12 years ago
  44. 3c65e33 python: .mailmap: consolidate Andy Grover email addresses. by W. Trevor King · 12 years ago
  45. 6745a4a python: .update-copyright.conf: add copyright configuration. by W. Trevor King · 12 years ago
  46. 0a2fab2 python: module: fix versions -> info typo in Module._info_get() error message. by W. Trevor King · 12 years ago
  47. d9c0c63 python: Initialize Kmod.mod_dir to None in __cinit__(). by W. Trevor King · 12 years ago
  48. caee9c1 python: Use an OrderedDict for Module.info (preserving modinfo ordering). by W. Trevor King · 12 years ago
  49. 81c1a4e python: Add Module.info attribute. by W. Trevor King · 12 years ago
  50. e0ff45a python: Use Cython's libc.errno for EEXIST. by W. Trevor King · 12 years ago
  51. 0dd3047 python: Add Module.versions attribute. by W. Trevor King · 12 years ago
  52. 76d34f4 python: README.rst: add .rst symlink for GitHub. by W. Trevor King · 12 years ago
  53. 161576d python: README: mention Cython dependency. by W. Trevor King · 12 years ago
  54. 028fc12 python: README: cleanup reStructuredText syntax. by W. Trevor King · 12 years ago
  55. 075f4ea python: Add missing copyright blurbs. by W. Trevor King · 12 years ago
  56. c737198 python: Add docstrings to kmod.kmod and kmod.kmod.Kmod. by W. Trevor King · 12 years ago
  57. 3cc8a66 python: MANIFEST.in: add missing source to the sdist tarball. by W. Trevor King · 12 years ago
  58. 113b46b python: Add additional out Module attributes (path, refcnt, ...). by W. Trevor King · 12 years ago
  59. f7c6215 python: Convert to Cython. by W. Trevor King · 12 years ago
  60. cd4df5a python: update FSF address in COPYING and COPYING.LESSER by Andy Grover · 12 years ago
  61. 6cdc22b python: whitespace by Andy Grover · 13 years ago
  62. 705187f python: add proper error handling to loaded_modules() by Andy Grover · 13 years ago
  63. 31aa683 python: Improve README's description of kmod by Andy Grover · 13 years ago
  64. c73ffc5 python: Make setup.py version match version in .c by Andy Grover · 13 years ago
  65. 3aa27ba python: Add README by Andy Grover · 13 years ago
  66. 8a4d093 python: More cleanup and renaming of stuff. Add docstrings. by Andy Grover · 13 years ago
  67. 1e688f8 python: Add support for listing loaded modules, modprobe, rmmod by Andy Grover · 13 years ago
  68. d2042ca python: use c99 init for struct init by Andy Grover · 13 years ago
  69. a942131 python: a skeleton that compiles by Andy Grover · 13 years ago
  70. cc688e6 python: initial checkin by Andy Grover · 13 years ago
  71. db62153 build-sys: try harder to shut up compiler wrt strict-aliasing by Lucas De Marchi · 11 years ago
  72. f87dc57 libkmod: Fix unaligned access by Lucas De Marchi · 11 years ago
  73. 6d59d9d build-sys: Remove -Werror from CFLAGS by Lucas De Marchi · 11 years ago
  74. aa72284 build-sys: Remove bogus line causing warning by Lucas De Marchi · 11 years ago
  75. ad7f175 Add test for depmod using search dirs with same prefix by Lucas De Marchi · 11 years ago
  76. 49b33c1 depmod: do not allow partial matches with "search" directive by Anssi Hannula · 11 years ago
  77. aa0abec Add test for simple search order in depmod by Lucas De Marchi · 11 years ago
  78. 27881f6 depmod: fix debug print parameter order by Anssi Hannula · 11 years ago
  79. fea655d libkmod-elf: Fix check by class in get_modversions() by Lucas De Marchi · 11 years ago
  80. 632fb7b testsuite: Fix uname() during glibc startup by Michal Marek · 11 years ago
  81. 3be5bf4 man: use systemd as example instead of udev by Lucas De Marchi · 11 years ago
  82. eb18b26 man: clarify the support to modules.dep file by Lucas De Marchi · 11 years ago
  83. bccb4b2 build-sys: Do not require xsltproc for installation of man pages by Lucas De Marchi · 11 years ago
  84. 06eb29e build-sys: add small redirecting Makefiles by Lucas De Marchi · 11 years ago
  85. 4977662 testsuite: add test for '.' correctly parsed in param's value by Lucas De Marchi · 11 years ago
  86. 4214902 testsuite: add test to ignore unrelated strings in kcmdline by Lucas De Marchi · 11 years ago
  87. bad84a9 testsuite: give a more suitable description to test by Lucas De Marchi · 11 years ago
  88. 55bcc4a testsuite: add test for kcmdline params with no value by Lucas De Marchi · 11 years ago
  89. aa87854 libkmod-config: Only match dot before '=' in /proc/cmdline by Michal Marek · 11 years ago
  90. 519d27d libkmod-config,depmod: Accept special files as configuration files, too by Michal Marek · 11 years ago
  91. c2f4d85 libkmod-module: Simplify kmod_module_insert_module() by Michal Marek · 11 years ago
  92. be29c40 Add some tests for kernels without finit_module(2) by Michal Marek · 11 years ago
  93. 063086e testsuite: Do not provide finit_module(2) on older kernels by Michal Marek · 11 years ago
  94. 2ce5de0 testsuite: Add test for modprobe --force by Michal Marek · 11 years ago
  95. 88ac408 testsuite: Check the list of loaded modules after a test by Michal Marek · 11 years ago
  96. a4bd144 Remove "rmmod -w" documentation and getopt entry by Stephen Kitt · 11 years ago
  97. 3d51a2f man: insmod documentation fix by Lukas Berk · 11 years ago
  98. 366e2ed Remove duplicate includes by Lucas De Marchi · 11 years ago
  99. 2726da5 man: Change my contact email address by Lucas De Marchi · 11 years ago
  100. 36c4bb9 kmod 16 by Lucas De Marchi · 11 years ago