1. b87d01d modprobe: Update error message when path is missing by Laura Abbott · 9 years ago
  2. 655de27 tools: display features in --version by Lucas De Marchi · 9 years ago
  3. e2719b3 modprobe: stop checking initstate for builtin modules by Lucas De Marchi · 9 years ago
  4. f357866 Fix includes after change to build-sys by Lucas De Marchi · 9 years ago
  5. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  6. 74d1df6 Move array implementation to shared directory by Lucas De Marchi · 10 years ago
  7. 576dd43 Move macro.h to shared directory by Lucas De Marchi · 10 years ago
  8. c010f02 modprobe: don't check refcount with remove command by Johannes Berg · 11 years ago
  9. 1958af8 Add format attribute and fix issues by Lucas De Marchi · 11 years ago
  10. ace742f modprobe: Fix assertion on --show-depends with bogus config file by Lucas De Marchi · 11 years ago
  11. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  12. 7c04aee tools: use program_invocation_short_name provided by libc by Lucas De Marchi · 12 years ago
  13. fcb0ce9 tools: share function for logging by Lucas De Marchi · 12 years ago
  14. 52a50fe tools: share setting up libkmod log by Lucas De Marchi · 12 years ago
  15. 92aad74 tools: use a single function for logging libkmod output by Lucas De Marchi · 12 years ago
  16. 34e06bf tools: make usage() messages go to stdout rather than stderr by Lucas De Marchi · 12 years ago
  17. 84341fb tools: share function to convert prio to string by Lucas De Marchi · 12 years ago
  18. 4a2e20d tools: share getting program name from argv for all tools by Lucas De Marchi · 12 years ago
  19. d9a2e15 modprobe: use ERR() instead of fprintf(stderr, ...) by Lucas De Marchi · 12 years ago
  20. d96ae03 modprobe: prefix log messages to stderr with modprobe by Lucas De Marchi · 12 years ago
  21. 07df56e modprobe: move log function by Lucas De Marchi · 12 years ago
  22. 86cc1f2 modprobe: prefix libkmod messages to stderr with modprobe: by Lucas De Marchi · 12 years ago
  23. 1e947e3 modprobe: use prio_to_str() helper by Lucas De Marchi · 12 years ago
  24. 4434d8b modprobe: exit in one place by Lucas De Marchi · 12 years ago
  25. c5b37db build-sys: Remove --with-rootprefix option by Dave Reisner · 12 years ago
  26. 36ddee6 modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY by Lucas De Marchi · 12 years ago
  27. ccd6afa Remove ifdef for building tools not bundled by Lucas De Marchi · 12 years ago
  28. ac78e10 tools: rename source files by Lucas De Marchi · 12 years ago[Renamed from tools/kmod-modprobe.c]
  29. ccb64d1 modprobe: handle -ENOENT return from init_module by Dave Reisner · 12 years ago
  30. 02629fa modprobe: fix typo in config dump: option->options by Elan Ruusamäe · 12 years ago
  31. ae7ebe8 modprobe: set log prio to 0 if user passed -q arg by Lucas De Marchi · 12 years ago
  32. 23ea575 Merge branch 'master' of git://code.falconindy.com/kmod by Lucas De Marchi · 12 years ago
  33. c1b8454 modprobe: always try to remove all modules in command line by Lucas De Marchi · 12 years ago
  34. 4744ebc modprobe: don't check if module builtin to decide if it's builtin by Lucas De Marchi · 12 years ago
  35. f758caf modprobe: fix error path in removing modules by Dave Reisner · 12 years ago
  36. aa5da52 modprobe: show builtin label on --show-depends by Dave Reisner · 12 years ago
  37. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 12 years ago
  38. 1505ee9 modprobe: avoid breaking on insertion failure by Dave Reisner · 12 years ago
  39. 297a318 modprobe: properly handle errors from init_module by Dave Reisner · 12 years ago
  40. 69a1974 modprobe: post-remove module deps with 0 refcnt by Dave Reisner · 12 years ago
  41. 2e9dcd7 kmod-modprobe: migrate to kmod_module_probe_insert_module() by Lucas De Marchi · 12 years ago
  42. 28f32c6 modprobe: print end of configuration files by Lucas De Marchi · 12 years ago
  43. 3ef848b modprobe: fix build 'cause of excessive number of arguments by Lucas De Marchi · 12 years ago
  44. cc98830 modprobe: remove code referring to -t, --type by Dave Reisner · 12 years ago
  45. 569f160 modprobe: kill operations depending on path by Lucas De Marchi · 12 years ago
  46. eff917c WEXITSTATUS is defined in sys/wait.h by Thierry Vignaud · 12 years ago
  47. 09e9ae5 modprobe: flush stdout before dumping indexes by Lucas De Marchi · 12 years ago
  48. 49a1637 modprobe: dump indexes as well by Lucas De Marchi · 12 years ago
  49. bc43496 modprobe: dump configuration by Lucas De Marchi · 12 years ago
  50. 8b01376 modprobe: abort on dependency loop that cannot be broken by Lucas De Marchi · 12 years ago
  51. e4e1e64 modprobe: fix leak on error path by Lucas De Marchi · 12 years ago
  52. a872bba modprobe: rework module removal without tree traversing by Lucas De Marchi · 12 years ago
  53. 0cf2832 modprobe: rework module insertion without tree traversing by Lucas De Marchi · 12 years ago
  54. 9212261 modprobe: show if module is in kernel by Lucas De Marchi · 12 years ago
  55. af0ff2f modprobe: break dependency loop by checking if module is loaded by Lucas De Marchi · 12 years ago
  56. 8f19221 modprobe: adhere do coding style by Lucas De Marchi · 12 years ago
  57. b54f1bf modprobe: check for EPERM on insertion by Dave Reisner · 12 years ago
  58. a66a6a9 Update copyright by Lucas De Marchi · 12 years ago
  59. cb0d0b7 modprobe: fix error path when loading dependencies by Lucas De Marchi · 12 years ago
  60. 525fa07 modprobe: show is independent from verbose level. by Gustavo Sverzut Barbieri · 12 years ago
  61. 7f37491 tools/modprobe: exit non-zero on module not found with --all by Dave Reisner · 12 years ago
  62. 6369837 tools: unify error verbiage and casing by Dave Reisner · 12 years ago
  63. d8a6c0c kmod-modprobe: mimic modprobe when removing deps with usecount=0 by Lucas De Marchi · 12 years ago
  64. c9a1444 Fix leak of kmod_module and fix code style by Lucas De Marchi · 12 years ago
  65. 0e9bd2d kmodprobe: post-remove module deps with 0 refcnt by Dave Reisner · 12 years ago
  66. d98880a modprobe: use lighter access call instead of stat by Dave Reisner · 12 years ago
  67. b09668c modprobe: remove --list option by Dave Reisner · 12 years ago
  68. fa29c0e tools: kmod: Add handling of compat modprobe by Lucas De Marchi · 12 years ago
  69. 3e8de63 kmod_modprobe: use basename(argv[0]) in help message by Lucas De Marchi · 12 years ago
  70. 5f9f58f kmod-modprobe: fix leak in command line option processing. by Gustavo Sverzut Barbieri · 12 years ago
  71. 2c96693 kmod_modprobe: fix description of -C flag by Lucas De Marchi · 12 years ago
  72. a308abe introduce --with-rootprefix=DIR by Kay Sievers · 12 years ago
  73. 95dd837 kmod_modprobe: Fix regression when inserting module by Lucas De Marchi · 12 years ago
  74. ab70dce kmod-modprobe: improve --help output. by Gustavo Sverzut Barbieri · 12 years ago
  75. 0e3e2f4 kmod-modprobe: implement --dump-modversions by Gustavo Sverzut Barbieri · 12 years ago
  76. e5e2a68 kmod_modprobe: properly handle install/remove commands by Lucas De Marchi · 12 years ago
  77. 9bf60d2 kmod_modprobe: fix handling of remove commands by Lucas De Marchi · 12 years ago
  78. e793f1e kmod-modprobe: implement softdeps. by Gustavo Sverzut Barbieri · 12 years ago
  79. 8122985 tools: fix kmod-modprobe -R trying to insert module by Lucas De Marchi · 12 years ago
  80. cb451f3 Change licenses by Lucas De Marchi · 12 years ago
  81. cb8d4d3 API-BREAK: kmod_new() takes a second parameter for configuration directory. by Gustavo Sverzut Barbieri · 12 years ago
  82. c3d0a5f tools: add modprobe by Gustavo Sverzut Barbieri · 12 years ago