1. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 12 years ago
  2. e5a7f6a Fix debug message formatting by Lucas De Marchi · 12 years ago
  3. f841e63 TODO: add idea about single file with all compressed modules. by Gustavo Sverzut Barbieri · 12 years ago
  4. e5e2a68 kmod_modprobe: properly handle install/remove commands by Lucas De Marchi · 12 years ago
  5. 9bf60d2 kmod_modprobe: fix handling of remove commands by Lucas De Marchi · 12 years ago
  6. 9dec244 Fix wrong name len when converting path to modname by Lucas De Marchi · 12 years ago
  7. b6ea28d Fix leak of kmod_module by Lucas De Marchi · 12 years ago
  8. a6bf249 compatibility: match commands using fnmatch() instead of strcmp(). by Gustavo Sverzut Barbieri · 12 years ago
  9. e793f1e kmod-modprobe: implement softdeps. by Gustavo Sverzut Barbieri · 12 years ago
  10. d6b55b7 introduce kmod_list_foreach_reverse(). by Gustavo Sverzut Barbieri · 12 years ago
  11. fecbad2 Use tab instead of spaces by Lucas De Marchi · 12 years ago
  12. d5ec60b introduce kmod_list_last() by Gustavo Sverzut Barbieri · 12 years ago
  13. 2a70a5d fix kmod_list_prev(). by Gustavo Sverzut Barbieri · 12 years ago
  14. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 12 years ago
  15. a5a92a6 fix error handling path. by Gustavo Sverzut Barbieri · 12 years ago
  16. 3d8226e implement zlib module loading. by Gustavo Sverzut Barbieri · 12 years ago
  17. f4fc552 Lookup for commands in kmod_module_new_from_lookup() by Lucas De Marchi · 13 years ago
  18. 60f6760 kmod_module: do not find more than the first command by Lucas De Marchi · 13 years ago
  19. 8e3e583 Open more file descriptors with O_CLOEXEC by Cristian Rodríguez · 12 years ago
  20. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 13 years ago
  21. e17cc3a Add address of mailing list by Lucas De Marchi · 13 years ago
  22. 8122985 tools: fix kmod-modprobe -R trying to insert module by Lucas De Marchi · 13 years ago
  23. 5e690c5 TODO: add new tasks and notes to future development by Lucas De Marchi · 13 years ago
  24. a955f71 trivial: fix typo causing an infinite loop by Ulisses Furquim · 13 years ago
  25. 89eba7c kmod 1 by Lucas De Marchi · 13 years ago
  26. e269a84 Add libkmod files to EXTRA_DIST by Lucas De Marchi · 13 years ago
  27. 4084c17 Remove module from hash when it's gone by Lucas De Marchi · 13 years ago
  28. 22907a1 Improve test of double references by Lucas De Marchi · 13 years ago
  29. 818f8e8 Add safety NULL checks in exported functions by Lucas De Marchi · 13 years ago
  30. 8bdeca1 Fix changing hash key after module is inserted in hash by Lucas De Marchi · 13 years ago
  31. 91428ae Fix docs with wrong function names by Lucas De Marchi · 13 years ago
  32. 5f3429c Add comment in public header about flags not implemented by Lucas De Marchi · 13 years ago
  33. 128386a Rename symbol group by Lucas De Marchi · 13 years ago
  34. 3e71947 Remove flags that likely will not be used by Lucas De Marchi · 13 years ago
  35. c4b4ac9 TODO: rephrase some tasks by Lucas De Marchi · 13 years ago
  36. 836e455 Add file with details regarding coding style by Lucas De Marchi · 13 years ago
  37. 23c0d01 Fix format of log message by Lucas De Marchi · 13 years ago
  38. 1684e44 kmod_config: parse kernel command line for options and blacklist by Lucas De Marchi · 13 years ago
  39. fe8bf3b Do not depend on AM_SILENT_RULES if it is not available. by Luis Felipe Strano Moraes · 13 years ago
  40. 113c66a kmod_module: use 'modname/aliasname' as key for hash by Lucas De Marchi · 13 years ago
  41. 788ef0f Use malloc + memset instead of calloc by Lucas De Marchi · 13 years ago
  42. d68ea2a TODO: update tasks by Lucas De Marchi · 13 years ago
  43. 2d7bab5 kmod_module: move function to the right section by Lucas De Marchi · 13 years ago
  44. 63af061 kmod_module: fix log message upon module removal by Lucas De Marchi · 13 years ago
  45. 7afc98a kmod_module: add missing documentation by Lucas De Marchi · 13 years ago
  46. 6de8f6e Simplify kmod_load_resources() by Lucas De Marchi · 13 years ago
  47. 3e67676 Log and break early if index is already open by Lucas De Marchi · 13 years ago
  48. be5a6de Update documentation by Lucas De Marchi · 13 years ago
  49. 25c0543 Remove function kmod_resolve_alias_options() by Lucas De Marchi · 13 years ago
  50. 07b8c82 kmod_module: make get_options() search for alias names too by Lucas De Marchi · 13 years ago
  51. ee3b3ff Create module by alias name where appropriate by Lucas De Marchi · 13 years ago
  52. 6ad5f26 Add private function kmod_module_new_from_alias() by Lucas De Marchi · 13 years ago
  53. 219f9c3 kmod_module: use pointer instead of vector for its name by Lucas De Marchi · 13 years ago
  54. ecd6bcd Return early on lookup error by Lucas De Marchi · 13 years ago
  55. d470db1 Use alias_normalize() instead of modname_normalize() by Lucas De Marchi · 13 years ago
  56. b148b86 Add helper alias_normalize() by Lucas De Marchi · 13 years ago
  57. 4308b17 Fix check for NULL variable by Lucas De Marchi · 13 years ago
  58. 7d51d8b Fix "Dereference of null pointer" as reported by llvm by Lucas De Marchi · 13 years ago
  59. 1c250ec Fix "Dead assignments" as reported by llvm by Lucas De Marchi · 13 years ago
  60. 973c80b handle case where modname was not detected. by Gustavo Sverzut Barbieri · 13 years ago
  61. cb451f3 Change licenses by Lucas De Marchi · 13 years ago
  62. 953653a build-sys: enable debug by default in autogen.sh by Lucas De Marchi · 13 years ago
  63. 9277606 build-sys: Set CFLAGS to "-O2 -Werror" in autogen.sh by Lucas De Marchi · 13 years ago
  64. 45f2778 Remove warnings: ‘err’ may be used uninitialized in this function by Lucas De Marchi · 13 years ago
  65. 0283d6b build-sys: add version map file to build dependencies by Lucas De Marchi · 13 years ago
  66. cb48c9b Rename project from libkmod to kmod by Lucas De Marchi · 13 years ago
  67. 2411c07 Do not use config if it's not needed/wanted by Lucas De Marchi · 13 years ago
  68. 8f767e2 Use true/false for bool return by Lucas De Marchi · 13 years ago
  69. 98c80f4 Directories inside config directories are not supported by Lucas De Marchi · 13 years ago
  70. 4782396 Do not stat() dir twice by Lucas De Marchi · 13 years ago
  71. 016d619 Fix leak of DIR by Lucas De Marchi · 13 years ago
  72. 970ba8b Remove leftover comment by Lucas De Marchi · 13 years ago
  73. 49ce6d0 Remove libkmod-loaded.c and re-order functions in libkmod-module.c by Lucas De Marchi · 13 years ago
  74. a102e26 Rename kmod_loaded_get_list() to kmod_module_new_from_loaded() by Lucas De Marchi · 13 years ago
  75. 7c41c2d build-sys: replace spaces with tabs by Lucas De Marchi · 13 years ago
  76. 1dcac91 build-sys: move remaining warning flags to configure by Lucas De Marchi · 13 years ago
  77. 57a034e build-sys: remove duplicated warning flags by Lucas De Marchi · 13 years ago
  78. 28c175e coding style: be consistent with blank lines by Lucas De Marchi · 13 years ago
  79. c35347f coding style: fix lines over 80 chars by Lucas De Marchi · 13 years ago
  80. 2fee2f1 Merge branch 'use-mmap' by Lucas De Marchi · 13 years ago
  81. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 13 years ago
  82. c3d0a5f tools: add modprobe by Gustavo Sverzut Barbieri · 13 years ago
  83. 72c51a9 add lsmod, insmod and rmmod tools. by Gustavo Sverzut Barbieri · 13 years ago
  84. d01c67e add missing newline to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  85. 926f67a be less verbose on initstate for unexistent modules. by Gustavo Sverzut Barbieri · 13 years ago
  86. 822ce23 beef compile flags. by Gustavo Sverzut Barbieri · 13 years ago
  87. 3a721bb insmod: allows providing option to module. by Gustavo Sverzut Barbieri · 13 years ago
  88. d917f27 always normalize user-given alias. by Gustavo Sverzut Barbieri · 13 years ago
  89. bd3f553 export module's options and commands. by Gustavo Sverzut Barbieri · 13 years ago
  90. b6a534f parse_depline may be called from libkmod.c by Gustavo Sverzut Barbieri · 13 years ago
  91. bf8cf14 fix string replace. by Gustavo Sverzut Barbieri · 13 years ago
  92. 54ba8b3 kmod: Add documentation and format comments by Lucas De Marchi · 13 years ago
  93. 7fe602b update TODO by Gustavo Sverzut Barbieri · 13 years ago
  94. 27fdf63 index: fix memleak for non-matchin aliases. by Gustavo Sverzut Barbieri · 13 years ago
  95. d091546 index-mm: allocate values inline into node, strings points to mmap. by Gustavo Sverzut Barbieri · 13 years ago
  96. 148226e index: cleanup header, move as much as possible to libkmod-index.c by Gustavo Sverzut Barbieri · 13 years ago
  97. 15c1c14 index-mm: no need to allocate prefix. by Gustavo Sverzut Barbieri · 13 years ago
  98. fc2d835 index-mm: fix memory access. by Gustavo Sverzut Barbieri · 13 years ago
  99. fe514b1 test-lookup: allow loading resources for testing. by Gustavo Sverzut Barbieri · 13 years ago
  100. 79d57fc kmod_load_resources: use proper full path to binary files to be mmaped. by Gustavo Sverzut Barbieri · 13 years ago