1. b87d01d modprobe: Update error message when path is missing by Laura Abbott · 9 years ago
  2. dea2dfe Remove FSF mailing address by Lucas De Marchi · 9 years ago
  3. 7ab8804 libkmod: always pass O_NONBLOCK to kernel by Lucas De Marchi · 11 years ago
  4. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  5. 6882017 libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flag by Lucas De Marchi · 12 years ago
  6. e8fd8fe Use #pragma once instead of #ifndef by Lucas De Marchi · 12 years ago
  7. d80b103 libkmod/module: add kmod_module_apply_filter method by Dave Reisner · 12 years ago
  8. 3805274 kmod-module: lookup: search modules.builtin file too by Lucas De Marchi · 12 years ago
  9. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 12 years ago
  10. 9226dda libkmod: organize public header by Lucas De Marchi · 12 years ago
  11. 7aed460 libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMAND by Lucas De Marchi · 12 years ago
  12. 3bc92e8 libkmod-module: probe: return -EEXIST if told to stop on already loaded by Lucas De Marchi · 12 years ago
  13. 4c1ffb7 libkmod-module: probe: add flag to dry-run by Lucas De Marchi · 12 years ago
  14. 7c10c69 libkmod-module: probe: add flag to ignore loaded modules by Lucas De Marchi · 12 years ago
  15. 6bd0713 libkmod-module: probe: add print_action callback by Lucas De Marchi · 12 years ago
  16. d851e9a libkmod-module: probe: add room in flags for future extension by Lucas De Marchi · 12 years ago
  17. 48b1030 libkmod-module: probe: ignore-command flag can't be used in return by Lucas De Marchi · 12 years ago
  18. 79d6c7d libkmod-module: probe: remove useless flag to stop on failure by Lucas De Marchi · 12 years ago
  19. 5f35147 libkmod-module: probe: add flag to stop loading on already loaded by Lucas De Marchi · 12 years ago
  20. 89e9248 libkmod-module: probe: add flag to ignore commands by Lucas De Marchi · 12 years ago
  21. b1a5125 libkmod-module: probe: change insertion to cover more use cases by Lucas De Marchi · 12 years ago
  22. 0224482 Add doc to kmod_dump_index by Lucas De Marchi · 12 years ago
  23. 758428a libkmod: dump index files by Lucas De Marchi · 12 years ago
  24. b08314f libkmod: export enum kmod_index and rename members by Lucas De Marchi · 12 years ago
  25. 0017862 config: add exported iterator functions by Lucas De Marchi · 12 years ago
  26. 6a82921 Match param names on header and source code by Lucas De Marchi · 12 years ago
  27. a66a6a9 Update copyright by Lucas De Marchi · 12 years ago
  28. c4dc3ca Add call to check if resources are valid by Lucas De Marchi · 12 years ago
  29. ddbda02 Add implementation of modprobe's insertion by Lucas De Marchi · 12 years ago
  30. 674f859 elf: implement kmod_module_get_dependency_symbols() by Gustavo Sverzut Barbieri · 12 years ago
  31. 45e6db9 elf: add get_symbols() by Gustavo Sverzut Barbieri · 12 years ago
  32. f39dc70 Removing comments saying flags are not implemented by Lucas De Marchi · 12 years ago
  33. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 12 years ago
  34. d6b55b7 introduce kmod_list_foreach_reverse(). by Gustavo Sverzut Barbieri · 12 years ago
  35. d5ec60b introduce kmod_list_last() by Gustavo Sverzut Barbieri · 12 years ago
  36. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 12 years ago
  37. 5f3429c Add comment in public header about flags not implemented by Lucas De Marchi · 12 years ago
  38. 3e71947 Remove flags that likely will not be used by Lucas De Marchi · 12 years ago
  39. 25c0543 Remove function kmod_resolve_alias_options() by Lucas De Marchi · 12 years ago
  40. cb451f3 Change licenses by Lucas De Marchi · 12 years ago
  41. a102e26 Rename kmod_loaded_get_list() to kmod_module_new_from_loaded() by Lucas De Marchi · 12 years ago
  42. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 13 years ago
  43. 3a721bb insmod: allows providing option to module. by Gustavo Sverzut Barbieri · 13 years ago
  44. bd3f553 export module's options and commands. by Gustavo Sverzut Barbieri · 13 years ago
  45. 33bb69b Load and unload resources by Lucas De Marchi · 13 years ago
  46. 1bdd951 log: give log function its data instead of kmod_ctx. by Gustavo Sverzut Barbieri · 13 years ago
  47. 1487a64 add kmod_module_get_filtered_blacklist() by Gustavo Sverzut Barbieri · 13 years ago
  48. f1cd799 kmod_module: return a new list and increase ref of dependencies by Lucas De Marchi · 13 years ago
  49. 49b741d Add padding to enum to make sure it's an int by Lucas De Marchi · 13 years ago
  50. 69f9dd4 no more kmod_loaded and kmod_loaded_module. by Gustavo Sverzut Barbieri · 13 years ago
  51. f12ae3c kmod_module: extended information gathering. by Gustavo Sverzut Barbieri · 13 years ago
  52. ad4d1ae kmod_module_get_module: safety against NULL pointers by Gustavo Sverzut Barbieri · 13 years ago
  53. 1ce08a5 improve "const" keyword usage. by Gustavo Sverzut Barbieri · 13 years ago
  54. 0835fc3 Add fucntion to API to get dependencies by Lucas De Marchi · 13 years ago
  55. 79d7711 Add kmod_list_prev to exported functions by Lucas De Marchi · 13 years ago
  56. 7f3eb0c Add lookup to create modules list from alias by Lucas De Marchi · 13 years ago
  57. 6e869df Add name() and path() getters for kmod_module by Lucas De Marchi · 13 years ago
  58. 191ab4b Fix wrong copyright by Lucas De Marchi · 13 years ago
  59. 2bd6299 Move down the ifdef for c++ by Lucas De Marchi · 13 years ago
  60. 8f788d5 Add functions to operate on modules by Lucas De Marchi · 13 years ago
  61. 221631d Accept dir where we should lookup for modules by Lucas De Marchi · 13 years ago
  62. 423f856 Format enum by Lucas De Marchi · 13 years ago
  63. 6806a04 Implement function to remove module by Lucas De Marchi · 13 years ago
  64. 6ad9830 Rename leftover libabc reference by Lucas De Marchi · 13 years ago
  65. 6d17755 Constify API by Lucas De Marchi · 13 years ago
  66. 5369797 Add libkmod-loaded to handle live modules information by Lucas De Marchi · 13 years ago
  67. 6924e47 Implement circular double-linked list by Lucas De Marchi · 13 years ago
  68. 9d77b96 Remove unused functions by Lucas De Marchi · 13 years ago
  69. 52a7704 Make kmod_new return a pointer by Lucas De Marchi · 13 years ago
  70. e4351b0 Convert spaces to tabs by Lucas De Marchi · 13 years ago
  71. 586fc30 Rename libabc to libkmod by Lucas De Marchi · 13 years ago