1. 0a67d4f libkmod-elf: Remove unused variables by Lucas De Marchi · 10 years ago
  2. f357866 Fix includes after change to build-sys by Lucas De Marchi · 10 years ago
  3. dea2dfe Remove FSF mailing address by Lucas De Marchi · 10 years ago
  4. 15cfa1d build-sys: set -e separately, rather than putting -e in the shebang line by Lucas De Marchi · 10 years ago
  5. dd66ff3 build-sys: Don't define LIBEXECDIR by Lucas De Marchi · 10 years ago
  6. 1315123 build-sys: Don't add libkmod subdirectory to include path by Lucas De Marchi · 10 years ago
  7. fd56638 build: Do not force diagnostics-color flag by Mike Auty · 10 years ago
  8. 1dd4ff5 README: move mailing list information to top by Lucas De Marchi · 10 years ago
  9. efb5bfa util: fix build on systems missing strndupa by Natanael Copa · 10 years ago
  10. 3b05861 NEWS: Fix typos by Lucas De Marchi · 10 years ago
  11. f9e2167 kmod 19 by Lucas De Marchi · 10 years ago
  12. bb72153 libkmod-index: move comment to include the includes by Lucas De Marchi · 10 years ago
  13. a5852e3 libkmod-index: remove invalid comment by Lucas De Marchi · 10 years ago
  14. 778395e depmod: point to documentation in libkmod by Lucas De Marchi · 10 years ago
  15. c4cbdf8 libkmod-index: keep index and comments in .c by Lucas De Marchi · 10 years ago
  16. 27eceb2 static-nodes: indicate that creation of static nodes should only happen at boot by Tom Gundersen · 10 years ago
  17. e62d8c7 strbuf: make strbuf_pushchars() a little less dumb by Lucas De Marchi · 10 years ago
  18. 8863154 strbuf: do not calculate next step in size on all calls by Lucas De Marchi · 10 years ago
  19. 405b892 strbuf: reduce default buffer size by Lucas De Marchi · 10 years ago
  20. 48e4d18 testsuite: add tests for strbuf by Lucas De Marchi · 10 years ago
  21. 15a7ae3 shared: rename prefixes of strbuf functions by Lucas De Marchi · 10 years ago
  22. b4d1f44 Move strbuf implementation to shared/ by Lucas De Marchi · 10 years ago
  23. 4328982 testsuite: remove now unused array of tests by Lucas De Marchi · 10 years ago
  24. c5798fe testsuite: use a section to put tests in instead of array by Lucas De Marchi · 10 years ago
  25. f1155c1 Move static keyword to DEFINE_TEST macro by Lucas De Marchi · 10 years ago
  26. eb6f911 libkmod: remove unused inline functions by Lucas De Marchi · 10 years ago
  27. 9a43753 Change parameter from int to char by Lucas De Marchi · 10 years ago
  28. 52c9c99 Log error on failed underscores(), moving it to shared/ by Lucas De Marchi · 10 years ago
  29. 2c5bc21 build-sys: rename libkmod-util convenience library by Lucas De Marchi · 10 years ago
  30. f4e8c16 Move remaining functions from libkmod-util to shared by Lucas De Marchi · 10 years ago
  31. 3753ae1 depmod: use alias_normalize() from shared by Lucas De Marchi · 10 years ago
  32. 2b0104f Move alias_normalize() to shared by Lucas De Marchi · 10 years ago
  33. 66bf1a7 Do not rely on prio_to_str() being always inline by Lucas De Marchi · 10 years ago
  34. b95506f Do not export array of kmod extensions by Lucas De Marchi · 10 years ago
  35. fdafa6b testsuite: add tests for array implementation by Lucas De Marchi · 10 years ago
  36. 1a07559 Clarify what licences apply where by Lucas De Marchi · 10 years ago
  37. aafd383 Rename getline_wrapped() to freadline_wrapped() by Lucas De Marchi · 10 years ago
  38. b18979b Prefer inttypes.h over stdint.h by Lucas De Marchi · 10 years ago
  39. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  40. 0db718e Move hash implementation to shared directory by Lucas De Marchi · 10 years ago
  41. 74d1df6 Move array implementation to shared directory by Lucas De Marchi · 10 years ago
  42. 8eded79 build-sys: normalize line breaks by Lucas De Marchi · 10 years ago
  43. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  44. 8b7189b Move missing.h to shared directory by Lucas De Marchi · 10 years ago
  45. 576dd43 Move macro.h to shared directory by Lucas De Marchi · 10 years ago
  46. 9b34db1 Add back-up implementation of be32toh() by Randy MacLeod · 10 years ago
  47. 419b700 Update TODO by Lucas De Marchi · 10 years ago
  48. 66f4f68 Add the man page for kmod(8) by Marco d'Itri · 10 years ago
  49. fde693c Document depmod --show in depmod(8) by Marco d'Itri · 10 years ago
  50. 1a4aa7e libkmod-index.c: Fix error message by Holger Obermaier · 10 years ago
  51. 74c2694 Add missing O_CLOEXEC in kmod_module_get_size() by Cristian Rodríguez · 10 years ago
  52. ae58de0 kmod 18 by Lucas De Marchi · 10 years ago
  53. a5a41f8 testsuite: Fix macro missing format string by Lucas De Marchi · 10 years ago
  54. 5963c36 testsuite: Add basic tests for hash implementation by Lucas De Marchi · 10 years ago
  55. 30471c8 testsuite: Add assert_return by Lucas De Marchi · 10 years ago
  56. f988e25 testsuite: separate testcases on log by Lucas De Marchi · 10 years ago
  57. 7a2d0e6 testsuite: check for correct error message in detect-loop by Lucas De Marchi · 10 years ago
  58. d7293a1 testsuite: Fix expected_fail parsing by Lucas De Marchi · 10 years ago
  59. f429113 testsuite: Add braces by Lucas De Marchi · 10 years ago
  60. c89d219 depmod: Add better error messages when facing loops by Lucas De Marchi · 10 years ago
  61. 8183cfa testsuite: add test to fail depmod on module loops by Lucas De Marchi · 10 years ago
  62. a873f23 depmod: Rename variable to clarify its meaning by Lucas De Marchi · 10 years ago
  63. 86e19e9 Fix use-after-free in hash implementation. by Lukas Anzinger · 10 years ago
  64. 30bfd48 Close /sys/module/$NAME directory if opening /proc/module fails. by Leandro Pereira · 10 years ago
  65. c1bc88c Free abspath if kmod_module_new_from_path() fails. by Leandro Pereira · 10 years ago
  66. e84d912 Free realnames if kmod_lookup_alias_from_alias_bin() fails by Leandro Pereira · 10 years ago
  67. b6d985c Ensure read_long() reads the correct number of bytes from the index by Leandro Pereira · 10 years ago
  68. d36c886 Bail out of index_mm_open() if fstat() fails by Leandro Pereira · 10 years ago
  69. c48b269 depmod: Make dependency loops be fatal by Lucas De Marchi · 10 years ago
  70. 445e51c man: fixup spacing/parens in modprobe.d(5) by Joe Lawrence · 10 years ago
  71. b8b990f Add gitignore to module playground by Lucas De Marchi · 10 years ago
  72. 1008a2d Remove references to systemd from the bash completion file by Marco d'Itri · 10 years ago
  73. 3f8dd30 testsuite: Add module playground dir by Lucas De Marchi · 10 years ago
  74. f5cdd57 Make sure there's NUL byte at the end of strndupa by Lucas De Marchi · 10 years ago
  75. 04c0956 Add strndupa to missing.h by Lucas De Marchi · 10 years ago
  76. 29bc329 Update .travis.yml by Lucas De Marchi · 10 years ago
  77. 49d8e0b kmod 17 by Lucas De Marchi · 10 years ago
  78. 3e68b2c testsuite: Remove duplicate test by Lucas De Marchi · 10 years ago
  79. 6ca7c09 build-sys: enable python in bootstrap-configure by Lucas De Marchi · 10 years ago
  80. 9324bb5 testsuite: Warn if sysconfdir is not /etc by Michal Marek · 10 years ago
  81. 81bf88d testsuite: Do not run tests with *.ko.gz if zlib is not enabled by Michal Marek · 10 years ago
  82. 73476ec testsuite: Uncompress most modules by Michal Marek · 10 years ago
  83. 8240333 config: also parse softdeps from modules by Tom Gundersen · 10 years ago
  84. 450bd1b libkmod: Ignore errors from softdeps by Michal Marek · 10 years ago
  85. 3a33a7a build-sys: add hooks to build python bindings by Lucas De Marchi · 11 years ago
  86. 5ad36e5 python: Remove unused files from import by Lucas De Marchi · 11 years ago
  87. 299a3ad Merge branch 'master' of python-kmod by Lucas De Marchi · 11 years ago
  88. c03dfbd python: Issue #15: resovled by using setuptools_cython by Guy Rozendorn · 11 years ago
  89. 60ce23e python: Issue #15: Cython needs to be in setup_requires by Guy Rozendorn · 11 years ago
  90. 1f9c5a0 python: Issue #15 Cython is now a dependency by Guy Rozendorn · 11 years ago
  91. 57a8efd python: update version to 0.9.1 by Andy Grover · 11 years ago
  92. 17b69ad python: Issue #13 skipping building extensions on non-Linux platforms by Guy Rozendorn · 11 years ago
  93. e4a57f6 python: Make kmod.modprobe() raise an error if no modules found by Andy Grover · 12 years ago
  94. 891e075 python: Add self as maintainer to setup.py by Andy Grover · 12 years ago
  95. 8e73a86 python: Correct building for python 2.6 by Andy Grover · 12 years ago
  96. f0d6f37 python: add docstring to insert and remove methods by Oz · 12 years ago
  97. 240c0f4 python: add docstring to rmmod by Oz · 12 years ago
  98. b32900f python: update version to 0.9 by Andy Grover · 12 years ago
  99. 9ebfb9c python: Update README by Andy Grover · 12 years ago
  100. 26105c1 python: MANIFEST.in: add AUTHORS to distibuted source files. by W. Trevor King · 12 years ago