1. fe8b067 build-sys: do not create symlinks by default by Lucas De Marchi · 13 years ago
  2. 569f160 modprobe: kill operations depending on path by Lucas De Marchi · 13 years ago
  3. 411d83c Add program to calculate the shortest relative path for symlinks by Lucas De Marchi · 13 years ago
  4. eff917c WEXITSTATUS is defined in sys/wait.h by Thierry Vignaud · 13 years ago
  5. 09e9ae5 modprobe: flush stdout before dumping indexes by Lucas De Marchi · 13 years ago
  6. b8542a8 Fix common misspelling with codespell by Lucas De Marchi · 13 years ago
  7. 49a1637 modprobe: dump indexes as well by Lucas De Marchi · 13 years ago
  8. e15a56a depmod: deal with relative root dir by Lucas De Marchi · 13 years ago
  9. 33557e8 depmod: fix idx calculation after postponed array creation by Lucas De Marchi · 13 years ago
  10. 31f1d0d Reduce scope of counter variable by Lucas De Marchi · 13 years ago
  11. f6b838e depmod: adhere to coding style by Lucas De Marchi · 13 years ago
  12. bc43496 modprobe: dump configuration by Lucas De Marchi · 13 years ago
  13. 8b01376 modprobe: abort on dependency loop that cannot be broken by Lucas De Marchi · 13 years ago
  14. e4e1e64 modprobe: fix leak on error path by Lucas De Marchi · 13 years ago
  15. a872bba modprobe: rework module removal without tree traversing by Lucas De Marchi · 13 years ago
  16. 0cf2832 modprobe: rework module insertion without tree traversing by Lucas De Marchi · 13 years ago
  17. 9212261 modprobe: show if module is in kernel by Lucas De Marchi · 13 years ago
  18. 00bd319 depmod: Postpone creation of module array by Jan Alexander Steffens (heftig) · 13 years ago
  19. af0ff2f modprobe: break dependency loop by checking if module is loaded by Lucas De Marchi · 13 years ago
  20. 8f19221 modprobe: adhere do coding style by Lucas De Marchi · 13 years ago
  21. 6da9cdf rmmod: behavior more like m-i-t's rmmod by Dave Reisner · 13 years ago
  22. b54f1bf modprobe: check for EPERM on insertion by Dave Reisner · 13 years ago
  23. 0b22179 build-sys: workaround libtool issue with argv[0] by Lucas De Marchi · 13 years ago
  24. 00fc926 build-sys: create symlinks instead of building separate tools by Lucas De Marchi · 13 years ago
  25. a66a6a9 Update copyright by Lucas De Marchi · 13 years ago
  26. cb0d0b7 modprobe: fix error path when loading dependencies by Lucas De Marchi · 13 years ago
  27. 525fa07 modprobe: show is independent from verbose level. by Gustavo Sverzut Barbieri · 13 years ago
  28. 6daceb2 Replace NAME_MAX with PATH_MAX for module aliases by Lucas De Marchi · 13 years ago
  29. 55021be tools/kmod-depmod: fix aliasing warning by Rolf Eike Beer · 13 years ago
  30. 3f1e970 Revert "tools/kmod-depmod: fix aliasing warning" by Lucas De Marchi · 13 years ago
  31. f63fc9e tools/kmod-depmod: fix aliasing warning by root · 13 years ago
  32. 7f37491 tools/modprobe: exit non-zero on module not found with --all by Dave Reisner · 13 years ago
  33. 5f85a13 tools/modinfo: exit non-zero on module not found by Dave Reisner · 13 years ago
  34. aa156c9 tools: use basename in help message by Lucas De Marchi · 13 years ago
  35. 56406fd kmod-depmod: demote messages to WRN when non-critical files are missing by Lucas De Marchi · 13 years ago
  36. 6369837 tools: unify error verbiage and casing by Dave Reisner · 13 years ago
  37. 3db5bf9 kmod-depmod: fix replacement of existing modules. by Gustavo Sverzut Barbieri · 13 years ago
  38. 026c7b4 kmod-depmod: fix comparison of module priority. by Gustavo Sverzut Barbieri · 13 years ago
  39. 8ea02fe kmod-depmod: fix incorrect math finding out end of dirname. by Gustavo Sverzut Barbieri · 13 years ago
  40. 5988652 kmod-depmod: document --config/-C in help output. by Gustavo Sverzut Barbieri · 13 years ago
  41. b0bcadd kmod-depmod: add missing trailing \n to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  42. d8a6c0c kmod-modprobe: mimic modprobe when removing deps with usecount=0 by Lucas De Marchi · 13 years ago
  43. c9a1444 Fix leak of kmod_module and fix code style by Lucas De Marchi · 13 years ago
  44. 0e9bd2d kmodprobe: post-remove module deps with 0 refcnt by Dave Reisner · 13 years ago
  45. d98880a modprobe: use lighter access call instead of stat by Dave Reisner · 13 years ago
  46. b09668c modprobe: remove --list option by Dave Reisner · 13 years ago
  47. 0c010fa Move libkmod-util.c to convenience util lib by Lucas De Marchi · 13 years ago
  48. 6670c63 Move array implementation from depmode to libkmod-util by Lucas De Marchi · 13 years ago
  49. f6cf14c tools: kmod: bundle depmod together with the others by Lucas De Marchi · 13 years ago
  50. bcb8122 Fix header guard by Lucas De Marchi · 13 years ago
  51. 4783d69 kmod tool: don't keep iterating when command has been executed by Leandro Pereira · 13 years ago
  52. 5cd1306 kmod-depmod: use hash implementation from util lib by Lucas De Marchi · 13 years ago
  53. ea1b8c3 kmod-depmod: Fix leak of dependency vector by Lucas De Marchi · 13 years ago
  54. a627c3f kmod-depmod: refactor extension matching array, support XZ. by Gustavo Sverzut Barbieri · 13 years ago
  55. 18cd9da kmod-depmod: implement -A (--quick) by Gustavo Sverzut Barbieri · 13 years ago
  56. 4a0e46d kmod-depmod: implement -F and -E options. by Gustavo Sverzut Barbieri · 13 years ago
  57. 7436788 kmod-depmod: dump modules.dep.bin by Gustavo Sverzut Barbieri · 13 years ago
  58. ec77abb kmod-depmod: dump modules.alias.bin by Gustavo Sverzut Barbieri · 13 years ago
  59. 75a9723 kmod-depmod: dump modules.symbols.bin by Gustavo Sverzut Barbieri · 13 years ago
  60. 4b144e5 kmod-depmod: dump modules.builtin.bin by Gustavo Sverzut Barbieri · 13 years ago
  61. 92df661 kmod-depmod: add utility functions to be used by binary dumps. by Gustavo Sverzut Barbieri · 13 years ago
  62. 0de4046 kmod-depmod: copy code from module-init-tools/index.c by Gustavo Sverzut Barbieri · 13 years ago
  63. 8e3505c kmod-depmod: dump deps. by Gustavo Sverzut Barbieri · 13 years ago
  64. 0d13174 kmod-depmod: dump aliases by Gustavo Sverzut Barbieri · 13 years ago
  65. 8bc830e kmod-depmod: dump softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  66. 9a14d0e kmod-depmod: dump modules.symbols by Gustavo Sverzut Barbieri · 13 years ago
  67. 25c4151 kmod-depmod: dump devname by Gustavo Sverzut Barbieri · 13 years ago
  68. 64b8b58 kmod-depmod: initial code (no files generated, untested) by Gustavo Sverzut Barbieri · 13 years ago
  69. 9b966da tools: kmod: show wrong command in err message by Lucas De Marchi · 13 years ago
  70. a458e36 tools: kmod: print help message when no commands given by Lucas De Marchi · 13 years ago
  71. 252c51a tools: kmod: add list command by Lucas De Marchi · 13 years ago
  72. fa29c0e tools: kmod: Add handling of compat modprobe by Lucas De Marchi · 13 years ago
  73. 769becb tools: kmod: Add handling of compat modinfo by Lucas De Marchi · 13 years ago
  74. ad60269 tools: kmod: Add handling of compat insmod by Lucas De Marchi · 13 years ago
  75. f712ebc tools: kmod: Add handling of compat rmmod by Lucas De Marchi · 13 years ago
  76. 6fcf69e tools: kmod: Add handling of compat lsmod by Lucas De Marchi · 13 years ago
  77. 35a29aa tools: kmod: check progname for handling compat commands by Lucas De Marchi · 13 years ago
  78. bc85432 tools: kmod: Add global options by Lucas De Marchi · 13 years ago
  79. 8900b91 tools: add skeleton of kmod tool by Lucas De Marchi · 13 years ago
  80. 3e8de63 kmod_modprobe: use basename(argv[0]) in help message by Lucas De Marchi · 13 years ago
  81. 5f9f58f kmod-modprobe: fix leak in command line option processing. by Gustavo Sverzut Barbieri · 13 years ago
  82. 2c96693 kmod_modprobe: fix description of -C flag by Lucas De Marchi · 13 years ago
  83. a308abe introduce --with-rootprefix=DIR by Kay Sievers · 13 years ago
  84. 95dd837 kmod_modprobe: Fix regression when inserting module by Lucas De Marchi · 13 years ago
  85. b014c49 kmod-modinfo: -p (-F parm) shows also parmtype in Debian expected formatting. by Gustavo Sverzut Barbieri · 13 years ago
  86. 515ec79 kmod-modinfo: fix typo and output format. by Gustavo Sverzut Barbieri · 13 years ago
  87. 022e1f0 kmod-modinfo: add missing short options. by Gustavo Sverzut Barbieri · 13 years ago
  88. 0cc3ccf Introduce kmod-modinfo. by Gustavo Sverzut Barbieri · 13 years ago
  89. ab70dce kmod-modprobe: improve --help output. by Gustavo Sverzut Barbieri · 13 years ago
  90. 0e3e2f4 kmod-modprobe: implement --dump-modversions by Gustavo Sverzut Barbieri · 13 years ago
  91. e5e2a68 kmod_modprobe: properly handle install/remove commands by Lucas De Marchi · 13 years ago
  92. 9bf60d2 kmod_modprobe: fix handling of remove commands by Lucas De Marchi · 13 years ago
  93. e793f1e kmod-modprobe: implement softdeps. by Gustavo Sverzut Barbieri · 13 years ago
  94. 8122985 tools: fix kmod-modprobe -R trying to insert module by Lucas De Marchi · 13 years ago
  95. cb451f3 Change licenses by Lucas De Marchi · 13 years ago
  96. 45f2778 Remove warnings: ‘err’ may be used uninitialized in this function by Lucas De Marchi · 13 years ago
  97. 2411c07 Do not use config if it's not needed/wanted by Lucas De Marchi · 13 years ago
  98. a102e26 Rename kmod_loaded_get_list() to kmod_module_new_from_loaded() by Lucas De Marchi · 13 years ago
  99. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 13 years ago
  100. c3d0a5f tools: add modprobe by Gustavo Sverzut Barbieri · 13 years ago