1. c557098 doc/depmod.d.sgml: Various touchups; mostly s/depmod.conf/depmod.d/g by Robby Workman · 13 years ago
  2. 092a948 doc/modprobe.d.sgml: Various touchups by Robby Workman · 13 years ago
  3. 9235907 doc: Import sgml manpages from module-init-tools repo by Robby Workman · 13 years ago
  4. 9212261 modprobe: show if module is in kernel by Lucas De Marchi · 13 years ago
  5. efd2cec test: add check of module's state by Lucas De Marchi · 13 years ago
  6. 00bd319 depmod: Postpone creation of module array by Jan Alexander Steffens (heftig) · 13 years ago
  7. af0ff2f modprobe: break dependency loop by checking if module is loaded by Lucas De Marchi · 13 years ago
  8. 21e14d3 autogen.sh: configure with 3-clicks + paste by Lucas De Marchi · 13 years ago
  9. 8f19221 modprobe: adhere do coding style by Lucas De Marchi · 13 years ago
  10. 6da9cdf rmmod: behavior more like m-i-t's rmmod by Dave Reisner · 13 years ago
  11. b54f1bf modprobe: check for EPERM on insertion by Dave Reisner · 13 years ago
  12. 0ad5dd0 config: deprecate 'include' and 'config' commands by Lucas De Marchi · 13 years ago
  13. ba998b9 Fix error code returned on module removal by Lucas De Marchi · 13 years ago
  14. 39baaec build-sys: fix build with zlib/xz after private lib by Lucas De Marchi · 13 years ago
  15. ca1f0f3 TODO: add task to modprobe by Lucas De Marchi · 13 years ago
  16. 0b22179 build-sys: workaround libtool issue with argv[0] by Lucas De Marchi · 13 years ago
  17. 043b3f9 build-sys: build tests as part of check phase by Lucas De Marchi · 13 years ago
  18. 00fc926 build-sys: create symlinks instead of building separate tools by Lucas De Marchi · 13 years ago
  19. 4fb900c build-sys: allow building without having gtk-doc installed by Lucas De Marchi · 13 years ago
  20. 83121fd config: be reliable againt syntax errors in configs by Lucas De Marchi · 13 years ago
  21. ab8440a TODO: add tasks to modprobe by Lucas De Marchi · 13 years ago
  22. ecced7d doc: fix out of tree build by Lucas De Marchi · 13 years ago
  23. ae2612e build-sys: give recommended configure options for hacking by Lucas De Marchi · 13 years ago
  24. dd42060 README: add more information by Lucas De Marchi · 13 years ago
  25. 63dc832 build-sys: do not run configure in autogen.sh by Lucas De Marchi · 13 years ago
  26. 6681951 doc: organize sections by Lucas De Marchi · 13 years ago
  27. 646b83b doc: add gtk-doc to generate documentation by Lucas De Marchi · 13 years ago
  28. db74cee doc: fix broken links to other functions by Lucas De Marchi · 13 years ago
  29. e1daa4f doc: fix order of param descriptions by Lucas De Marchi · 13 years ago
  30. 6a82921 Match param names on header and source code by Lucas De Marchi · 13 years ago
  31. f4cc6ea doc: fix comments format by Lucas De Marchi · 13 years ago
  32. a66a6a9 Update copyright by Lucas De Marchi · 13 years ago
  33. cb0d0b7 modprobe: fix error path when loading dependencies by Lucas De Marchi · 13 years ago
  34. 525fa07 modprobe: show is independent from verbose level. by Gustavo Sverzut Barbieri · 13 years ago
  35. 6daceb2 Replace NAME_MAX with PATH_MAX for module aliases by Lucas De Marchi · 13 years ago
  36. dd1cf10 config: check if opening /proc/cmdline succeeded by Lucas De Marchi · 13 years ago
  37. 55021be tools/kmod-depmod: fix aliasing warning by Rolf Eike Beer · 13 years ago
  38. 3f1e970 Revert "tools/kmod-depmod: fix aliasing warning" by Lucas De Marchi · 13 years ago
  39. f63fc9e tools/kmod-depmod: fix aliasing warning by root · 13 years ago
  40. 7f37491 tools/modprobe: exit non-zero on module not found with --all by Dave Reisner · 13 years ago
  41. 5f85a13 tools/modinfo: exit non-zero on module not found by Dave Reisner · 13 years ago
  42. b30a71b kmod 3 by Lucas De Marchi · 13 years ago
  43. aa156c9 tools: use basename in help message by Lucas De Marchi · 13 years ago
  44. 4f17bb0 libkmod/hash: check for NULL before freeing hash by Dave Reisner · 13 years ago
  45. b5b4d8e Add missing doc for function argument by Lucas De Marchi · 13 years ago
  46. 56406fd kmod-depmod: demote messages to WRN when non-critical files are missing by Lucas De Marchi · 13 years ago
  47. b787b56 libkmod: Fix casing in error output by Dave Reisner · 13 years ago
  48. 6369837 tools: unify error verbiage and casing by Dave Reisner · 13 years ago
  49. 8d75053 build-sys: do not install kmod-* tools by Lucas De Marchi · 13 years ago
  50. 3f63505 file: use log facilities by Lucas De Marchi · 13 years ago
  51. c68e92f file: take a weakref to ctx by Lucas De Marchi · 13 years ago
  52. 29b69c0 config: take a weakref to ctx by Lucas De Marchi · 13 years ago
  53. 7749bed Add missing static const by Lucas De Marchi · 13 years ago
  54. 3db5bf9 kmod-depmod: fix replacement of existing modules. by Gustavo Sverzut Barbieri · 13 years ago
  55. 026c7b4 kmod-depmod: fix comparison of module priority. by Gustavo Sverzut Barbieri · 13 years ago
  56. 79b656f utils/array: add array_remove_at() by Gustavo Sverzut Barbieri · 13 years ago
  57. 8ea02fe kmod-depmod: fix incorrect math finding out end of dirname. by Gustavo Sverzut Barbieri · 13 years ago
  58. 5988652 kmod-depmod: document --config/-C in help output. by Gustavo Sverzut Barbieri · 13 years ago
  59. b0bcadd kmod-depmod: add missing trailing \n to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  60. 599a032 elf: zero *array when count is zero. by Gustavo Sverzut Barbieri · 13 years ago
  61. db5d14c libkmod-file: refactor code to avoid ifdef mess. by Gustavo Sverzut Barbieri · 13 years ago
  62. 6717994 utils/read_str_safe(): fix wrong behavior and bugs. by Gustavo Sverzut Barbieri · 13 years ago
  63. 657722d TODO: add task for providing man page by Lucas De Marchi · 13 years ago
  64. 51e873d Add test to check kmod_validate_resources by Lucas De Marchi · 13 years ago
  65. c4dc3ca Add call to check if resources are valid by Lucas De Marchi · 13 years ago
  66. 9fd58f3 index: save timestamp of each loaded index by Lucas De Marchi · 13 years ago
  67. b6a4dfb config: save list of config paths with their timestamps by Lucas De Marchi · 13 years ago
  68. 0b29ef6 util: add helper function to compare timestamps by Lucas De Marchi · 13 years ago
  69. d8a6c0c kmod-modprobe: mimic modprobe when removing deps with usecount=0 by Lucas De Marchi · 13 years ago
  70. c9a1444 Fix leak of kmod_module and fix code style by Lucas De Marchi · 13 years ago
  71. 5a96c5f TODO: add list of things that are different on kmod by Lucas De Marchi · 13 years ago
  72. 0e9bd2d kmodprobe: post-remove module deps with 0 refcnt by Dave Reisner · 13 years ago
  73. d98880a modprobe: use lighter access call instead of stat by Dave Reisner · 13 years ago
  74. b09668c modprobe: remove --list option by Dave Reisner · 13 years ago
  75. 9070b11 libkmod-config: remove warning for skipped config files by Dave Reisner · 13 years ago
  76. 2f76fda Use last enum value instead of ARRAY_SIZE by Lucas De Marchi · 13 years ago
  77. 4926cb5 Do not call exported function for mod->name by Lucas De Marchi · 13 years ago
  78. 0d46743 Move function to the right place by Lucas De Marchi · 13 years ago
  79. e47c604 Ignore "already loaded" error in module_probe_insert_module() by Lucas De Marchi · 13 years ago
  80. bbf5932 Use errno instead of return value of init_module() by Lucas De Marchi · 13 years ago
  81. 1698456 libkmod-util: getline_wrapped: return NULL when buffer allocation fails by Leandro Pereira · 13 years ago
  82. 40ee8da Do not forget parenthesis around if (streq(A, B)). by Leandro Pereira · 13 years ago
  83. 0c010fa Move libkmod-util.c to convenience util lib by Lucas De Marchi · 13 years ago
  84. 6670c63 Move array implementation from depmode to libkmod-util by Lucas De Marchi · 13 years ago
  85. f6cf14c tools: kmod: bundle depmod together with the others by Lucas De Marchi · 13 years ago
  86. bcb8122 Fix header guard by Lucas De Marchi · 13 years ago
  87. 4783d69 kmod tool: don't keep iterating when command has been executed by Leandro Pereira · 13 years ago
  88. a4848e2 Move util functions to libkmod-util.c by Lucas De Marchi · 13 years ago
  89. 5cd1306 kmod-depmod: use hash implementation from util lib by Lucas De Marchi · 13 years ago
  90. 8d1278d hash: add iterator by Lucas De Marchi · 13 years ago
  91. 529148e build-sys: create libkmod-util.la convenience lib by Lucas De Marchi · 13 years ago
  92. d707380 Copy missing hash functions from kmod-depmod to libkmod by Lucas De Marchi · 13 years ago
  93. 822913d Remove kmod_ prefix from hash implementation by Lucas De Marchi · 13 years ago
  94. ebaa7be Log paths if kmod_module_new_from_path() failed by Lucas De Marchi · 13 years ago
  95. 3af535c TODO: format and add task by Lucas De Marchi · 13 years ago
  96. ea1b8c3 kmod-depmod: Fix leak of dependency vector by Lucas De Marchi · 13 years ago
  97. a627c3f kmod-depmod: refactor extension matching array, support XZ. by Gustavo Sverzut Barbieri · 13 years ago
  98. 18cd9da kmod-depmod: implement -A (--quick) by Gustavo Sverzut Barbieri · 13 years ago
  99. 4a0e46d kmod-depmod: implement -F and -E options. by Gustavo Sverzut Barbieri · 13 years ago
  100. 009ed66 update TODO by Gustavo Sverzut Barbieri · 13 years ago