1. c3d0a5f tools: add modprobe by Gustavo Sverzut Barbieri · 13 years ago
  2. 72c51a9 add lsmod, insmod and rmmod tools. by Gustavo Sverzut Barbieri · 13 years ago
  3. d01c67e add missing newline to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  4. 926f67a be less verbose on initstate for unexistent modules. by Gustavo Sverzut Barbieri · 13 years ago
  5. 822ce23 beef compile flags. by Gustavo Sverzut Barbieri · 13 years ago
  6. 3a721bb insmod: allows providing option to module. by Gustavo Sverzut Barbieri · 13 years ago
  7. d917f27 always normalize user-given alias. by Gustavo Sverzut Barbieri · 13 years ago
  8. bd3f553 export module's options and commands. by Gustavo Sverzut Barbieri · 13 years ago
  9. b6a534f parse_depline may be called from libkmod.c by Gustavo Sverzut Barbieri · 13 years ago
  10. bf8cf14 fix string replace. by Gustavo Sverzut Barbieri · 13 years ago
  11. 54ba8b3 kmod: Add documentation and format comments by Lucas De Marchi · 13 years ago
  12. 7fe602b update TODO by Gustavo Sverzut Barbieri · 13 years ago
  13. 27fdf63 index: fix memleak for non-matchin aliases. by Gustavo Sverzut Barbieri · 13 years ago
  14. d091546 index-mm: allocate values inline into node, strings points to mmap. by Gustavo Sverzut Barbieri · 13 years ago
  15. 148226e index: cleanup header, move as much as possible to libkmod-index.c by Gustavo Sverzut Barbieri · 13 years ago
  16. 15c1c14 index-mm: no need to allocate prefix. by Gustavo Sverzut Barbieri · 13 years ago
  17. fc2d835 index-mm: fix memory access. by Gustavo Sverzut Barbieri · 13 years ago
  18. fe514b1 test-lookup: allow loading resources for testing. by Gustavo Sverzut Barbieri · 13 years ago
  19. 79d57fc kmod_load_resources: use proper full path to binary files to be mmaped. by Gustavo Sverzut Barbieri · 13 years ago
  20. 3e245be kmod_lookup_alias_from_alias_bin: debug message for mmap case. by Gustavo Sverzut Barbieri · 13 years ago
  21. 8513210 kmod_search_moddep: reorder to avoid creating path when not required. by Gustavo Sverzut Barbieri · 13 years ago
  22. 3b20995 fix snprintf usage. by Gustavo Sverzut Barbieri · 13 years ago
  23. 65a84f5 Use alias/symbol index_mm if it's open by Lucas De Marchi · 13 years ago
  24. 810803d Pass enum around instead of filename by Lucas De Marchi · 13 years ago
  25. d65d71c Use index_mm if it's open for moddep search by Lucas De Marchi · 13 years ago
  26. 4272d08 Do not allocate path for known places an close resource asap by Lucas De Marchi · 13 years ago
  27. 33bb69b Load and unload resources by Lucas De Marchi · 13 years ago
  28. 5109f2b index: mm: Add flag to open call to populate buffer by Lucas De Marchi · 13 years ago
  29. a4a7502 Refactor index file handling by Lucas De Marchi · 13 years ago
  30. 558b020 remove useless look checking for duplicates by Gustavo Sverzut Barbieri · 13 years ago
  31. 1433ba9 index: avoid strlen() whenever possible. by Gustavo Sverzut Barbieri · 13 years ago
  32. 435ad78 reduce calls to realloc() if size did not change. by Gustavo Sverzut Barbieri · 13 years ago
  33. 405f614 index: improve buffer management and reduce mallocs. by Gustavo Sverzut Barbieri · 13 years ago
  34. e18ad35 fix path handling at dependencies parsing. by Gustavo Sverzut Barbieri · 13 years ago
  35. e5c60f1 NULL safety in public places, allows disable logging. by Gustavo Sverzut Barbieri · 13 years ago
  36. 1bdd951 log: give log function its data instead of kmod_ctx. by Gustavo Sverzut Barbieri · 13 years ago
  37. e1a6b30 modname_normalize: fix const and buffer overflow. by Gustavo Sverzut Barbieri · 13 years ago
  38. 8fc83fe kmod_loaded: document exported function by Lucas De Marchi · 13 years ago
  39. 7e1b3ae kmod_list: document exported functions by Lucas De Marchi · 13 years ago
  40. f1fb6f8 kmod_module: Remove const from path by Gustavo Sverzut Barbieri · 13 years ago
  41. 1487a64 add kmod_module_get_filtered_blacklist() by Gustavo Sverzut Barbieri · 13 years ago
  42. e005fac Only search path in moddep if it's not already set by Lucas De Marchi · 13 years ago
  43. 4eb2c0f Fix abs path helper function by Lucas De Marchi · 13 years ago
  44. ac9f876 test-insmod: show the path libkmod is using by Lucas De Marchi · 13 years ago
  45. 97a3ea9 test-insmod: print name to test modname_normalize(). by Gustavo Sverzut Barbieri · 13 years ago
  46. 6bd0b8d kmod_module: treat module creation by path with same names by Lucas De Marchi · 13 years ago
  47. 71e975c kmod_module: store absolute path when creating module from path by Lucas De Marchi · 13 years ago
  48. 06363cc Add helper path_make_absolute_cwd() by Lucas De Marchi · 13 years ago
  49. 3a46880 Add helper path_is_absolute() by Lucas De Marchi · 13 years ago
  50. a5cce6d kmod_config: parse install and remove commands by Lucas De Marchi · 13 years ago
  51. 615c42b kmod_config: parse module options by Lucas De Marchi · 13 years ago
  52. afca780 Add helper strchr_replace() by Lucas De Marchi · 13 years ago
  53. 877e80c Use streq() when possible by Lucas De Marchi · 13 years ago
  54. 6c343b1 Split function so we don't call basename() unnecessarily by Lucas De Marchi · 13 years ago
  55. fab4978 test: add test for modules' hash by Lucas De Marchi · 13 years ago
  56. fd186ae Maintain a pool of modules alive by Lucas De Marchi · 13 years ago
  57. b7b7ac2 kmod_config: optimize config files handling by Lucas De Marchi · 13 years ago
  58. e16e27f kmod_list: remove nodes in order by Lucas De Marchi · 13 years ago
  59. 1965029 kmod_list: add helper function to merge two lists by Lucas De Marchi · 13 years ago
  60. b91a1c6 kmod_list: add helper kmod_list_insert_before() by Lucas De Marchi · 13 years ago
  61. 86e8788 kmod_list: add helper kmod_list_insert_after() by Lucas De Marchi · 13 years ago
  62. 1843b15 test: add test to get dependencies of a module by Lucas De Marchi · 13 years ago
  63. c5b5ea9 test: add test to convert name to path by Lucas De Marchi · 13 years ago
  64. 4f2bb7c kmod_module: normalize module name by Lucas De Marchi · 13 years ago
  65. c5e7b1f kmod_module: get path on demand by Lucas De Marchi · 13 years ago
  66. 671d489 kmod_module: parse dependencies on demand by Lucas De Marchi · 13 years ago
  67. 1eb2ef6 Split function to search moddep file by Lucas De Marchi · 13 years ago
  68. f1cd799 kmod_module: return a new list and increase ref of dependencies by Lucas De Marchi · 13 years ago
  69. d2d648d Fix missing parenthesis in macro by Lucas De Marchi · 13 years ago
  70. 7db0865 Add simple hash implementation by Gustavo Sverzut Barbieri · 13 years ago
  71. d753b8c kmod_module: inline name and make it always available by Lucas De Marchi · 13 years ago
  72. 43c29d1 kmod_alias: reduce from 3 mallocs to a single one. by Gustavo Sverzut Barbieri · 13 years ago
  73. 40923bd Use readdir_r in kmod_module_get_sections() by Lucas De Marchi · 13 years ago
  74. 53886dd Use readdir_r in kmod_module_get_holders() by Lucas De Marchi · 13 years ago
  75. 49b741d Add padding to enum to make sure it's an int by Lucas De Marchi · 13 years ago
  76. cf91579 Inline foreach macro for internal usage by Lucas De Marchi · 13 years ago
  77. 8226058 tests: release memory before error exits. by Gustavo Sverzut Barbieri · 13 years ago
  78. 69f9dd4 no more kmod_loaded and kmod_loaded_module. by Gustavo Sverzut Barbieri · 13 years ago
  79. f12ae3c kmod_module: extended information gathering. by Gustavo Sverzut Barbieri · 13 years ago
  80. ad4d1ae kmod_module_get_module: safety against NULL pointers by Gustavo Sverzut Barbieri · 13 years ago
  81. 87ca03b module refcount should start at 1. by Gustavo Sverzut Barbieri · 13 years ago
  82. 32c328d fix missing ")". by Gustavo Sverzut Barbieri · 13 years ago
  83. 478af97 TODO: update file by Lucas De Marchi · 13 years ago
  84. 94fe3df License library as LGPL by Lucas De Marchi · 13 years ago
  85. 8f923be index: change license to LGPL by Lucas De Marchi · 13 years ago
  86. 5a7ade7 index: update copyrignt by Lucas De Marchi · 13 years ago
  87. bf89f70 index: mmap: add support for seaching with wildcards by Lucas De Marchi · 13 years ago
  88. b797b79 index: mmap: add support for searching by Lucas De Marchi · 13 years ago
  89. e33bb87 index: mmap: add support for searching node by Lucas De Marchi · 13 years ago
  90. 91298dc index: mmap: read child node by Lucas De Marchi · 13 years ago
  91. 77bf936 index: mmap: read root node by Lucas De Marchi · 13 years ago
  92. 836be9a index: mmap: create and destroy node by Lucas De Marchi · 13 years ago
  93. e22c85f Add memdup() helper by Lucas De Marchi · 13 years ago
  94. b471a6b index: mmap: open and close file by Lucas De Marchi · 13 years ago
  95. 4a4876d index: use idx instead of index due to name clash by Lucas De Marchi · 13 years ago
  96. 2295acc Fix some coding style issues by Lucas De Marchi · 13 years ago
  97. d13e606 improve kmod_config api. by Gustavo Sverzut Barbieri · 13 years ago
  98. 8d3f3ef reorder struct fields to avoid holes, improving packing by Gustavo Sverzut Barbieri · 13 years ago
  99. 91b44c7 README with purpose and initial overview. by Gustavo Sverzut Barbieri · 13 years ago
  100. ad5555b Fix extra attribute by Lucas De Marchi · 13 years ago