1. 822913d Remove kmod_ prefix from hash implementation by Lucas De Marchi · 13 years ago
  2. ebaa7be Log paths if kmod_module_new_from_path() failed by Lucas De Marchi · 13 years ago
  3. ddbda02 Add implementation of modprobe's insertion by Lucas De Marchi · 13 years ago
  4. 2bd7cbf Do not cache softdeps list by Lucas De Marchi · 13 years ago
  5. b72f74b Allow to internally get dependencies without copying list by Lucas De Marchi · 13 years ago
  6. c1c9c44 Add functions to get ctx blacklists by Lucas De Marchi · 13 years ago
  7. eb4ae53 Fix kmod_list_remove_n_latest() by Lucas De Marchi · 13 years ago
  8. b94a737 Reverse order of dependency list by Lucas De Marchi · 13 years ago
  9. 4088b27 index_file_open: fix another fd leak on error path. by Cristian Rodríguez · 13 years ago
  10. ef4a349 Merge branch 'master' of git://dev.medozas.de/libkmod by Lucas De Marchi · 13 years ago
  11. 7adfd2c Merge branch 'master' of git://dev.medozas.de/libkmod by Lucas De Marchi · 13 years ago
  12. c362171 libkmod: remove external cflags from .pc file by Jan Engelhardt · 13 years ago
  13. b182f8f Support for loading Xz-compressed modules by Jan Engelhardt · 13 years ago
  14. 7b3a74f build: use pkgconfig to detect zlib by Jan Engelhardt · 13 years ago
  15. 3af4f55 Fix version script with v3 symbols by Lucas De Marchi · 13 years ago
  16. 674f859 elf: implement kmod_module_get_dependency_symbols() by Gustavo Sverzut Barbieri · 13 years ago
  17. 4b55bef elf: add bind type to kmod_modversion. by Gustavo Sverzut Barbieri · 13 years ago
  18. 45e6db9 elf: add get_symbols() by Gustavo Sverzut Barbieri · 13 years ago
  19. 9bbb72d elf: minimum size is enough. by Gustavo Sverzut Barbieri · 13 years ago
  20. bb41709 file: speed up loading non-gzipped modules when zlib is enabled. by Gustavo Sverzut Barbieri · 13 years ago
  21. 67d94ad Fix leak on error path by Cristian Rodríguez · 13 years ago
  22. 759214f Initialize line number with 0 by Lucas De Marchi · 13 years ago
  23. c6824b6 Fix unaligned memory access by Gustavo Sverzut Barbieri · 13 years ago
  24. f304afe Change error message to reflect reality by Lucas De Marchi · 13 years ago
  25. 142db57 Update doc to reflect function behavior by Lucas De Marchi · 13 years ago
  26. 9efaf2f Testing for return of alias_normalize. by Luis Felipe Strano Moraes · 13 years ago
  27. f39dc70 Removing comments saying flags are not implemented by Lucas De Marchi · 13 years ago
  28. 5e50464 Move symbols introduced in libkmod2 to the right place by Lucas De Marchi · 13 years ago
  29. a308abe introduce --with-rootprefix=DIR by Kay Sievers · 13 years ago
  30. 7fe5f7a Use sorted configuration files in precedence order by Lucas De Marchi · 13 years ago
  31. 87beacc libkmod: use C99 __func__ over GNU-specific __FUNCTION__ by Jan Engelhardt · 13 years ago
  32. 135bffd kmod_config: fix kcmd line parser with dots after = by Lucas De Marchi · 13 years ago
  33. a969376 Removing warnings when compiling on i686 platform. by Luis Felipe Strano Moraes · 13 years ago
  34. b55df2e kmod_module_new_*: improve debugging. by Gustavo Sverzut Barbieri · 13 years ago
  35. 16ca366 Fix check for opened indexes by Lucas De Marchi · 13 years ago
  36. 76b8031 elf: fix regression with empty strings by Lucas De Marchi · 13 years ago
  37. 51c409b Cache the offset of crc by Lucas De Marchi · 13 years ago
  38. 58b7191 Make section size constant since it's always the same by Lucas De Marchi · 13 years ago
  39. f8fa525 Optimize kmod_elf_get_strings() by reducing calls to memcpy by Lucas De Marchi · 13 years ago
  40. b20dc17 Remove unneeded reference to last string by Lucas De Marchi · 13 years ago
  41. 052656f Put blank lines where it's due by Lucas De Marchi · 13 years ago
  42. 3267026 Terminate strv with NULL by Lucas De Marchi · 13 years ago
  43. 4f0f0e7 Reduce ident by continuing early by Lucas De Marchi · 13 years ago
  44. 1c58590 elf: skip leading symbol dot in modversion. by Gustavo Sverzut Barbieri · 13 years ago
  45. fc8e58b elf: fix typo that resulted in invalid uint reads for big-endian platforms. by Gustavo Sverzut Barbieri · 13 years ago
  46. 47a0ef6 elf: do not output empty strings. by Gustavo Sverzut Barbieri · 13 years ago
  47. fc27344 elf: fix minimum file size calculation. by Gustavo Sverzut Barbieri · 13 years ago
  48. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 13 years ago
  49. e5a7f6a Fix debug message formatting by Lucas De Marchi · 13 years ago
  50. 9dec244 Fix wrong name len when converting path to modname by Lucas De Marchi · 13 years ago
  51. a6bf249 compatibility: match commands using fnmatch() instead of strcmp(). by Gustavo Sverzut Barbieri · 13 years ago
  52. d6b55b7 introduce kmod_list_foreach_reverse(). by Gustavo Sverzut Barbieri · 13 years ago
  53. fecbad2 Use tab instead of spaces by Lucas De Marchi · 13 years ago
  54. d5ec60b introduce kmod_list_last() by Gustavo Sverzut Barbieri · 13 years ago
  55. 2a70a5d fix kmod_list_prev(). by Gustavo Sverzut Barbieri · 13 years ago
  56. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  57. a5a92a6 fix error handling path. by Gustavo Sverzut Barbieri · 13 years ago
  58. 3d8226e implement zlib module loading. by Gustavo Sverzut Barbieri · 13 years ago
  59. f4fc552 Lookup for commands in kmod_module_new_from_lookup() by Lucas De Marchi · 13 years ago
  60. 60f6760 kmod_module: do not find more than the first command by Lucas De Marchi · 13 years ago
  61. 8e3e583 Open more file descriptors with O_CLOEXEC by Cristian Rodríguez · 13 years ago
  62. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 13 years ago
  63. a955f71 trivial: fix typo causing an infinite loop by Ulisses Furquim · 13 years ago
  64. 4084c17 Remove module from hash when it's gone by Lucas De Marchi · 13 years ago
  65. 818f8e8 Add safety NULL checks in exported functions by Lucas De Marchi · 13 years ago
  66. 8bdeca1 Fix changing hash key after module is inserted in hash by Lucas De Marchi · 13 years ago
  67. 91428ae Fix docs with wrong function names by Lucas De Marchi · 13 years ago
  68. 5f3429c Add comment in public header about flags not implemented by Lucas De Marchi · 13 years ago
  69. 128386a Rename symbol group by Lucas De Marchi · 13 years ago
  70. 3e71947 Remove flags that likely will not be used by Lucas De Marchi · 13 years ago
  71. 23c0d01 Fix format of log message by Lucas De Marchi · 13 years ago
  72. 1684e44 kmod_config: parse kernel command line for options and blacklist by Lucas De Marchi · 13 years ago
  73. 113c66a kmod_module: use 'modname/aliasname' as key for hash by Lucas De Marchi · 13 years ago
  74. 788ef0f Use malloc + memset instead of calloc by Lucas De Marchi · 13 years ago
  75. 2d7bab5 kmod_module: move function to the right section by Lucas De Marchi · 13 years ago
  76. 63af061 kmod_module: fix log message upon module removal by Lucas De Marchi · 13 years ago
  77. 7afc98a kmod_module: add missing documentation by Lucas De Marchi · 13 years ago
  78. 6de8f6e Simplify kmod_load_resources() by Lucas De Marchi · 13 years ago
  79. 3e67676 Log and break early if index is already open by Lucas De Marchi · 13 years ago
  80. be5a6de Update documentation by Lucas De Marchi · 13 years ago
  81. 25c0543 Remove function kmod_resolve_alias_options() by Lucas De Marchi · 13 years ago
  82. 07b8c82 kmod_module: make get_options() search for alias names too by Lucas De Marchi · 13 years ago
  83. ee3b3ff Create module by alias name where appropriate by Lucas De Marchi · 13 years ago
  84. 6ad5f26 Add private function kmod_module_new_from_alias() by Lucas De Marchi · 13 years ago
  85. 219f9c3 kmod_module: use pointer instead of vector for its name by Lucas De Marchi · 13 years ago
  86. ecd6bcd Return early on lookup error by Lucas De Marchi · 13 years ago
  87. d470db1 Use alias_normalize() instead of modname_normalize() by Lucas De Marchi · 13 years ago
  88. b148b86 Add helper alias_normalize() by Lucas De Marchi · 13 years ago
  89. 4308b17 Fix check for NULL variable by Lucas De Marchi · 13 years ago
  90. 7d51d8b Fix "Dereference of null pointer" as reported by llvm by Lucas De Marchi · 13 years ago
  91. 1c250ec Fix "Dead assignments" as reported by llvm by Lucas De Marchi · 13 years ago
  92. 973c80b handle case where modname was not detected. by Gustavo Sverzut Barbieri · 13 years ago
  93. cb451f3 Change licenses by Lucas De Marchi · 13 years ago
  94. 45f2778 Remove warnings: ‘err’ may be used uninitialized in this function by Lucas De Marchi · 13 years ago
  95. cb48c9b Rename project from libkmod to kmod by Lucas De Marchi · 13 years ago
  96. 8f767e2 Use true/false for bool return by Lucas De Marchi · 13 years ago
  97. 98c80f4 Directories inside config directories are not supported by Lucas De Marchi · 13 years ago
  98. 4782396 Do not stat() dir twice by Lucas De Marchi · 13 years ago
  99. 016d619 Fix leak of DIR by Lucas De Marchi · 13 years ago
  100. 970ba8b Remove leftover comment by Lucas De Marchi · 13 years ago