1. 953653a build-sys: enable debug by default in autogen.sh by Lucas De Marchi · 13 years ago
  2. 9277606 build-sys: Set CFLAGS to "-O2 -Werror" in autogen.sh by Lucas De Marchi · 13 years ago
  3. 45f2778 Remove warnings: ‘err’ may be used uninitialized in this function by Lucas De Marchi · 13 years ago
  4. 0283d6b build-sys: add version map file to build dependencies by Lucas De Marchi · 13 years ago
  5. cb48c9b Rename project from libkmod to kmod by Lucas De Marchi · 13 years ago
  6. 2411c07 Do not use config if it's not needed/wanted by Lucas De Marchi · 13 years ago
  7. 8f767e2 Use true/false for bool return by Lucas De Marchi · 13 years ago
  8. 98c80f4 Directories inside config directories are not supported by Lucas De Marchi · 13 years ago
  9. 4782396 Do not stat() dir twice by Lucas De Marchi · 13 years ago
  10. 016d619 Fix leak of DIR by Lucas De Marchi · 13 years ago
  11. 970ba8b Remove leftover comment by Lucas De Marchi · 13 years ago
  12. 49ce6d0 Remove libkmod-loaded.c and re-order functions in libkmod-module.c by Lucas De Marchi · 13 years ago
  13. a102e26 Rename kmod_loaded_get_list() to kmod_module_new_from_loaded() by Lucas De Marchi · 13 years ago
  14. 7c41c2d build-sys: replace spaces with tabs by Lucas De Marchi · 13 years ago
  15. 1dcac91 build-sys: move remaining warning flags to configure by Lucas De Marchi · 13 years ago
  16. 57a034e build-sys: remove duplicated warning flags by Lucas De Marchi · 13 years ago
  17. 28c175e coding style: be consistent with blank lines by Lucas De Marchi · 13 years ago
  18. c35347f coding style: fix lines over 80 chars by Lucas De Marchi · 13 years ago
  19. 2fee2f1 Merge branch 'use-mmap' by Lucas De Marchi · 13 years ago
  20. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 13 years ago
  21. c3d0a5f tools: add modprobe by Gustavo Sverzut Barbieri · 13 years ago
  22. 72c51a9 add lsmod, insmod and rmmod tools. by Gustavo Sverzut Barbieri · 13 years ago
  23. d01c67e add missing newline to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  24. 926f67a be less verbose on initstate for unexistent modules. by Gustavo Sverzut Barbieri · 13 years ago
  25. 822ce23 beef compile flags. by Gustavo Sverzut Barbieri · 13 years ago
  26. 3a721bb insmod: allows providing option to module. by Gustavo Sverzut Barbieri · 13 years ago
  27. d917f27 always normalize user-given alias. by Gustavo Sverzut Barbieri · 13 years ago
  28. bd3f553 export module's options and commands. by Gustavo Sverzut Barbieri · 13 years ago
  29. b6a534f parse_depline may be called from libkmod.c by Gustavo Sverzut Barbieri · 13 years ago
  30. bf8cf14 fix string replace. by Gustavo Sverzut Barbieri · 13 years ago
  31. 54ba8b3 kmod: Add documentation and format comments by Lucas De Marchi · 13 years ago
  32. 7fe602b update TODO by Gustavo Sverzut Barbieri · 13 years ago
  33. 27fdf63 index: fix memleak for non-matchin aliases. by Gustavo Sverzut Barbieri · 13 years ago
  34. d091546 index-mm: allocate values inline into node, strings points to mmap. by Gustavo Sverzut Barbieri · 13 years ago
  35. 148226e index: cleanup header, move as much as possible to libkmod-index.c by Gustavo Sverzut Barbieri · 13 years ago
  36. 15c1c14 index-mm: no need to allocate prefix. by Gustavo Sverzut Barbieri · 13 years ago
  37. fc2d835 index-mm: fix memory access. by Gustavo Sverzut Barbieri · 13 years ago
  38. fe514b1 test-lookup: allow loading resources for testing. by Gustavo Sverzut Barbieri · 13 years ago
  39. 79d57fc kmod_load_resources: use proper full path to binary files to be mmaped. by Gustavo Sverzut Barbieri · 13 years ago
  40. 3e245be kmod_lookup_alias_from_alias_bin: debug message for mmap case. by Gustavo Sverzut Barbieri · 13 years ago
  41. 8513210 kmod_search_moddep: reorder to avoid creating path when not required. by Gustavo Sverzut Barbieri · 13 years ago
  42. 3b20995 fix snprintf usage. by Gustavo Sverzut Barbieri · 13 years ago
  43. f1e7e48 kmod: Add documentation and format comments by Lucas De Marchi · 13 years ago
  44. 65a84f5 Use alias/symbol index_mm if it's open by Lucas De Marchi · 13 years ago
  45. 810803d Pass enum around instead of filename by Lucas De Marchi · 13 years ago
  46. d65d71c Use index_mm if it's open for moddep search by Lucas De Marchi · 13 years ago
  47. 4272d08 Do not allocate path for known places an close resource asap by Lucas De Marchi · 13 years ago
  48. 33bb69b Load and unload resources by Lucas De Marchi · 13 years ago
  49. 5109f2b index: mm: Add flag to open call to populate buffer by Lucas De Marchi · 13 years ago
  50. a4a7502 Refactor index file handling by Lucas De Marchi · 13 years ago
  51. 558b020 remove useless look checking for duplicates by Gustavo Sverzut Barbieri · 13 years ago
  52. 1433ba9 index: avoid strlen() whenever possible. by Gustavo Sverzut Barbieri · 13 years ago
  53. 435ad78 reduce calls to realloc() if size did not change. by Gustavo Sverzut Barbieri · 13 years ago
  54. 405f614 index: improve buffer management and reduce mallocs. by Gustavo Sverzut Barbieri · 13 years ago
  55. e18ad35 fix path handling at dependencies parsing. by Gustavo Sverzut Barbieri · 13 years ago
  56. e5c60f1 NULL safety in public places, allows disable logging. by Gustavo Sverzut Barbieri · 13 years ago
  57. 1bdd951 log: give log function its data instead of kmod_ctx. by Gustavo Sverzut Barbieri · 13 years ago
  58. e1a6b30 modname_normalize: fix const and buffer overflow. by Gustavo Sverzut Barbieri · 13 years ago
  59. 8fc83fe kmod_loaded: document exported function by Lucas De Marchi · 13 years ago
  60. 7e1b3ae kmod_list: document exported functions by Lucas De Marchi · 13 years ago
  61. f1fb6f8 kmod_module: Remove const from path by Gustavo Sverzut Barbieri · 13 years ago
  62. 1487a64 add kmod_module_get_filtered_blacklist() by Gustavo Sverzut Barbieri · 13 years ago
  63. e005fac Only search path in moddep if it's not already set by Lucas De Marchi · 13 years ago
  64. 4eb2c0f Fix abs path helper function by Lucas De Marchi · 13 years ago
  65. ac9f876 test-insmod: show the path libkmod is using by Lucas De Marchi · 13 years ago
  66. 97a3ea9 test-insmod: print name to test modname_normalize(). by Gustavo Sverzut Barbieri · 13 years ago
  67. 6bd0b8d kmod_module: treat module creation by path with same names by Lucas De Marchi · 13 years ago
  68. 71e975c kmod_module: store absolute path when creating module from path by Lucas De Marchi · 13 years ago
  69. 06363cc Add helper path_make_absolute_cwd() by Lucas De Marchi · 13 years ago
  70. 3a46880 Add helper path_is_absolute() by Lucas De Marchi · 13 years ago
  71. a5cce6d kmod_config: parse install and remove commands by Lucas De Marchi · 13 years ago
  72. 615c42b kmod_config: parse module options by Lucas De Marchi · 13 years ago
  73. afca780 Add helper strchr_replace() by Lucas De Marchi · 13 years ago
  74. 877e80c Use streq() when possible by Lucas De Marchi · 13 years ago
  75. 6c343b1 Split function so we don't call basename() unnecessarily by Lucas De Marchi · 13 years ago
  76. fab4978 test: add test for modules' hash by Lucas De Marchi · 13 years ago
  77. fd186ae Maintain a pool of modules alive by Lucas De Marchi · 13 years ago
  78. b7b7ac2 kmod_config: optimize config files handling by Lucas De Marchi · 13 years ago
  79. e16e27f kmod_list: remove nodes in order by Lucas De Marchi · 13 years ago
  80. 1965029 kmod_list: add helper function to merge two lists by Lucas De Marchi · 13 years ago
  81. b91a1c6 kmod_list: add helper kmod_list_insert_before() by Lucas De Marchi · 13 years ago
  82. 86e8788 kmod_list: add helper kmod_list_insert_after() by Lucas De Marchi · 13 years ago
  83. 1843b15 test: add test to get dependencies of a module by Lucas De Marchi · 13 years ago
  84. c5b5ea9 test: add test to convert name to path by Lucas De Marchi · 13 years ago
  85. 4f2bb7c kmod_module: normalize module name by Lucas De Marchi · 13 years ago
  86. c5e7b1f kmod_module: get path on demand by Lucas De Marchi · 13 years ago
  87. 671d489 kmod_module: parse dependencies on demand by Lucas De Marchi · 13 years ago
  88. 1eb2ef6 Split function to search moddep file by Lucas De Marchi · 13 years ago
  89. f1cd799 kmod_module: return a new list and increase ref of dependencies by Lucas De Marchi · 13 years ago
  90. d2d648d Fix missing parenthesis in macro by Lucas De Marchi · 13 years ago
  91. 7db0865 Add simple hash implementation by Gustavo Sverzut Barbieri · 13 years ago
  92. d753b8c kmod_module: inline name and make it always available by Lucas De Marchi · 13 years ago
  93. 43c29d1 kmod_alias: reduce from 3 mallocs to a single one. by Gustavo Sverzut Barbieri · 13 years ago
  94. 40923bd Use readdir_r in kmod_module_get_sections() by Lucas De Marchi · 13 years ago
  95. 53886dd Use readdir_r in kmod_module_get_holders() by Lucas De Marchi · 13 years ago
  96. 49b741d Add padding to enum to make sure it's an int by Lucas De Marchi · 13 years ago
  97. cf91579 Inline foreach macro for internal usage by Lucas De Marchi · 13 years ago
  98. 8226058 tests: release memory before error exits. by Gustavo Sverzut Barbieri · 13 years ago
  99. 69f9dd4 no more kmod_loaded and kmod_loaded_module. by Gustavo Sverzut Barbieri · 13 years ago
  100. f12ae3c kmod_module: extended information gathering. by Gustavo Sverzut Barbieri · 13 years ago