1. c4b4ac9 TODO: rephrase some tasks by Lucas De Marchi · 13 years ago
  2. 836e455 Add file with details regarding coding style by Lucas De Marchi · 13 years ago
  3. 23c0d01 Fix format of log message by Lucas De Marchi · 13 years ago
  4. 1684e44 kmod_config: parse kernel command line for options and blacklist by Lucas De Marchi · 13 years ago
  5. fe8bf3b Do not depend on AM_SILENT_RULES if it is not available. by Luis Felipe Strano Moraes · 13 years ago
  6. 113c66a kmod_module: use 'modname/aliasname' as key for hash by Lucas De Marchi · 13 years ago
  7. 788ef0f Use malloc + memset instead of calloc by Lucas De Marchi · 13 years ago
  8. d68ea2a TODO: update tasks by Lucas De Marchi · 13 years ago
  9. 2d7bab5 kmod_module: move function to the right section by Lucas De Marchi · 13 years ago
  10. 63af061 kmod_module: fix log message upon module removal by Lucas De Marchi · 13 years ago
  11. 7afc98a kmod_module: add missing documentation by Lucas De Marchi · 13 years ago
  12. 6de8f6e Simplify kmod_load_resources() by Lucas De Marchi · 13 years ago
  13. 3e67676 Log and break early if index is already open by Lucas De Marchi · 13 years ago
  14. be5a6de Update documentation by Lucas De Marchi · 13 years ago
  15. 25c0543 Remove function kmod_resolve_alias_options() by Lucas De Marchi · 13 years ago
  16. 07b8c82 kmod_module: make get_options() search for alias names too by Lucas De Marchi · 13 years ago
  17. ee3b3ff Create module by alias name where appropriate by Lucas De Marchi · 13 years ago
  18. 6ad5f26 Add private function kmod_module_new_from_alias() by Lucas De Marchi · 13 years ago
  19. 219f9c3 kmod_module: use pointer instead of vector for its name by Lucas De Marchi · 13 years ago
  20. ecd6bcd Return early on lookup error by Lucas De Marchi · 13 years ago
  21. d470db1 Use alias_normalize() instead of modname_normalize() by Lucas De Marchi · 13 years ago
  22. b148b86 Add helper alias_normalize() by Lucas De Marchi · 13 years ago
  23. 4308b17 Fix check for NULL variable by Lucas De Marchi · 13 years ago
  24. 7d51d8b Fix "Dereference of null pointer" as reported by llvm by Lucas De Marchi · 13 years ago
  25. 1c250ec Fix "Dead assignments" as reported by llvm by Lucas De Marchi · 13 years ago
  26. 973c80b handle case where modname was not detected. by Gustavo Sverzut Barbieri · 13 years ago
  27. cb451f3 Change licenses by Lucas De Marchi · 13 years ago
  28. 953653a build-sys: enable debug by default in autogen.sh by Lucas De Marchi · 13 years ago
  29. 9277606 build-sys: Set CFLAGS to "-O2 -Werror" in autogen.sh by Lucas De Marchi · 13 years ago
  30. 45f2778 Remove warnings: ‘err’ may be used uninitialized in this function by Lucas De Marchi · 13 years ago
  31. 0283d6b build-sys: add version map file to build dependencies by Lucas De Marchi · 13 years ago
  32. cb48c9b Rename project from libkmod to kmod by Lucas De Marchi · 13 years ago
  33. 2411c07 Do not use config if it's not needed/wanted by Lucas De Marchi · 13 years ago
  34. 8f767e2 Use true/false for bool return by Lucas De Marchi · 13 years ago
  35. 98c80f4 Directories inside config directories are not supported by Lucas De Marchi · 13 years ago
  36. 4782396 Do not stat() dir twice by Lucas De Marchi · 13 years ago
  37. 016d619 Fix leak of DIR by Lucas De Marchi · 13 years ago
  38. 970ba8b Remove leftover comment by Lucas De Marchi · 13 years ago
  39. 49ce6d0 Remove libkmod-loaded.c and re-order functions in libkmod-module.c by Lucas De Marchi · 13 years ago
  40. a102e26 Rename kmod_loaded_get_list() to kmod_module_new_from_loaded() by Lucas De Marchi · 13 years ago
  41. 7c41c2d build-sys: replace spaces with tabs by Lucas De Marchi · 13 years ago
  42. 1dcac91 build-sys: move remaining warning flags to configure by Lucas De Marchi · 13 years ago
  43. 57a034e build-sys: remove duplicated warning flags by Lucas De Marchi · 13 years ago
  44. 28c175e coding style: be consistent with blank lines by Lucas De Marchi · 13 years ago
  45. c35347f coding style: fix lines over 80 chars by Lucas De Marchi · 13 years ago
  46. 2fee2f1 Merge branch 'use-mmap' by Lucas De Marchi · 13 years ago
  47. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 13 years ago
  48. c3d0a5f tools: add modprobe by Gustavo Sverzut Barbieri · 13 years ago
  49. 72c51a9 add lsmod, insmod and rmmod tools. by Gustavo Sverzut Barbieri · 13 years ago
  50. d01c67e add missing newline to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  51. 926f67a be less verbose on initstate for unexistent modules. by Gustavo Sverzut Barbieri · 13 years ago
  52. 822ce23 beef compile flags. by Gustavo Sverzut Barbieri · 13 years ago
  53. 3a721bb insmod: allows providing option to module. by Gustavo Sverzut Barbieri · 13 years ago
  54. d917f27 always normalize user-given alias. by Gustavo Sverzut Barbieri · 13 years ago
  55. bd3f553 export module's options and commands. by Gustavo Sverzut Barbieri · 13 years ago
  56. b6a534f parse_depline may be called from libkmod.c by Gustavo Sverzut Barbieri · 13 years ago
  57. bf8cf14 fix string replace. by Gustavo Sverzut Barbieri · 13 years ago
  58. 54ba8b3 kmod: Add documentation and format comments by Lucas De Marchi · 13 years ago
  59. 7fe602b update TODO by Gustavo Sverzut Barbieri · 13 years ago
  60. 27fdf63 index: fix memleak for non-matchin aliases. by Gustavo Sverzut Barbieri · 13 years ago
  61. d091546 index-mm: allocate values inline into node, strings points to mmap. by Gustavo Sverzut Barbieri · 13 years ago
  62. 148226e index: cleanup header, move as much as possible to libkmod-index.c by Gustavo Sverzut Barbieri · 13 years ago
  63. 15c1c14 index-mm: no need to allocate prefix. by Gustavo Sverzut Barbieri · 13 years ago
  64. fc2d835 index-mm: fix memory access. by Gustavo Sverzut Barbieri · 13 years ago
  65. fe514b1 test-lookup: allow loading resources for testing. by Gustavo Sverzut Barbieri · 13 years ago
  66. 79d57fc kmod_load_resources: use proper full path to binary files to be mmaped. by Gustavo Sverzut Barbieri · 13 years ago
  67. 3e245be kmod_lookup_alias_from_alias_bin: debug message for mmap case. by Gustavo Sverzut Barbieri · 13 years ago
  68. 8513210 kmod_search_moddep: reorder to avoid creating path when not required. by Gustavo Sverzut Barbieri · 13 years ago
  69. 3b20995 fix snprintf usage. by Gustavo Sverzut Barbieri · 13 years ago
  70. f1e7e48 kmod: Add documentation and format comments by Lucas De Marchi · 13 years ago
  71. 65a84f5 Use alias/symbol index_mm if it's open by Lucas De Marchi · 13 years ago
  72. 810803d Pass enum around instead of filename by Lucas De Marchi · 13 years ago
  73. d65d71c Use index_mm if it's open for moddep search by Lucas De Marchi · 13 years ago
  74. 4272d08 Do not allocate path for known places an close resource asap by Lucas De Marchi · 13 years ago
  75. 33bb69b Load and unload resources by Lucas De Marchi · 13 years ago
  76. 5109f2b index: mm: Add flag to open call to populate buffer by Lucas De Marchi · 13 years ago
  77. a4a7502 Refactor index file handling by Lucas De Marchi · 13 years ago
  78. 558b020 remove useless look checking for duplicates by Gustavo Sverzut Barbieri · 13 years ago
  79. 1433ba9 index: avoid strlen() whenever possible. by Gustavo Sverzut Barbieri · 13 years ago
  80. 435ad78 reduce calls to realloc() if size did not change. by Gustavo Sverzut Barbieri · 13 years ago
  81. 405f614 index: improve buffer management and reduce mallocs. by Gustavo Sverzut Barbieri · 13 years ago
  82. e18ad35 fix path handling at dependencies parsing. by Gustavo Sverzut Barbieri · 13 years ago
  83. e5c60f1 NULL safety in public places, allows disable logging. by Gustavo Sverzut Barbieri · 13 years ago
  84. 1bdd951 log: give log function its data instead of kmod_ctx. by Gustavo Sverzut Barbieri · 13 years ago
  85. e1a6b30 modname_normalize: fix const and buffer overflow. by Gustavo Sverzut Barbieri · 13 years ago
  86. 8fc83fe kmod_loaded: document exported function by Lucas De Marchi · 13 years ago
  87. 7e1b3ae kmod_list: document exported functions by Lucas De Marchi · 13 years ago
  88. f1fb6f8 kmod_module: Remove const from path by Gustavo Sverzut Barbieri · 13 years ago
  89. 1487a64 add kmod_module_get_filtered_blacklist() by Gustavo Sverzut Barbieri · 13 years ago
  90. e005fac Only search path in moddep if it's not already set by Lucas De Marchi · 13 years ago
  91. 4eb2c0f Fix abs path helper function by Lucas De Marchi · 13 years ago
  92. ac9f876 test-insmod: show the path libkmod is using by Lucas De Marchi · 13 years ago
  93. 97a3ea9 test-insmod: print name to test modname_normalize(). by Gustavo Sverzut Barbieri · 13 years ago
  94. 6bd0b8d kmod_module: treat module creation by path with same names by Lucas De Marchi · 13 years ago
  95. 71e975c kmod_module: store absolute path when creating module from path by Lucas De Marchi · 13 years ago
  96. 06363cc Add helper path_make_absolute_cwd() by Lucas De Marchi · 13 years ago
  97. 3a46880 Add helper path_is_absolute() by Lucas De Marchi · 13 years ago
  98. a5cce6d kmod_config: parse install and remove commands by Lucas De Marchi · 13 years ago
  99. 615c42b kmod_config: parse module options by Lucas De Marchi · 13 years ago
  100. afca780 Add helper strchr_replace() by Lucas De Marchi · 13 years ago