1. b198267 module: fix a memory leak by Bartosz Golaszewski · 7 years ago
  2. e78fe15 libkmod-module: modinfo: print signature id by Lucas De Marchi · 8 years ago
  3. dcdb177 libkmod-module: do not crash modinfo on 0 key id len by Lucas De Marchi · 8 years ago
  4. 2206d7f libkmod: Handle long lines in /proc/modules by Michal Marek · 8 years ago
  5. 1930899 kmod_module_get_refcnt: fix documentation by Peter Wu · 8 years ago
  6. 114ec87 libkmod-module: fix return code in error path by Lucas De Marchi · 9 years ago
  7. fd44a98 Fix race while loading modules by Harish Jenny K N · 9 years ago
  8. 01f9bc6 Fix uninitialized warning by Lucas De Marchi · 9 years ago
  9. dea2dfe Remove FSF mailing address by Lucas De Marchi · 9 years ago
  10. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  11. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  12. 74c2694 Add missing O_CLOEXEC in kmod_module_get_size() by Cristian Rodríguez · 10 years ago
  13. 30bfd48 Close /sys/module/$NAME directory if opening /proc/module fails. by Leandro Pereira · 10 years ago
  14. c1bc88c Free abspath if kmod_module_new_from_path() fails. by Leandro Pereira · 10 years ago
  15. 450bd1b libkmod: Ignore errors from softdeps by Michal Marek · 10 years ago
  16. c2f4d85 libkmod-module: Simplify kmod_module_insert_module() by Michal Marek · 10 years ago
  17. 366e2ed Remove duplicate includes by Lucas De Marchi · 10 years ago
  18. 9f02561 module: use _cleanup_free and remove useless call to free() by Lucas De Marchi · 11 years ago
  19. 7ab8804 libkmod: always pass O_NONBLOCK to kernel by Lucas De Marchi · 11 years ago
  20. 7e0385c Fix usage of readdir_r() by Lucas De Marchi · 11 years ago
  21. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago
  22. d7152f6 Add document for exported enums by Chengwei Yang · 11 years ago
  23. 491c490 Several minor fixes for documentation by Chengwei Yang · 11 years ago
  24. b9a7da3 libkmod-module: Don't pass NULL ctx to kmod_log by Lucas De Marchi · 11 years ago
  25. 818af4f libkmod-module: Don't pass NULL pointer to memcpy by Lucas De Marchi · 11 years ago
  26. 55112d1 libkmod: Move finit_module() definition to missing.h by Lucas De Marchi · 11 years ago
  27. 1407064 libkmod: Add missing definitions by Lucas De Marchi · 11 years ago
  28. 144d182 libkmod: add finit_module logic by Kees Cook · 11 years ago
  29. 8fe1681 libkmod: Return module signature information in kmod_module_get_info() by Michal Marek · 11 years ago
  30. 6333934 libkmod-module: Do not free the list in kmod_module_info_append by Michal Marek · 11 years ago
  31. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  32. f64458c libkmod-module: Add helper for building the module info list by Michal Marek · 11 years ago
  33. 1eff942 libkmod: cache open file for later access by Lucas De Marchi · 12 years ago
  34. 6882017 libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flag by Lucas De Marchi · 12 years ago
  35. 486f901 module: support reading coresize from /sys if supported by Dave Reisner · 12 years ago
  36. e7fc2c8 libkmod-config: refactor functions to get config by Lucas De Marchi · 12 years ago
  37. 471a7d0 doc: silent man page generation and fix gtk-doc warnings by Kay Sievers · 12 years ago
  38. 49c6489 Use upper case after Deprecated in doc by Lucas De Marchi · 12 years ago
  39. 9c5f057 Downgrade log message: refcnt file may not exist by Lucas De Marchi · 12 years ago
  40. bdda7e1 find builtins by property, not initstate by Dave Reisner · 12 years ago
  41. d80b103 libkmod/module: add kmod_module_apply_filter method by Dave Reisner · 12 years ago
  42. 7cd664f libkmod-module: don't treat "coming" as in-kernel by Lucas De Marchi · 12 years ago
  43. abd5557 libkmod-module: probe: check if module exists for install cmds by Lucas De Marchi · 12 years ago
  44. 050db08 Add missing newlines by Lucas De Marchi · 12 years ago
  45. 3805274 kmod-module: lookup: search modules.builtin file too by Lucas De Marchi · 12 years ago
  46. 8cd0f9e libkmod-module: probe: fix infinite loop with softdeps by Lucas De Marchi · 12 years ago
  47. 269de2e libkmod-module: probe: Fix ignore-loaded flag not being applied by Lucas De Marchi · 12 years ago
  48. 08600ee libkmod-module: probe: return -EEXIST if told to do so by Lucas De Marchi · 12 years ago
  49. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 12 years ago
  50. 9a252c2 Fix simple grammar issue by Dan McGee · 12 years ago
  51. af9572c lib/module: check initstate before inserting module by Dave Reisner · 12 years ago
  52. 7bede7b whitespace fix -- no logical code changes by Dave Reisner · 12 years ago
  53. 7aed460 libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMAND by Lucas De Marchi · 12 years ago
  54. 3bc92e8 libkmod-module: probe: return -EEXIST if told to stop on already loaded by Lucas De Marchi · 12 years ago
  55. 4c1ffb7 libkmod-module: probe: add flag to dry-run by Lucas De Marchi · 12 years ago
  56. 7c10c69 libkmod-module: probe: add flag to ignore loaded modules by Lucas De Marchi · 12 years ago
  57. 6bd0713 libkmod-module: probe: add print_action callback by Lucas De Marchi · 12 years ago
  58. 79d6c7d libkmod-module: probe: remove useless flag to stop on failure by Lucas De Marchi · 12 years ago
  59. 5f35147 libkmod-module: probe: add flag to stop loading on already loaded by Lucas De Marchi · 12 years ago
  60. 9c7f3ad libkmod-module: split creation of new modules to share code by Lucas De Marchi · 12 years ago
  61. 89e9248 libkmod-module: probe: add flag to ignore commands by Lucas De Marchi · 12 years ago
  62. b1a5125 libkmod-module: probe: change insertion to cover more use cases by Lucas De Marchi · 12 years ago
  63. ece09aa libkmod-module: add visited field by Lucas De Marchi · 12 years ago
  64. eff917c WEXITSTATUS is defined in sys/wait.h by Thierry Vignaud · 12 years ago
  65. ba998b9 Fix error code returned on module removal by Lucas De Marchi · 12 years ago
  66. 6681951 doc: organize sections by Lucas De Marchi · 12 years ago
  67. db74cee doc: fix broken links to other functions by Lucas De Marchi · 12 years ago
  68. a66a6a9 Update copyright by Lucas De Marchi · 12 years ago
  69. 6daceb2 Replace NAME_MAX with PATH_MAX for module aliases by Lucas De Marchi · 12 years ago
  70. b787b56 libkmod: Fix casing in error output by Dave Reisner · 12 years ago
  71. c68e92f file: take a weakref to ctx by Lucas De Marchi · 12 years ago
  72. 4926cb5 Do not call exported function for mod->name by Lucas De Marchi · 12 years ago
  73. 0d46743 Move function to the right place by Lucas De Marchi · 12 years ago
  74. e47c604 Ignore "already loaded" error in module_probe_insert_module() by Lucas De Marchi · 12 years ago
  75. bbf5932 Use errno instead of return value of init_module() by Lucas De Marchi · 12 years ago
  76. a4848e2 Move util functions to libkmod-util.c by Lucas De Marchi · 12 years ago
  77. ebaa7be Log paths if kmod_module_new_from_path() failed by Lucas De Marchi · 12 years ago
  78. ddbda02 Add implementation of modprobe's insertion by Lucas De Marchi · 12 years ago
  79. 2bd7cbf Do not cache softdeps list by Lucas De Marchi · 12 years ago
  80. b72f74b Allow to internally get dependencies without copying list by Lucas De Marchi · 12 years ago
  81. b94a737 Reverse order of dependency list by Lucas De Marchi · 12 years ago
  82. 674f859 elf: implement kmod_module_get_dependency_symbols() by Gustavo Sverzut Barbieri · 12 years ago
  83. 45e6db9 elf: add get_symbols() by Gustavo Sverzut Barbieri · 12 years ago
  84. f304afe Change error message to reflect reality by Lucas De Marchi · 12 years ago
  85. 142db57 Update doc to reflect function behavior by Lucas De Marchi · 12 years ago
  86. 9efaf2f Testing for return of alias_normalize. by Luis Felipe Strano Moraes · 12 years ago
  87. b55df2e kmod_module_new_*: improve debugging. by Gustavo Sverzut Barbieri · 12 years ago
  88. 708624a ELF: initial support for modinfo and strip of modversions and vermagic. by Gustavo Sverzut Barbieri · 12 years ago
  89. 9dec244 Fix wrong name len when converting path to modname by Lucas De Marchi · 12 years ago
  90. a6bf249 compatibility: match commands using fnmatch() instead of strcmp(). by Gustavo Sverzut Barbieri · 12 years ago
  91. 1c52260 implement softdeps. by Gustavo Sverzut Barbieri · 12 years ago
  92. 3d8226e implement zlib module loading. by Gustavo Sverzut Barbieri · 12 years ago
  93. f4fc552 Lookup for commands in kmod_module_new_from_lookup() by Lucas De Marchi · 12 years ago
  94. 60f6760 kmod_module: do not find more than the first command by Lucas De Marchi · 12 years ago
  95. 8e3e583 Open more file descriptors with O_CLOEXEC by Cristian Rodríguez · 12 years ago
  96. 79e5ea9 Library must use O_CLOEXEC whenever it opens file descriptors by Cristian Rodríguez · 12 years ago
  97. 4084c17 Remove module from hash when it's gone by Lucas De Marchi · 12 years ago
  98. 818f8e8 Add safety NULL checks in exported functions by Lucas De Marchi · 12 years ago
  99. 8bdeca1 Fix changing hash key after module is inserted in hash by Lucas De Marchi · 12 years ago
  100. 91428ae Fix docs with wrong function names by Lucas De Marchi · 12 years ago