1. 92aad74 tools: use a single function for logging libkmod output by Lucas De Marchi · 12 years ago
  2. 34e06bf tools: make usage() messages go to stdout rather than stderr by Lucas De Marchi · 12 years ago
  3. 84341fb tools: share function to convert prio to string by Lucas De Marchi · 12 years ago
  4. 4a2e20d tools: share getting program name from argv for all tools by Lucas De Marchi · 12 years ago
  5. e6996c5 rmmod: route all messages to syslog if told to by Lucas De Marchi · 12 years ago
  6. 04c26d2 rmmod: prefer ERR over plain fprintf by Lucas De Marchi · 12 years ago
  7. 9382dbf modinfo: prefer ERR over plain fprintf by Lucas De Marchi · 12 years ago
  8. e2f9478 insmod: prefer ERR over plain fprintf by Lucas De Marchi · 12 years ago
  9. 96b50d3 depmod: add depmod prefix to log messages by Lucas De Marchi · 12 years ago
  10. a3f16ff depmod: remove inline from _log by Lucas De Marchi · 12 years ago
  11. 61c48db depmod: prefer ERR and WRN over plain fprintf by Lucas De Marchi · 12 years ago
  12. d9a2e15 modprobe: use ERR() instead of fprintf(stderr, ...) by Lucas De Marchi · 12 years ago
  13. d96ae03 modprobe: prefix log messages to stderr with modprobe by Lucas De Marchi · 12 years ago
  14. 07df56e modprobe: move log function by Lucas De Marchi · 12 years ago
  15. 86cc1f2 modprobe: prefix libkmod messages to stderr with modprobe: by Lucas De Marchi · 12 years ago
  16. 1e947e3 modprobe: use prio_to_str() helper by Lucas De Marchi · 12 years ago
  17. 4434d8b modprobe: exit in one place by Lucas De Marchi · 12 years ago
  18. e4a7352 depmod: unref kmod_module once we don't need it anymore by Lucas De Marchi · 12 years ago
  19. 447eed8 depmod: use our copy of modname instead of calling libkmod by Lucas De Marchi · 12 years ago
  20. ec587f2 depmod: cache dependency_symbol list in struct mod by Lucas De Marchi · 12 years ago
  21. 7062eca depmod: cache info_list in struct mod by Lucas De Marchi · 12 years ago
  22. b51ac40 depmod: do not create a hole in struct depmod by Lucas De Marchi · 12 years ago
  23. cc83364 rmmod: Deprecate --wait option by Lucas De Marchi · 12 years ago
  24. 88c247f depmod: fix parsing of modules.order with compressed modules 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. e8fd8fe Use #pragma once instead of #ifndef by Lucas De Marchi · 12 years ago
  28. 3f376cd depmod: use ferror and fclose to check for error by Lucas De Marchi · 12 years ago
  29. a4fb97a depmod: return error when index is truncated due to ENOSPC by Lucas De Marchi · 12 years ago
  30. 015946d depmod: fix coding-style issue in array declaration by Lucas De Marchi · 12 years ago
  31. 80e49ad depmod: fail if any index could not be created by Lucas De Marchi · 12 years ago
  32. c5db1a3 depmod: don't return error if modules.builtin don't exist by Lucas De Marchi · 12 years ago
  33. ccd6afa Remove ifdef for building tools not bundled by Lucas De Marchi · 12 years ago
  34. ac78e10 tools: rename source files by Lucas De Marchi · 12 years ago
  35. 819f79a depmod: report failures in loading symbols by Dave Reisner · 12 years ago
  36. 20c6e18 Return error instead of always 0 by Lucas De Marchi · 12 years ago
  37. 18a492e Remove dead assignment by Lucas De Marchi · 12 years ago
  38. ccb64d1 modprobe: handle -ENOENT return from init_module by Dave Reisner · 12 years ago
  39. 02629fa modprobe: fix typo in config dump: option->options by Elan Ruusamäe · 13 years ago
  40. ae7ebe8 modprobe: set log prio to 0 if user passed -q arg by Lucas De Marchi · 13 years ago
  41. 23ea575 Merge branch 'master' of git://code.falconindy.com/kmod by Lucas De Marchi · 13 years ago
  42. c1b8454 modprobe: always try to remove all modules in command line by Lucas De Marchi · 13 years ago
  43. 4744ebc modprobe: don't check if module builtin to decide if it's builtin by Lucas De Marchi · 13 years ago
  44. f758caf modprobe: fix error path in removing modules by Dave Reisner · 13 years ago
  45. aa5da52 modprobe: show builtin label on --show-depends by Dave Reisner · 13 years ago
  46. 3e4c6af modinfo: use new apply_filter method to avoid builtins by Dave Reisner · 13 years ago
  47. a23f0c9 modinfo: handle arguments more carefully by Dan McGee · 13 years ago
  48. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 13 years ago
  49. 2ec7983 Update .gitignore files by Dan McGee · 13 years ago
  50. 035cbdc depmod: Dont use errno unconditionally by Khem Raj · 13 years ago
  51. 1505ee9 modprobe: avoid breaking on insertion failure by Dave Reisner · 13 years ago
  52. 297a318 modprobe: properly handle errors from init_module by Dave Reisner · 13 years ago
  53. 69a1974 modprobe: post-remove module deps with 0 refcnt by Dave Reisner · 13 years ago
  54. 2e9dcd7 kmod-modprobe: migrate to kmod_module_probe_insert_module() by Lucas De Marchi · 13 years ago
  55. 28f32c6 modprobe: print end of configuration files by Lucas De Marchi · 13 years ago
  56. 3ef848b modprobe: fix build 'cause of excessive number of arguments by Lucas De Marchi · 13 years ago
  57. cc98830 modprobe: remove code referring to -t, --type by Dave Reisner · 13 years ago
  58. fe8b067 build-sys: do not create symlinks by default by Lucas De Marchi · 13 years ago
  59. 569f160 modprobe: kill operations depending on path by Lucas De Marchi · 13 years ago
  60. 411d83c Add program to calculate the shortest relative path for symlinks by Lucas De Marchi · 13 years ago
  61. eff917c WEXITSTATUS is defined in sys/wait.h by Thierry Vignaud · 13 years ago
  62. 09e9ae5 modprobe: flush stdout before dumping indexes by Lucas De Marchi · 13 years ago
  63. b8542a8 Fix common misspelling with codespell by Lucas De Marchi · 13 years ago
  64. 49a1637 modprobe: dump indexes as well by Lucas De Marchi · 13 years ago
  65. e15a56a depmod: deal with relative root dir by Lucas De Marchi · 13 years ago
  66. 33557e8 depmod: fix idx calculation after postponed array creation by Lucas De Marchi · 13 years ago
  67. 31f1d0d Reduce scope of counter variable by Lucas De Marchi · 13 years ago
  68. f6b838e depmod: adhere to coding style by Lucas De Marchi · 13 years ago
  69. bc43496 modprobe: dump configuration by Lucas De Marchi · 13 years ago
  70. 8b01376 modprobe: abort on dependency loop that cannot be broken by Lucas De Marchi · 13 years ago
  71. e4e1e64 modprobe: fix leak on error path by Lucas De Marchi · 13 years ago
  72. a872bba modprobe: rework module removal without tree traversing by Lucas De Marchi · 13 years ago
  73. 0cf2832 modprobe: rework module insertion without tree traversing by Lucas De Marchi · 13 years ago
  74. 9212261 modprobe: show if module is in kernel by Lucas De Marchi · 13 years ago
  75. 00bd319 depmod: Postpone creation of module array by Jan Alexander Steffens (heftig) · 13 years ago
  76. af0ff2f modprobe: break dependency loop by checking if module is loaded by Lucas De Marchi · 13 years ago
  77. 8f19221 modprobe: adhere do coding style by Lucas De Marchi · 13 years ago
  78. 6da9cdf rmmod: behavior more like m-i-t's rmmod by Dave Reisner · 13 years ago
  79. b54f1bf modprobe: check for EPERM on insertion by Dave Reisner · 13 years ago
  80. 0b22179 build-sys: workaround libtool issue with argv[0] by Lucas De Marchi · 13 years ago
  81. 00fc926 build-sys: create symlinks instead of building separate tools by Lucas De Marchi · 13 years ago
  82. a66a6a9 Update copyright by Lucas De Marchi · 13 years ago
  83. cb0d0b7 modprobe: fix error path when loading dependencies by Lucas De Marchi · 13 years ago
  84. 525fa07 modprobe: show is independent from verbose level. by Gustavo Sverzut Barbieri · 13 years ago
  85. 6daceb2 Replace NAME_MAX with PATH_MAX for module aliases by Lucas De Marchi · 13 years ago
  86. 55021be tools/kmod-depmod: fix aliasing warning by Rolf Eike Beer · 13 years ago
  87. 3f1e970 Revert "tools/kmod-depmod: fix aliasing warning" by Lucas De Marchi · 13 years ago
  88. f63fc9e tools/kmod-depmod: fix aliasing warning by root · 13 years ago
  89. 7f37491 tools/modprobe: exit non-zero on module not found with --all by Dave Reisner · 13 years ago
  90. 5f85a13 tools/modinfo: exit non-zero on module not found by Dave Reisner · 13 years ago
  91. aa156c9 tools: use basename in help message by Lucas De Marchi · 13 years ago
  92. 56406fd kmod-depmod: demote messages to WRN when non-critical files are missing by Lucas De Marchi · 13 years ago
  93. 6369837 tools: unify error verbiage and casing by Dave Reisner · 13 years ago
  94. 3db5bf9 kmod-depmod: fix replacement of existing modules. by Gustavo Sverzut Barbieri · 13 years ago
  95. 026c7b4 kmod-depmod: fix comparison of module priority. by Gustavo Sverzut Barbieri · 13 years ago
  96. 8ea02fe kmod-depmod: fix incorrect math finding out end of dirname. by Gustavo Sverzut Barbieri · 13 years ago
  97. 5988652 kmod-depmod: document --config/-C in help output. by Gustavo Sverzut Barbieri · 13 years ago
  98. b0bcadd kmod-depmod: add missing trailing \n to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  99. d8a6c0c kmod-modprobe: mimic modprobe when removing deps with usecount=0 by Lucas De Marchi · 13 years ago
  100. c9a1444 Fix leak of kmod_module and fix code style by Lucas De Marchi · 13 years ago