1. cb51a64 depmod: fix string overflow by Lucas De Marchi · 8 years ago
  2. d46136b depmod: Ignore PowerPC64 ABIv2 .TOC. symbol by Anton Blanchard · 8 years ago
  3. 4c30a11 depmod: Don't insert comment in modules.devname if otherwise empty by Josh Triplett · 9 years ago
  4. f3f62f5 depmod: Don't fall back to uname on bad version by Laura Abbott · 9 years ago
  5. 50f43ce depmod: Remove unprinted debug messages by Laura Abbott · 9 years ago
  6. 655de27 tools: display features in --version by Lucas De Marchi · 9 years ago
  7. 22df456 depmod: add asserts to ensure positive return from ftell() by Lucas De Marchi · 10 years ago
  8. a1bec0d depmod: fix leak in case of malloc(0) by Lucas De Marchi · 10 years ago
  9. a07ea03 depmod: use cleanup attribute to simplify free on exit by Lucas De Marchi · 10 years ago
  10. 0b3aef2 depmod: Fix crash in previous commit if root is not set by Colin Walters · 10 years ago
  11. e90f070 depmod: fix leaking root on exit by Lucas De Marchi · 10 years ago
  12. f357866 Fix includes after change to build-sys by Lucas De Marchi · 10 years ago
  13. 778395e depmod: point to documentation in libkmod by Lucas De Marchi · 10 years ago
  14. f4e8c16 Move remaining functions from libkmod-util to shared by Lucas De Marchi · 10 years ago
  15. 3753ae1 depmod: use alias_normalize() from shared by Lucas De Marchi · 10 years ago
  16. b95506f Do not export array of kmod extensions by Lucas De Marchi · 10 years ago
  17. aafd383 Rename getline_wrapped() to freadline_wrapped() by Lucas De Marchi · 10 years ago
  18. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  19. 0db718e Move hash implementation to shared directory by Lucas De Marchi · 10 years ago
  20. 74d1df6 Move array implementation to shared directory by Lucas De Marchi · 10 years ago
  21. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  22. 576dd43 Move macro.h to shared directory by Lucas De Marchi · 10 years ago
  23. c89d219 depmod: Add better error messages when facing loops by Lucas De Marchi · 10 years ago
  24. a873f23 depmod: Rename variable to clarify its meaning by Lucas De Marchi · 10 years ago
  25. c48b269 depmod: Make dependency loops be fatal by Lucas De Marchi · 10 years ago
  26. 8240333 config: also parse softdeps from modules by Tom Gundersen · 11 years ago
  27. 49b33c1 depmod: do not allow partial matches with "search" directive by Anssi Hannula · 11 years ago
  28. 27881f6 depmod: fix debug print parameter order by Anssi Hannula · 11 years ago
  29. 519d27d libkmod-config,depmod: Accept special files as configuration files, too by Michal Marek · 11 years ago
  30. 6506ddf depmod: warn on invalid devname specification by Tom Gundersen · 11 years ago
  31. 7e0385c Fix usage of readdir_r() by Lucas De Marchi · 11 years ago
  32. c117088 depmod: add missing "else" clause by Jan Engelhardt · 11 years ago
  33. 1958af8 Add format attribute and fix issues by Lucas De Marchi · 11 years ago
  34. e6b0e49 Update copyright notices by Lucas De Marchi · 12 years ago
  35. 572a271 depmod: fix builtin symbols resolution when the prefix symbol is set by Andrey Mazo · 12 years ago
  36. c02a8e6 depmod: --symbol-prefix actually requires an argument by Andrey Mazo · 12 years ago
  37. 650f89c depmod: fix checking file extension by Lucas De Marchi · 12 years ago
  38. 6f02b6f fix is_module_filename() by Aleksey Makarov · 12 years ago
  39. 02c64df depmod: fix asserting mod->kmod == NULL by Lucas De Marchi · 12 years ago
  40. 0629462 depmod: fix hash lookup by relpath instead of uncrelpath by Lucas De Marchi · 12 years ago
  41. 7c04aee tools: use program_invocation_short_name provided by libc by Lucas De Marchi · 12 years ago
  42. fcb0ce9 tools: share function for logging by Lucas De Marchi · 12 years ago
  43. 52a50fe tools: share setting up libkmod log by Lucas De Marchi · 12 years ago
  44. 34e06bf tools: make usage() messages go to stdout rather than stderr by Lucas De Marchi · 12 years ago
  45. 84341fb tools: share function to convert prio to string by Lucas De Marchi · 12 years ago
  46. 4a2e20d tools: share getting program name from argv for all tools by Lucas De Marchi · 12 years ago
  47. 96b50d3 depmod: add depmod prefix to log messages by Lucas De Marchi · 12 years ago
  48. a3f16ff depmod: remove inline from _log by Lucas De Marchi · 12 years ago
  49. 61c48db depmod: prefer ERR and WRN over plain fprintf by Lucas De Marchi · 12 years ago
  50. e4a7352 depmod: unref kmod_module once we don't need it anymore by Lucas De Marchi · 12 years ago
  51. 447eed8 depmod: use our copy of modname instead of calling libkmod by Lucas De Marchi · 12 years ago
  52. ec587f2 depmod: cache dependency_symbol list in struct mod by Lucas De Marchi · 12 years ago
  53. 7062eca depmod: cache info_list in struct mod by Lucas De Marchi · 12 years ago
  54. b51ac40 depmod: do not create a hole in struct depmod by Lucas De Marchi · 12 years ago
  55. 88c247f depmod: fix parsing of modules.order with compressed modules by Lucas De Marchi · 12 years ago
  56. c5b37db build-sys: Remove --with-rootprefix option by Dave Reisner · 12 years ago
  57. 3f376cd depmod: use ferror and fclose to check for error by Lucas De Marchi · 12 years ago
  58. a4fb97a depmod: return error when index is truncated due to ENOSPC by Lucas De Marchi · 12 years ago
  59. 015946d depmod: fix coding-style issue in array declaration by Lucas De Marchi · 12 years ago
  60. 80e49ad depmod: fail if any index could not be created by Lucas De Marchi · 12 years ago
  61. c5db1a3 depmod: don't return error if modules.builtin don't exist by Lucas De Marchi · 12 years ago
  62. ccd6afa Remove ifdef for building tools not bundled by Lucas De Marchi · 12 years ago
  63. ac78e10 tools: rename source files by Lucas De Marchi · 12 years ago[Renamed from tools/kmod-depmod.c]
  64. 819f79a depmod: report failures in loading symbols by Dave Reisner · 12 years ago
  65. 20c6e18 Return error instead of always 0 by Lucas De Marchi · 12 years ago
  66. 18a492e Remove dead assignment by Lucas De Marchi · 12 years ago
  67. 035cbdc depmod: Dont use errno unconditionally by Khem Raj · 13 years ago
  68. b8542a8 Fix common misspelling with codespell by Lucas De Marchi · 13 years ago
  69. e15a56a depmod: deal with relative root dir by Lucas De Marchi · 13 years ago
  70. 33557e8 depmod: fix idx calculation after postponed array creation by Lucas De Marchi · 13 years ago
  71. 31f1d0d Reduce scope of counter variable by Lucas De Marchi · 13 years ago
  72. f6b838e depmod: adhere to coding style by Lucas De Marchi · 13 years ago
  73. 00bd319 depmod: Postpone creation of module array by Jan Alexander Steffens (heftig) · 13 years ago
  74. a66a6a9 Update copyright by Lucas De Marchi · 13 years ago
  75. 6daceb2 Replace NAME_MAX with PATH_MAX for module aliases by Lucas De Marchi · 13 years ago
  76. 55021be tools/kmod-depmod: fix aliasing warning by Rolf Eike Beer · 13 years ago
  77. 3f1e970 Revert "tools/kmod-depmod: fix aliasing warning" by Lucas De Marchi · 13 years ago
  78. f63fc9e tools/kmod-depmod: fix aliasing warning by root · 13 years ago
  79. aa156c9 tools: use basename in help message by Lucas De Marchi · 13 years ago
  80. 56406fd kmod-depmod: demote messages to WRN when non-critical files are missing by Lucas De Marchi · 13 years ago
  81. 6369837 tools: unify error verbiage and casing by Dave Reisner · 13 years ago
  82. 3db5bf9 kmod-depmod: fix replacement of existing modules. by Gustavo Sverzut Barbieri · 13 years ago
  83. 026c7b4 kmod-depmod: fix comparison of module priority. by Gustavo Sverzut Barbieri · 13 years ago
  84. 8ea02fe kmod-depmod: fix incorrect math finding out end of dirname. by Gustavo Sverzut Barbieri · 13 years ago
  85. 5988652 kmod-depmod: document --config/-C in help output. by Gustavo Sverzut Barbieri · 13 years ago
  86. b0bcadd kmod-depmod: add missing trailing \n to log messages. by Gustavo Sverzut Barbieri · 13 years ago
  87. 0c010fa Move libkmod-util.c to convenience util lib by Lucas De Marchi · 13 years ago
  88. 6670c63 Move array implementation from depmode to libkmod-util by Lucas De Marchi · 13 years ago
  89. f6cf14c tools: kmod: bundle depmod together with the others by Lucas De Marchi · 13 years ago
  90. 5cd1306 kmod-depmod: use hash implementation from util lib by Lucas De Marchi · 13 years ago
  91. ea1b8c3 kmod-depmod: Fix leak of dependency vector by Lucas De Marchi · 13 years ago
  92. a627c3f kmod-depmod: refactor extension matching array, support XZ. by Gustavo Sverzut Barbieri · 13 years ago
  93. 18cd9da kmod-depmod: implement -A (--quick) by Gustavo Sverzut Barbieri · 13 years ago
  94. 4a0e46d kmod-depmod: implement -F and -E options. by Gustavo Sverzut Barbieri · 13 years ago
  95. 7436788 kmod-depmod: dump modules.dep.bin by Gustavo Sverzut Barbieri · 13 years ago
  96. ec77abb kmod-depmod: dump modules.alias.bin by Gustavo Sverzut Barbieri · 13 years ago
  97. 75a9723 kmod-depmod: dump modules.symbols.bin by Gustavo Sverzut Barbieri · 13 years ago
  98. 4b144e5 kmod-depmod: dump modules.builtin.bin by Gustavo Sverzut Barbieri · 13 years ago
  99. 92df661 kmod-depmod: add utility functions to be used by binary dumps. by Gustavo Sverzut Barbieri · 13 years ago
  100. 0de4046 kmod-depmod: copy code from module-init-tools/index.c by Gustavo Sverzut Barbieri · 13 years ago