1. 6745a4a python: .update-copyright.conf: add copyright configuration. by W. Trevor King · 12 years ago
  2. 0a2fab2 python: module: fix versions -> info typo in Module._info_get() error message. by W. Trevor King · 12 years ago
  3. d9c0c63 python: Initialize Kmod.mod_dir to None in __cinit__(). by W. Trevor King · 12 years ago
  4. caee9c1 python: Use an OrderedDict for Module.info (preserving modinfo ordering). by W. Trevor King · 12 years ago
  5. 81c1a4e python: Add Module.info attribute. by W. Trevor King · 12 years ago
  6. e0ff45a python: Use Cython's libc.errno for EEXIST. by W. Trevor King · 12 years ago
  7. 0dd3047 python: Add Module.versions attribute. by W. Trevor King · 12 years ago
  8. 76d34f4 python: README.rst: add .rst symlink for GitHub. by W. Trevor King · 12 years ago
  9. 161576d python: README: mention Cython dependency. by W. Trevor King · 12 years ago
  10. 028fc12 python: README: cleanup reStructuredText syntax. by W. Trevor King · 12 years ago
  11. 075f4ea python: Add missing copyright blurbs. by W. Trevor King · 12 years ago
  12. c737198 python: Add docstrings to kmod.kmod and kmod.kmod.Kmod. by W. Trevor King · 12 years ago
  13. 3cc8a66 python: MANIFEST.in: add missing source to the sdist tarball. by W. Trevor King · 12 years ago
  14. 113b46b python: Add additional out Module attributes (path, refcnt, ...). by W. Trevor King · 12 years ago
  15. f7c6215 python: Convert to Cython. by W. Trevor King · 12 years ago
  16. cd4df5a python: update FSF address in COPYING and COPYING.LESSER by Andy Grover · 12 years ago
  17. 6cdc22b python: whitespace by Andy Grover · 13 years ago
  18. 705187f python: add proper error handling to loaded_modules() by Andy Grover · 13 years ago
  19. 31aa683 python: Improve README's description of kmod by Andy Grover · 13 years ago
  20. c73ffc5 python: Make setup.py version match version in .c by Andy Grover · 13 years ago
  21. 3aa27ba python: Add README by Andy Grover · 13 years ago
  22. 8a4d093 python: More cleanup and renaming of stuff. Add docstrings. by Andy Grover · 13 years ago
  23. 1e688f8 python: Add support for listing loaded modules, modprobe, rmmod by Andy Grover · 13 years ago
  24. d2042ca python: use c99 init for struct init by Andy Grover · 13 years ago
  25. a942131 python: a skeleton that compiles by Andy Grover · 13 years ago
  26. cc688e6 python: initial checkin by Andy Grover · 13 years ago
  27. db62153 build-sys: try harder to shut up compiler wrt strict-aliasing by Lucas De Marchi · 11 years ago
  28. f87dc57 libkmod: Fix unaligned access by Lucas De Marchi · 11 years ago
  29. 6d59d9d build-sys: Remove -Werror from CFLAGS by Lucas De Marchi · 11 years ago
  30. aa72284 build-sys: Remove bogus line causing warning by Lucas De Marchi · 11 years ago
  31. ad7f175 Add test for depmod using search dirs with same prefix by Lucas De Marchi · 11 years ago
  32. 49b33c1 depmod: do not allow partial matches with "search" directive by Anssi Hannula · 11 years ago
  33. aa0abec Add test for simple search order in depmod by Lucas De Marchi · 11 years ago
  34. 27881f6 depmod: fix debug print parameter order by Anssi Hannula · 11 years ago
  35. fea655d libkmod-elf: Fix check by class in get_modversions() by Lucas De Marchi · 11 years ago
  36. 632fb7b testsuite: Fix uname() during glibc startup by Michal Marek · 11 years ago
  37. 3be5bf4 man: use systemd as example instead of udev by Lucas De Marchi · 11 years ago
  38. eb18b26 man: clarify the support to modules.dep file by Lucas De Marchi · 11 years ago
  39. bccb4b2 build-sys: Do not require xsltproc for installation of man pages by Lucas De Marchi · 11 years ago
  40. 06eb29e build-sys: add small redirecting Makefiles by Lucas De Marchi · 11 years ago
  41. 4977662 testsuite: add test for '.' correctly parsed in param's value by Lucas De Marchi · 11 years ago
  42. 4214902 testsuite: add test to ignore unrelated strings in kcmdline by Lucas De Marchi · 11 years ago
  43. bad84a9 testsuite: give a more suitable description to test by Lucas De Marchi · 11 years ago
  44. 55bcc4a testsuite: add test for kcmdline params with no value by Lucas De Marchi · 11 years ago
  45. aa87854 libkmod-config: Only match dot before '=' in /proc/cmdline by Michal Marek · 11 years ago
  46. 519d27d libkmod-config,depmod: Accept special files as configuration files, too by Michal Marek · 11 years ago
  47. c2f4d85 libkmod-module: Simplify kmod_module_insert_module() by Michal Marek · 11 years ago
  48. be29c40 Add some tests for kernels without finit_module(2) by Michal Marek · 11 years ago
  49. 063086e testsuite: Do not provide finit_module(2) on older kernels by Michal Marek · 11 years ago
  50. 2ce5de0 testsuite: Add test for modprobe --force by Michal Marek · 11 years ago
  51. 88ac408 testsuite: Check the list of loaded modules after a test by Michal Marek · 11 years ago
  52. a4bd144 Remove "rmmod -w" documentation and getopt entry by Stephen Kitt · 11 years ago
  53. 3d51a2f man: insmod documentation fix by Lukas Berk · 11 years ago
  54. 366e2ed Remove duplicate includes by Lucas De Marchi · 11 years ago
  55. 2726da5 man: Change my contact email address by Lucas De Marchi · 11 years ago
  56. 36c4bb9 kmod 16 by Lucas De Marchi · 11 years ago
  57. d96ca9c Use C11's noreturn by Lucas De Marchi · 11 years ago
  58. 9f02561 module: use _cleanup_free and remove useless call to free() by Lucas De Marchi · 11 years ago
  59. d3c16c7 file: use _cleanup_free_ by Lucas De Marchi · 11 years ago
  60. cacbcc4 array: avoid duplicate code to reallocate by Lucas De Marchi · 11 years ago
  61. 9c306ba util: Be OOM-safe and use _cleanup_free_ by Lucas De Marchi · 11 years ago
  62. 1dda626 testsuite: add basic test for getline_wrapped by Lucas De Marchi · 11 years ago
  63. b93d800 util: use _cleanup_free_ on path_make_absolute_cwd() by Lucas De Marchi · 11 years ago
  64. 342e9ce config: Use _cleanup_free_ by Lucas De Marchi · 11 years ago
  65. d7aa6e2 util: Add cleanup attribute by Lucas De Marchi · 11 years ago
  66. 807c601 testsuite: Move test-alias to test-util by Lucas De Marchi · 11 years ago
  67. f5cc26c build: Allow disabling maintainer mode by Anders Olofsson · 11 years ago
  68. b3e0a07 build-sys: enable colored diagnostics if available by Lucas De Marchi · 11 years ago
  69. 518daf4 Makefile.am: add mkdir testsuite by Saul Wold · 11 years ago
  70. 16535ab Makefile.am: Add target to all cross-compilation of testsuite by Saul Wold · 11 years ago
  71. 8f67ab5 NEWS: add entries by Lucas De Marchi · 11 years ago
  72. 017893f rmmod: remove --wait option by Lucas De Marchi · 11 years ago
  73. 7ab8804 libkmod: always pass O_NONBLOCK to kernel by Lucas De Marchi · 11 years ago
  74. 82fc7d9 libkmod-hash: always align n_buckets to power of 2 by Lucas De Marchi · 11 years ago
  75. 3ba7f59 util: Add ALIGN_POWER2 by Lucas De Marchi · 11 years ago
  76. 6506ddf depmod: warn on invalid devname specification by Tom Gundersen · 11 years ago
  77. 4c2dc16 build: remove check for typeof by Lucas De Marchi · 11 years ago
  78. dc8ed09 Add configure check for _Static_assert() by Thomas Petazzoni · 11 years ago
  79. 7e0385c Fix usage of readdir_r() by Lucas De Marchi · 11 years ago
  80. bd4e734 testsuite: fix usage of reserved names by John Spencer · 11 years ago
  81. 18811d2 kmod 15 by Lucas De Marchi · 11 years ago
  82. 493dc65 libkmod: Fix getting param with no value from kcmdline by Lucas De Marchi · 11 years ago
  83. ea225b9 testsuite: Add test for parameter with no value in kcmdline by Lucas De Marchi · 11 years ago
  84. c117088 depmod: add missing "else" clause by Jan Engelhardt · 11 years ago
  85. 48a4096 shell-completion: Make options accept '=' as last char by Lucas De Marchi · 11 years ago
  86. 80cf2c8 build: Install bash completion data by Lucas De Marchi · 11 years ago
  87. ec6d026 shell-completion: Add kmod static-nodes by Lucas De Marchi · 11 years ago
  88. ac6573a shell-completion: Add initial completion for kmod by Lucas De Marchi · 11 years ago
  89. b3e19ce NEWS: Add entries by Lucas De Marchi · 11 years ago
  90. cd92311 README: Move items from TODO by Lucas De Marchi · 11 years ago
  91. 232bf4d static-nodes: create parent directories of output file by Tom Gundersen · 11 years ago
  92. fa6fc9f util: Add mkdir_parents() by Lucas De Marchi · 11 years ago
  93. c493b93 util: Add len arg to mkdir_p() by Lucas De Marchi · 11 years ago
  94. ae17710 static-nodes: don't fail if modules.devname not found by Tom Gundersen · 11 years ago
  95. 85d02eb util: Add mkdir_p implementation from testsuite by Lucas De Marchi · 11 years ago
  96. 7980eaf testsuite: Fix mkdir_p corner cases by Lucas De Marchi · 11 years ago
  97. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  98. b6adccd tools: Do not link dynamically with libkmod by Lucas De Marchi · 11 years ago
  99. 3b38c7f kmod 14 by Lucas De Marchi · 11 years ago
  100. 9de9e07 tools: Use test/kmod instead of kmod-nolib by Lucas De Marchi · 11 years ago