1. aa156c9 tools: use basename in help message by Lucas De Marchi · 13 years ago
  2. 4f17bb0 libkmod/hash: check for NULL before freeing hash by Dave Reisner · 13 years ago
  3. b5b4d8e Add missing doc for function argument by Lucas De Marchi · 13 years ago
  4. 56406fd kmod-depmod: demote messages to WRN when non-critical files are missing by Lucas De Marchi · 13 years ago
  5. b787b56 libkmod: Fix casing in error output by Dave Reisner · 13 years ago
  6. 6369837 tools: unify error verbiage and casing by Dave Reisner · 13 years ago
  7. 8d75053 build-sys: do not install kmod-* tools by Lucas De Marchi · 13 years ago
  8. 3f63505 file: use log facilities by Lucas De Marchi · 13 years ago
  9. c68e92f file: take a weakref to ctx by Lucas De Marchi · 13 years ago
  10. 29b69c0 config: take a weakref to ctx by Lucas De Marchi · 13 years ago
  11. 7749bed Add missing static const by Lucas De Marchi · 13 years ago
  12. 3db5bf9 kmod-depmod: fix replacement of existing modules. by Gustavo Sverzut Barbieri · 13 years ago
  13. 026c7b4 kmod-depmod: fix comparison of module priority. by Gustavo Sverzut Barbieri · 13 years ago
  14. 79b656f utils/array: add array_remove_at() by Gustavo Sverzut Barbieri · 13 years ago
  15. 8ea02fe kmod-depmod: fix incorrect math finding out end of dirname. by Gustavo Sverzut Barbieri · 13 years ago
  16. 5988652 kmod-depmod: document --config/-C in help output. by Gustavo Sverzut Barbieri · 13 years ago
  17. b0bcadd kmod-depmod: add missing trailing \n to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  18. 599a032 elf: zero *array when count is zero. by Gustavo Sverzut Barbieri · 13 years ago
  19. db5d14c libkmod-file: refactor code to avoid ifdef mess. by Gustavo Sverzut Barbieri · 13 years ago
  20. 6717994 utils/read_str_safe(): fix wrong behavior and bugs. by Gustavo Sverzut Barbieri · 13 years ago
  21. 657722d TODO: add task for providing man page by Lucas De Marchi · 13 years ago
  22. 51e873d Add test to check kmod_validate_resources by Lucas De Marchi · 13 years ago
  23. c4dc3ca Add call to check if resources are valid by Lucas De Marchi · 13 years ago
  24. 9fd58f3 index: save timestamp of each loaded index by Lucas De Marchi · 13 years ago
  25. b6a4dfb config: save list of config paths with their timestamps by Lucas De Marchi · 13 years ago
  26. 0b29ef6 util: add helper function to compare timestamps by Lucas De Marchi · 13 years ago
  27. d8a6c0c kmod-modprobe: mimic modprobe when removing deps with usecount=0 by Lucas De Marchi · 13 years ago
  28. c9a1444 Fix leak of kmod_module and fix code style by Lucas De Marchi · 13 years ago
  29. 5a96c5f TODO: add list of things that are different on kmod by Lucas De Marchi · 13 years ago
  30. 0e9bd2d kmodprobe: post-remove module deps with 0 refcnt by Dave Reisner · 13 years ago
  31. d98880a modprobe: use lighter access call instead of stat by Dave Reisner · 13 years ago
  32. b09668c modprobe: remove --list option by Dave Reisner · 13 years ago
  33. 9070b11 libkmod-config: remove warning for skipped config files by Dave Reisner · 13 years ago
  34. 2f76fda Use last enum value instead of ARRAY_SIZE by Lucas De Marchi · 13 years ago
  35. 4926cb5 Do not call exported function for mod->name by Lucas De Marchi · 13 years ago
  36. 0d46743 Move function to the right place by Lucas De Marchi · 13 years ago
  37. e47c604 Ignore "already loaded" error in module_probe_insert_module() by Lucas De Marchi · 13 years ago
  38. bbf5932 Use errno instead of return value of init_module() by Lucas De Marchi · 13 years ago
  39. 1698456 libkmod-util: getline_wrapped: return NULL when buffer allocation fails by Leandro Pereira · 13 years ago
  40. 40ee8da Do not forget parenthesis around if (streq(A, B)). by Leandro Pereira · 13 years ago
  41. 0c010fa Move libkmod-util.c to convenience util lib by Lucas De Marchi · 13 years ago
  42. 6670c63 Move array implementation from depmode to libkmod-util by Lucas De Marchi · 13 years ago
  43. f6cf14c tools: kmod: bundle depmod together with the others by Lucas De Marchi · 13 years ago
  44. bcb8122 Fix header guard by Lucas De Marchi · 13 years ago
  45. 4783d69 kmod tool: don't keep iterating when command has been executed by Leandro Pereira · 13 years ago
  46. a4848e2 Move util functions to libkmod-util.c by Lucas De Marchi · 13 years ago
  47. 5cd1306 kmod-depmod: use hash implementation from util lib by Lucas De Marchi · 13 years ago
  48. 8d1278d hash: add iterator by Lucas De Marchi · 13 years ago
  49. 529148e build-sys: create libkmod-util.la convenience lib by Lucas De Marchi · 13 years ago
  50. d707380 Copy missing hash functions from kmod-depmod to libkmod by Lucas De Marchi · 13 years ago
  51. 822913d Remove kmod_ prefix from hash implementation by Lucas De Marchi · 13 years ago
  52. ebaa7be Log paths if kmod_module_new_from_path() failed by Lucas De Marchi · 13 years ago
  53. 3af535c TODO: format and add task by Lucas De Marchi · 13 years ago
  54. ea1b8c3 kmod-depmod: Fix leak of dependency vector by Lucas De Marchi · 13 years ago
  55. a627c3f kmod-depmod: refactor extension matching array, support XZ. by Gustavo Sverzut Barbieri · 13 years ago
  56. 18cd9da kmod-depmod: implement -A (--quick) by Gustavo Sverzut Barbieri · 13 years ago
  57. 4a0e46d kmod-depmod: implement -F and -E options. by Gustavo Sverzut Barbieri · 13 years ago
  58. 009ed66 update TODO by Gustavo Sverzut Barbieri · 13 years ago
  59. 7436788 kmod-depmod: dump modules.dep.bin by Gustavo Sverzut Barbieri · 13 years ago
  60. ec77abb kmod-depmod: dump modules.alias.bin by Gustavo Sverzut Barbieri · 13 years ago
  61. 75a9723 kmod-depmod: dump modules.symbols.bin by Gustavo Sverzut Barbieri · 13 years ago
  62. 4b144e5 kmod-depmod: dump modules.builtin.bin by Gustavo Sverzut Barbieri · 13 years ago
  63. 92df661 kmod-depmod: add utility functions to be used by binary dumps. by Gustavo Sverzut Barbieri · 13 years ago
  64. 0de4046 kmod-depmod: copy code from module-init-tools/index.c by Gustavo Sverzut Barbieri · 13 years ago
  65. 8e3505c kmod-depmod: dump deps. by Gustavo Sverzut Barbieri · 13 years ago
  66. 0d13174 kmod-depmod: dump aliases by Gustavo Sverzut Barbieri · 13 years ago
  67. 8bc830e kmod-depmod: dump softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  68. 9a14d0e kmod-depmod: dump modules.symbols by Gustavo Sverzut Barbieri · 13 years ago
  69. 25c4151 kmod-depmod: dump devname by Gustavo Sverzut Barbieri · 13 years ago
  70. 64b8b58 kmod-depmod: initial code (no files generated, untested) by Gustavo Sverzut Barbieri · 13 years ago
  71. 9190c8c Add test for probe insert by Lucas De Marchi · 13 years ago
  72. ddbda02 Add implementation of modprobe's insertion by Lucas De Marchi · 13 years ago
  73. 2bd7cbf Do not cache softdeps list by Lucas De Marchi · 13 years ago
  74. b72f74b Allow to internally get dependencies without copying list by Lucas De Marchi · 13 years ago
  75. 9b0e592 build-sys: remove unneeded _SOURCES var by Lucas De Marchi · 13 years ago
  76. c1c9c44 Add functions to get ctx blacklists by Lucas De Marchi · 13 years ago
  77. eb4ae53 Fix kmod_list_remove_n_latest() by Lucas De Marchi · 13 years ago
  78. b94a737 Reverse order of dependency list by Lucas De Marchi · 13 years ago
  79. 088a6a8 TODO: add task in modprobe's compatibility by Lucas De Marchi · 13 years ago
  80. 4088b27 index_file_open: fix another fd leak on error path. by Cristian Rodríguez · 13 years ago
  81. ef4a349 Merge branch 'master' of git://dev.medozas.de/libkmod by Lucas De Marchi · 13 years ago
  82. 7adfd2c Merge branch 'master' of git://dev.medozas.de/libkmod by Lucas De Marchi · 13 years ago
  83. c362171 libkmod: remove external cflags from .pc file by Jan Engelhardt · 13 years ago
  84. b182f8f Support for loading Xz-compressed modules by Jan Engelhardt · 13 years ago
  85. 5a51a35 build: use AC_ARG_WITH for zlib by Jan Engelhardt · 13 years ago
  86. 7b3a74f build: use pkgconfig to detect zlib by Jan Engelhardt · 13 years ago
  87. 3af4f55 Fix version script with v3 symbols by Lucas De Marchi · 13 years ago
  88. 674f859 elf: implement kmod_module_get_dependency_symbols() by Gustavo Sverzut Barbieri · 13 years ago
  89. 4b55bef elf: add bind type to kmod_modversion. by Gustavo Sverzut Barbieri · 13 years ago
  90. f85ae0d add test/test-elf by Gustavo Sverzut Barbieri · 13 years ago
  91. 45e6db9 elf: add get_symbols() by Gustavo Sverzut Barbieri · 13 years ago
  92. 9bbb72d elf: minimum size is enough. by Gustavo Sverzut Barbieri · 13 years ago
  93. bb41709 file: speed up loading non-gzipped modules when zlib is enabled. by Gustavo Sverzut Barbieri · 13 years ago
  94. cfb908b build-sys: use AS_IF by Lucas De Marchi · 13 years ago
  95. 9b966da tools: kmod: show wrong command in err message by Lucas De Marchi · 13 years ago
  96. a458e36 tools: kmod: print help message when no commands given by Lucas De Marchi · 13 years ago
  97. 252c51a tools: kmod: add list command by Lucas De Marchi · 13 years ago
  98. fa29c0e tools: kmod: Add handling of compat modprobe by Lucas De Marchi · 13 years ago
  99. 769becb tools: kmod: Add handling of compat modinfo by Lucas De Marchi · 13 years ago
  100. ad60269 tools: kmod: Add handling of compat insmod by Lucas De Marchi · 13 years ago