1. 13256ef modprobe: enable calling do_modprobe from within handle_module,insmod,rmmod by Andreas Robinson · 15 years ago
  2. 6220895 modprobe: put configuration objects in a struct by Andreas Robinson · 15 years ago
  3. bc334dd modprobe: cleanup indentation change in conf parser by Andreas Robinson · 15 years ago
  4. e13a554 modprobe: reduce nesting in conf parser by Andreas Robinson · 15 years ago
  5. 77e210c Merge branch 'master' into forkbomb by Alan Jenkins · 15 years ago alan
  6. ea21199 testsuite: re-add test for /proc/modules support by Alan Jenkins · 15 years ago
  7. 5579f32 testsuite: fix tests for install/remove commands by Alan Jenkins · 15 years ago
  8. 804e5b4 modprobe: ignore custom remove commands if module_in_kernel() doesnt work by Alan Jenkins · 15 years ago
  9. a23b80e modprobe: don't run remove commands for modules which are not loaded by Alan Jenkins · 15 years ago
  10. a1babd3 modprobe: Get module initstate from /proc/modules if not supported via sysfs by Alan Jenkins · 15 years ago
  11. 1743de8 modprobe: Don't assume module absent if no /sys/module/<module>/initstate by Alan Jenkins · 15 years ago
  12. 1a8d5a0 modprobe: Ignore custom install commands if module_in_kernel() doesn't work by Alan Jenkins · 15 years ago
  13. fdae0df module-init-tools v3.11-rc1 by Jon Masters · 15 years ago
  14. d2cc5ce modprobe: handle built-in modules (v4, this time tested...) by Michal Marek · 15 years ago
  15. e553ec0 depmod: change depfile functions to return int by Michal Marek · 15 years ago
  16. b252b18 modprobe: add --resolve-alias option by Thomas Bächler · 15 years ago
  17. cd02a8e logging: tell GCC to check calls to error() etc by Alan Jenkins · 15 years ago
  18. 0ae7e1a modinfo: Fix segmentation fault due to the wrong parameter by Ozan Çağlayan · 15 years ago
  19. 9a1c905 release: module-init-tools version 3.10 by Jon Masters · 15 years ago
  20. 351e438 testsuite: rebuild all module data files by Jon Masters · 15 years ago
  21. 82581ff From: Michal Marek <mmarek@suse.cz> by Jon Masters · 15 years ago
  22. f7de968 testsuite: add a Makefile to rebuild the test modules by Michal Marek · 15 years ago
  23. f266871 testsuite: add option to only test a given endianess / bitness by Michal Marek · 15 years ago
  24. 01b6fcd git: ignore libmodtools.a by Jon Masters · 15 years ago
  25. 6b5c377 Add cscope/ctags/etags files to .gitignore by Michal Marek · 15 years ago
  26. cd45f76 depmod: add ability to check symbol versions by Jon Masters · 15 years ago
  27. 0ed506f elfops: kill first argument of load_dep_syms() by Michal Marek · 15 years ago
  28. f4aab0f elfops: clean up load_symbols() by Michal Marek · 15 years ago
  29. 9ded272 doc: link depmod.d to depmod.conf also by Jon Masters · 15 years ago
  30. e6c8b2d Merge branch 'modprobe_main' of ../module_init_tools_andr345 by Jon Masters · 15 years ago
  31. eb17ff1 Merge branch 'modprobe_main' of git://github.com/andr345/module-init-tools into modprobe_main by Jon Masters · 15 years ago
  32. 6453e02 modprobe: fix various simple style issues related to the option flags by Andreas Robinson · 15 years ago
  33. af2dcad doc: delete modprobe -w option documentation by Andreas Robinson · 15 years ago
  34. afcee63 tests: remove depmod --unknown option test by Alan Jenkins · 15 years ago
  35. 8711058 modprobe: move modprobing from main() into separate function. by Andreas Robinson · 15 years ago
  36. 73bdf4a modprobe: merge option flags into a single parameter by Andreas Robinson · 15 years ago
  37. b45a24e modprobe: remove broken -w option by Andreas Robinson · 15 years ago
  38. 43f91f7 modprobe: rename some option variables by Andreas Robinson · 15 years ago
  39. 22ee635 test-depmod: Fix error message mismatch by Andreas Robinson · 15 years ago
  40. b9366ea modprobe: trivial code reorganization by Andreas Robinson · 15 years ago
  41. 22604fd modindex: simplify option handling by Alan Jenkins · 15 years ago
  42. 53c1b0a doc: modprobe --dumpversions needs a full filename, as opposed to a module name by Alan Jenkins · 15 years ago
  43. b8c5b89 depmod: simplify option error handling by Alan Jenkins · 15 years ago
  44. 6a2e5d5 modprobe: --remove requires at least one module name by Alan Jenkins · 15 years ago
  45. edcf631 modprobe: don't ignore --set-version when preceded by --dirname by Alan Jenkins · 15 years ago
  46. 40b9a68 depmod --warn doesn't has_arg by Alan Jenkins · 15 years ago
  47. 7add809 Clean up missing options by Alan Jenkins · 15 years ago
  48. 55f6590 Re-order options to make the code easier to check by Alan Jenkins · 15 years ago
  49. c6fb42a testsuite: rebuild all the 64-be|le data files by Jon Masters · 15 years ago
  50. c0dbe46 doc: make a link from modprobe.d.sgml to modprobe.conf.sgml by Jon Masters · 15 years ago
  51. db8265f build: remove elf_core.c from source dependencies by Jon Masters · 15 years ago
  52. 9692da4 release: module-init-tools v3.9 by Jon Masters · 15 years ago
  53. 45fdbaa add configure option to disable creation of .static utils by Mike Frysinger · 15 years ago
  54. 8cae930 link modprobe.d(5) to modprobe.conf(5) by Mike Frysinger · 15 years ago
  55. 43dbee4 logging: remove unused warning counter by Alan Jenkins · 15 years ago
  56. bd2f388 Merge branch 'elf_cleanup3' of ../module_init_tools_andr345 by Jon Masters · 15 years ago
  57. 7046f45 modindex: getopt_long returns int not char (fix ppc64 bug) by Jon Masters · 15 years ago
  58. d1877dc modprobe, tests: make modprobe fail noisily on non-ELF files by Andreas Robinson · 15 years ago
  59. 528db92 read string sections such as .modinfo with load_strings() by Andreas Robinson · 15 years ago
  60. 32971d3 logging, modprobe: move errfn_t to logging.h by Andreas Robinson · 15 years ago
  61. 5c7417c elfops: clear struct module_tables with memset() by Andreas Robinson · 15 years ago
  62. a5e4ae7 elfops: fix potential crashing bug in load_symbols() by Andreas Robinson · 15 years ago
  63. 8ec9676 fix minor strtbl_free and strtbl_add problems by Andreas Robinson · 15 years ago
  64. b9d6de8 modprobe: fix tab formatting of return statement by Jon Masters · 15 years ago
  65. 8accb5a depmod: fix uninitialized value error in "depmod --warn" code by Alan Jenkins · 15 years ago
  66. 869fc9c testsuite: add --valgrind by Alan Jenkins · 15 years ago
  67. 2d23075 Merge branch 'elf_cleanup2' of ../module_init_tools_andr345 by Jon Masters · 15 years ago
  68. aa6fe15 Merge branch 'elf_cleanup' of ../module_init_tools_andr345 by Jon Masters · 15 years ago
  69. 4646064 elfops: hide elf_ident(), no users outside elfops by Andreas Robinson · 15 years ago
  70. a85e4c1 modprobe, elfops: move most of dump_modversions() to elfops by Andreas Robinson · 15 years ago
  71. 45ec264 modprobe, elfops: move strip_section() to elfops and refactor it by Andreas Robinson · 15 years ago
  72. d1e6992 elfops: use elf_file in, and return section header from, get_module() by Andreas Robinson · 15 years ago
  73. a8b8b88 elfops: hide get_section() and rename its parameters by Andreas Robinson · 15 years ago
  74. da8a32c modprobe: use elf_file in ELF-related functions by Andreas Robinson · 15 years ago
  75. 91e0b68 modprobe: trivial indentation fix in dump_modversions() by Andreas Robinson · 15 years ago
  76. 7ffd017 modprobe: load modules with grab_elf_file_fd() by Andreas Robinson · 15 years ago
  77. 39e63af modinfo: load modules with grab_elf_file() by Andreas Robinson · 15 years ago
  78. 97e2cb5 modinfo: use logging facility for oom-checks and error messages by Andreas Robinson · 15 years ago
  79. 9054480 modinfo: clean up grab_module() by Andreas Robinson · 15 years ago
  80. 1f7b378 elfops, depmod: add elf_file grab/release functions by Andreas Robinson · 15 years ago
  81. 49724cc elfops: add strict bounds checking to get/load_section() by Andreas Robinson · 15 years ago
  82. 7fb32e4 elfops: export load_section(), hide load_strings() by Andreas Robinson · 15 years ago
  83. 243fc68 install-with-care: Replace backticks with braces by Robby Workman · 15 years ago
  84. 1e8df80 docs/support files: remove deprecated/obsolete back-compat stuff by Robby Workman · 15 years ago
  85. a71bf40 manpages: general cleanup and removal of backwards-compat notes by Robby Workman · 15 years ago
  86. 686703e util: document the rationale for the string table by Andreas Robinson · 15 years ago
  87. 3cb0e53 elfops: Fix symbol type (weak, undef) definitions by Andreas Robinson · 15 years ago
  88. 4ac9bc5 move ELF-related code into elfops by Andreas Robinson · 15 years ago
  89. 90822ab moduleops: rename to elfops and move to static lib by Andreas Robinson · 15 years ago
  90. 5af0c0f depmod: Introduce struct elf_file by Andreas Robinson · 15 years ago
  91. a7c7a51 moduleops: Trivial code cleanups by Andreas Robinson · 15 years ago
  92. e3ac3ca depmod: move tables from struct module into separate struct by Andreas Robinson · 15 years ago
  93. 042a3cf moduleops: add load_strings() operation by Andreas Robinson · 15 years ago
  94. fff8e64 depmod: separate symbol lookup and dependency calculation by Andreas Robinson · 15 years ago
  95. a29305a depmod: rewrite load_symbols() to not use callback by Andreas Robinson · 15 years ago
  96. 2f776f6 util: introduce new string table object by Andreas Robinson · 15 years ago
  97. 17dbb96 Add elf_core.c into the EXTRA_SOURCES for the static library by Jon Masters · 15 years ago
  98. 4726aa4 release: bump release to v3.8 by Jon Masters · 15 years ago
  99. dcc5cad Don't abort the build if docbook2man is missing by Michal Marek · 15 years ago
  100. 08da258 Allow to link zlib dynamically by Michal Marek · 15 years ago