1. 877e80c Use streq() when possible by Lucas De Marchi · 13 years ago
  2. 6c343b1 Split function so we don't call basename() unnecessarily by Lucas De Marchi · 13 years ago
  3. fab4978 test: add test for modules' hash by Lucas De Marchi · 13 years ago
  4. fd186ae Maintain a pool of modules alive by Lucas De Marchi · 13 years ago
  5. b7b7ac2 kmod_config: optimize config files handling by Lucas De Marchi · 13 years ago
  6. e16e27f kmod_list: remove nodes in order by Lucas De Marchi · 13 years ago
  7. 1965029 kmod_list: add helper function to merge two lists by Lucas De Marchi · 13 years ago
  8. b91a1c6 kmod_list: add helper kmod_list_insert_before() by Lucas De Marchi · 13 years ago
  9. 86e8788 kmod_list: add helper kmod_list_insert_after() by Lucas De Marchi · 13 years ago
  10. 1843b15 test: add test to get dependencies of a module by Lucas De Marchi · 13 years ago
  11. c5b5ea9 test: add test to convert name to path by Lucas De Marchi · 13 years ago
  12. 4f2bb7c kmod_module: normalize module name by Lucas De Marchi · 13 years ago
  13. c5e7b1f kmod_module: get path on demand by Lucas De Marchi · 13 years ago
  14. 671d489 kmod_module: parse dependencies on demand by Lucas De Marchi · 13 years ago
  15. 1eb2ef6 Split function to search moddep file by Lucas De Marchi · 13 years ago
  16. f1cd799 kmod_module: return a new list and increase ref of dependencies by Lucas De Marchi · 13 years ago
  17. d2d648d Fix missing parenthesis in macro by Lucas De Marchi · 13 years ago
  18. 7db0865 Add simple hash implementation by Gustavo Sverzut Barbieri · 13 years ago
  19. d753b8c kmod_module: inline name and make it always available by Lucas De Marchi · 13 years ago
  20. 43c29d1 kmod_alias: reduce from 3 mallocs to a single one. by Gustavo Sverzut Barbieri · 13 years ago
  21. 40923bd Use readdir_r in kmod_module_get_sections() by Lucas De Marchi · 13 years ago
  22. 53886dd Use readdir_r in kmod_module_get_holders() by Lucas De Marchi · 13 years ago
  23. 49b741d Add padding to enum to make sure it's an int by Lucas De Marchi · 13 years ago
  24. cf91579 Inline foreach macro for internal usage by Lucas De Marchi · 13 years ago
  25. 8226058 tests: release memory before error exits. by Gustavo Sverzut Barbieri · 13 years ago
  26. 69f9dd4 no more kmod_loaded and kmod_loaded_module. by Gustavo Sverzut Barbieri · 13 years ago
  27. f12ae3c kmod_module: extended information gathering. by Gustavo Sverzut Barbieri · 13 years ago
  28. ad4d1ae kmod_module_get_module: safety against NULL pointers by Gustavo Sverzut Barbieri · 13 years ago
  29. 87ca03b module refcount should start at 1. by Gustavo Sverzut Barbieri · 13 years ago
  30. 32c328d fix missing ")". by Gustavo Sverzut Barbieri · 13 years ago
  31. 478af97 TODO: update file by Lucas De Marchi · 13 years ago
  32. 94fe3df License library as LGPL by Lucas De Marchi · 13 years ago
  33. 8f923be index: change license to LGPL by Lucas De Marchi · 13 years ago
  34. 5a7ade7 index: update copyrignt by Lucas De Marchi · 13 years ago
  35. bf89f70 index: mmap: add support for seaching with wildcards by Lucas De Marchi · 13 years ago
  36. b797b79 index: mmap: add support for searching by Lucas De Marchi · 13 years ago
  37. e33bb87 index: mmap: add support for searching node by Lucas De Marchi · 13 years ago
  38. 91298dc index: mmap: read child node by Lucas De Marchi · 13 years ago
  39. 77bf936 index: mmap: read root node by Lucas De Marchi · 13 years ago
  40. 836be9a index: mmap: create and destroy node by Lucas De Marchi · 13 years ago
  41. e22c85f Add memdup() helper by Lucas De Marchi · 13 years ago
  42. b471a6b index: mmap: open and close file by Lucas De Marchi · 13 years ago
  43. 4a4876d index: use idx instead of index due to name clash by Lucas De Marchi · 13 years ago
  44. 2295acc Fix some coding style issues by Lucas De Marchi · 13 years ago
  45. d13e606 improve kmod_config api. by Gustavo Sverzut Barbieri · 13 years ago
  46. 8d3f3ef reorder struct fields to avoid holes, improving packing by Gustavo Sverzut Barbieri · 13 years ago
  47. 91b44c7 README with purpose and initial overview. by Gustavo Sverzut Barbieri · 13 years ago
  48. ad5555b Fix extra attribute by Lucas De Marchi · 13 years ago
  49. 12d9419 improve compiler warnings and checks for internal functions. by Gustavo Sverzut Barbieri · 13 years ago
  50. 1ce08a5 improve "const" keyword usage. by Gustavo Sverzut Barbieri · 13 years ago
  51. a66a0c3 autogen: use "$@" and exec last program by Jan Engelhardt · 13 years ago
  52. 85ece20 Do not ship autogen.sh in the tarball by Lucas De Marchi · 13 years ago
  53. ca491ca Drop configurations from /usr/local by Lucas De Marchi · 13 years ago
  54. c3325cf TODO: update tasks by Lucas De Marchi · 13 years ago
  55. e71970a index: follow libkmod coding style by Lucas De Marchi · 13 years ago
  56. eb8bb32 Remove redundant comments by Lucas De Marchi · 13 years ago
  57. 85078e6 index: remove unused functions by Lucas De Marchi · 13 years ago
  58. 1d152ac index: re-order functions so prototypes are not needed by Lucas De Marchi · 13 years ago
  59. 3a61c84 Remove trailing whitespace by Lucas De Marchi · 13 years ago
  60. 963ca55 Fix 'redundant redeclaration' warnings by Lucas De Marchi · 13 years ago
  61. 9368888 Fix 'old style declaration' warnings by Lucas De Marchi · 13 years ago
  62. 84f4220 Fix missing return by Lucas De Marchi · 13 years ago
  63. 6f1bc6e Clean 'unused variable' warnings by Lucas De Marchi · 13 years ago
  64. 1fc1c9a Clean 'shadowed declaration' warnings by Lucas De Marchi · 13 years ago
  65. 0fbdfef Clean 'shadowed declaration' warnings by Lucas De Marchi · 13 years ago
  66. a009482 Clean 'no previous prototype' warning by Lucas De Marchi · 13 years ago
  67. b418a82 Use fstat() instead of stat() when possible by Lucas De Marchi · 13 years ago
  68. 0835fc3 Add fucntion to API to get dependencies by Lucas De Marchi · 13 years ago
  69. c11e62b Use strtok_r insteat of strtok by Lucas De Marchi · 13 years ago
  70. bf89f76 Add TODO file with a few items by Lucas De Marchi · 13 years ago
  71. 4a3eb3a Add dependencies when module is create by name lookup by Lucas De Marchi · 13 years ago
  72. 7636e72 Add dependency list to kmod_module by Lucas De Marchi · 13 years ago
  73. e915f92 Add missing newlines by Lucas De Marchi · 13 years ago
  74. 9eaad1f Allow path_to_modname to operate locally withou alloc by Lucas De Marchi · 13 years ago
  75. 49e61ca Lookup for alias in modules.alias.bin by Lucas De Marchi · 13 years ago
  76. 7b30f4f Generalize function to be used by other lookups by Lucas De Marchi · 13 years ago
  77. 64700e4 Lookup modules from modules.dep.bin file by Lucas De Marchi · 13 years ago
  78. 23fc91c Make lookup functions return number of elements found by Lucas De Marchi · 13 years ago
  79. 62be799 Add kmod_list_remove_n_latest() by Lucas De Marchi · 13 years ago
  80. 79d7711 Add kmod_list_prev to exported functions by Lucas De Marchi · 13 years ago
  81. 9ba6f57 Lookup modules.symbols.bin by Lucas De Marchi · 13 years ago
  82. 839d7da Remove dangling comment by Lucas De Marchi · 13 years ago
  83. b14dcfd Prepare lookup function for more files to look after by Lucas De Marchi · 13 years ago
  84. 904c63a Fix initialization of kernel modules dir by Lucas De Marchi · 13 years ago
  85. 7e317da Add startswith() helper function by Lucas De Marchi · 13 years ago
  86. aed94cd Add test for lookup function by Lucas De Marchi · 13 years ago
  87. 7f3eb0c Add lookup to create modules list from alias by Lucas De Marchi · 13 years ago
  88. 6e869df Add name() and path() getters for kmod_module by Lucas De Marchi · 13 years ago
  89. 60aa4d8 Organize functions in private header by Lucas De Marchi · 13 years ago
  90. b0ef19f Add getters for aliases by Lucas De Marchi · 13 years ago
  91. 2043369 Fix misspellings by use of codespell by Lucas De Marchi · 13 years ago
  92. a7be73b Remove trailing whitespaces by Lucas De Marchi · 13 years ago
  93. e8847fd Import index handling from module-init-tools by Lucas De Marchi · 13 years ago
  94. 44a5460 Add streq() to prettify code by Lucas De Marchi · 13 years ago
  95. a507d80 Define temporary macros for importing index by Lucas De Marchi · 13 years ago
  96. 30be751 Use underscores() in module names and aliases by Lucas De Marchi · 13 years ago
  97. 8185fc9 Add underscores() helper to replace - with _ by Lucas De Marchi · 13 years ago
  98. 81cf206 Parse blacklists in config files by Lucas De Marchi · 13 years ago
  99. 7c2ab35 Add support for parsing config files by Lucas De Marchi · 13 years ago
  100. 4462c4a Add getline_wrapped() to parse config files by Lucas De Marchi · 13 years ago