1. 705187f python: add proper error handling to loaded_modules() by Andy Grover · 13 years ago
  2. 31aa683 python: Improve README's description of kmod by Andy Grover · 13 years ago
  3. c73ffc5 python: Make setup.py version match version in .c by Andy Grover · 13 years ago
  4. 3aa27ba python: Add README by Andy Grover · 13 years ago
  5. 8a4d093 python: More cleanup and renaming of stuff. Add docstrings. by Andy Grover · 13 years ago
  6. 1e688f8 python: Add support for listing loaded modules, modprobe, rmmod by Andy Grover · 13 years ago
  7. d2042ca python: use c99 init for struct init by Andy Grover · 13 years ago
  8. a942131 python: a skeleton that compiles by Andy Grover · 13 years ago
  9. cc688e6 python: initial checkin by Andy Grover · 13 years ago
  10. db62153 build-sys: try harder to shut up compiler wrt strict-aliasing by Lucas De Marchi · 11 years ago
  11. f87dc57 libkmod: Fix unaligned access by Lucas De Marchi · 11 years ago
  12. 6d59d9d build-sys: Remove -Werror from CFLAGS by Lucas De Marchi · 11 years ago
  13. aa72284 build-sys: Remove bogus line causing warning by Lucas De Marchi · 11 years ago
  14. ad7f175 Add test for depmod using search dirs with same prefix by Lucas De Marchi · 11 years ago
  15. 49b33c1 depmod: do not allow partial matches with "search" directive by Anssi Hannula · 11 years ago
  16. aa0abec Add test for simple search order in depmod by Lucas De Marchi · 11 years ago
  17. 27881f6 depmod: fix debug print parameter order by Anssi Hannula · 11 years ago
  18. fea655d libkmod-elf: Fix check by class in get_modversions() by Lucas De Marchi · 11 years ago
  19. 632fb7b testsuite: Fix uname() during glibc startup by Michal Marek · 11 years ago
  20. 3be5bf4 man: use systemd as example instead of udev by Lucas De Marchi · 11 years ago
  21. eb18b26 man: clarify the support to modules.dep file by Lucas De Marchi · 11 years ago
  22. bccb4b2 build-sys: Do not require xsltproc for installation of man pages by Lucas De Marchi · 11 years ago
  23. 06eb29e build-sys: add small redirecting Makefiles by Lucas De Marchi · 11 years ago
  24. 4977662 testsuite: add test for '.' correctly parsed in param's value by Lucas De Marchi · 11 years ago
  25. 4214902 testsuite: add test to ignore unrelated strings in kcmdline by Lucas De Marchi · 11 years ago
  26. bad84a9 testsuite: give a more suitable description to test by Lucas De Marchi · 11 years ago
  27. 55bcc4a testsuite: add test for kcmdline params with no value by Lucas De Marchi · 11 years ago
  28. aa87854 libkmod-config: Only match dot before '=' in /proc/cmdline by Michal Marek · 11 years ago
  29. 519d27d libkmod-config,depmod: Accept special files as configuration files, too by Michal Marek · 11 years ago
  30. c2f4d85 libkmod-module: Simplify kmod_module_insert_module() by Michal Marek · 11 years ago
  31. be29c40 Add some tests for kernels without finit_module(2) by Michal Marek · 11 years ago
  32. 063086e testsuite: Do not provide finit_module(2) on older kernels by Michal Marek · 11 years ago
  33. 2ce5de0 testsuite: Add test for modprobe --force by Michal Marek · 11 years ago
  34. 88ac408 testsuite: Check the list of loaded modules after a test by Michal Marek · 11 years ago
  35. a4bd144 Remove "rmmod -w" documentation and getopt entry by Stephen Kitt · 11 years ago
  36. 3d51a2f man: insmod documentation fix by Lukas Berk · 11 years ago
  37. 366e2ed Remove duplicate includes by Lucas De Marchi · 11 years ago
  38. 2726da5 man: Change my contact email address by Lucas De Marchi · 11 years ago
  39. 36c4bb9 kmod 16 by Lucas De Marchi · 11 years ago
  40. d96ca9c Use C11's noreturn by Lucas De Marchi · 11 years ago
  41. 9f02561 module: use _cleanup_free and remove useless call to free() by Lucas De Marchi · 11 years ago
  42. d3c16c7 file: use _cleanup_free_ by Lucas De Marchi · 11 years ago
  43. cacbcc4 array: avoid duplicate code to reallocate by Lucas De Marchi · 11 years ago
  44. 9c306ba util: Be OOM-safe and use _cleanup_free_ by Lucas De Marchi · 11 years ago
  45. 1dda626 testsuite: add basic test for getline_wrapped by Lucas De Marchi · 11 years ago
  46. b93d800 util: use _cleanup_free_ on path_make_absolute_cwd() by Lucas De Marchi · 11 years ago
  47. 342e9ce config: Use _cleanup_free_ by Lucas De Marchi · 11 years ago
  48. d7aa6e2 util: Add cleanup attribute by Lucas De Marchi · 11 years ago
  49. 807c601 testsuite: Move test-alias to test-util by Lucas De Marchi · 11 years ago
  50. f5cc26c build: Allow disabling maintainer mode by Anders Olofsson · 11 years ago
  51. b3e0a07 build-sys: enable colored diagnostics if available by Lucas De Marchi · 11 years ago
  52. 518daf4 Makefile.am: add mkdir testsuite by Saul Wold · 11 years ago
  53. 16535ab Makefile.am: Add target to all cross-compilation of testsuite by Saul Wold · 11 years ago
  54. 8f67ab5 NEWS: add entries by Lucas De Marchi · 11 years ago
  55. 017893f rmmod: remove --wait option by Lucas De Marchi · 11 years ago
  56. 7ab8804 libkmod: always pass O_NONBLOCK to kernel by Lucas De Marchi · 11 years ago
  57. 82fc7d9 libkmod-hash: always align n_buckets to power of 2 by Lucas De Marchi · 11 years ago
  58. 3ba7f59 util: Add ALIGN_POWER2 by Lucas De Marchi · 11 years ago
  59. 6506ddf depmod: warn on invalid devname specification by Tom Gundersen · 11 years ago
  60. 4c2dc16 build: remove check for typeof by Lucas De Marchi · 11 years ago
  61. dc8ed09 Add configure check for _Static_assert() by Thomas Petazzoni · 11 years ago
  62. 7e0385c Fix usage of readdir_r() by Lucas De Marchi · 11 years ago
  63. bd4e734 testsuite: fix usage of reserved names by John Spencer · 11 years ago
  64. 18811d2 kmod 15 by Lucas De Marchi · 11 years ago
  65. 493dc65 libkmod: Fix getting param with no value from kcmdline by Lucas De Marchi · 11 years ago
  66. ea225b9 testsuite: Add test for parameter with no value in kcmdline by Lucas De Marchi · 11 years ago
  67. c117088 depmod: add missing "else" clause by Jan Engelhardt · 11 years ago
  68. 48a4096 shell-completion: Make options accept '=' as last char by Lucas De Marchi · 11 years ago
  69. 80cf2c8 build: Install bash completion data by Lucas De Marchi · 11 years ago
  70. ec6d026 shell-completion: Add kmod static-nodes by Lucas De Marchi · 11 years ago
  71. ac6573a shell-completion: Add initial completion for kmod by Lucas De Marchi · 11 years ago
  72. b3e19ce NEWS: Add entries by Lucas De Marchi · 11 years ago
  73. cd92311 README: Move items from TODO by Lucas De Marchi · 11 years ago
  74. 232bf4d static-nodes: create parent directories of output file by Tom Gundersen · 11 years ago
  75. fa6fc9f util: Add mkdir_parents() by Lucas De Marchi · 11 years ago
  76. c493b93 util: Add len arg to mkdir_p() by Lucas De Marchi · 11 years ago
  77. ae17710 static-nodes: don't fail if modules.devname not found by Tom Gundersen · 11 years ago
  78. 85d02eb util: Add mkdir_p implementation from testsuite by Lucas De Marchi · 11 years ago
  79. 7980eaf testsuite: Fix mkdir_p corner cases by Lucas De Marchi · 11 years ago
  80. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  81. b6adccd tools: Do not link dynamically with libkmod by Lucas De Marchi · 11 years ago
  82. 3b38c7f kmod 14 by Lucas De Marchi · 11 years ago
  83. 9de9e07 tools: Use test/kmod instead of kmod-nolib by Lucas De Marchi · 11 years ago
  84. a5cbde4 static-nodes: Better -f option description by Lucas De Marchi · 11 years ago
  85. b701615 build-sys: do not allow --enable static by Lucas De Marchi · 11 years ago
  86. 4b9cab2 Add travis-ci config file by Lucas De Marchi · 11 years ago
  87. 5eac795 libkmod: Avoid calling syscall() with -1 by Jan Luebbe · 11 years ago
  88. 03f7dfb Revert "missing: Don't call syscall() with syscallno == -1" by Lucas De Marchi · 11 years ago
  89. d7152f6 Add document for exported enums by Chengwei Yang · 11 years ago
  90. 491c490 Several minor fixes for documentation by Chengwei Yang · 11 years ago
  91. c010f02 modprobe: don't check refcount with remove command by Johannes Berg · 11 years ago
  92. 3882971 missing: Don't call syscall() with syscallno == -1 by Lucas De Marchi · 11 years ago
  93. 1114e78 Fix coding style by Lucas De Marchi · 11 years ago
  94. e975fd3 TODO: Add some entries by Lucas De Marchi · 11 years ago
  95. 681bf89 libkmod-index: Return early if readroot failed by Lucas De Marchi · 11 years ago
  96. b9a7da3 libkmod-module: Don't pass NULL ctx to kmod_log by Lucas De Marchi · 11 years ago
  97. 818af4f libkmod-module: Don't pass NULL pointer to memcpy by Lucas De Marchi · 11 years ago
  98. eb978f1 build-sys: Add AM_V_XSLT to rule creating man pages by Lucas De Marchi · 11 years ago
  99. 1958af8 Add format attribute and fix issues by Lucas De Marchi · 11 years ago
  100. 19ac5bd static-nodes: Fix indentation by Lucas De Marchi · 11 years ago