1. c31fcbb remove debug warning by Mike Frysinger · 19 years ago
  2. cb1ce7b reorder arches into alphabetical order by Mike Frysinger · 19 years ago
  3. fa17c4b fixup whitespace by Mike Frysinger · 19 years ago
  4. 86a4bfb remove all Elf32 hardcodes to make sure the elf handling is 64bit clean by Mike Frysinger · 19 years ago
  5. 91fbdac svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27 by Mike Frysinger · 19 years ago
  6. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  7. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  8. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  9. bc48ebd initial ppc64 support by Mike Frysinger · 19 years ago
  10. 8eeb655 applying jim bauer's patch to eliminate modprobe's dependency by Paul Fox · 19 years ago
  11. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  12. 4f65360 Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. by Rob Landley · 20 years ago
  13. 15d3f7f Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig by Rob Landley · 20 years ago
  14. 627814b Takeharu Kato said: by Rob Landley · 20 years ago
  15. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  16. 540769d Corrected the list of section names in add_ksymoops_symbols() so by Peter Kjellerstedt · 20 years ago
  17. 354b527 amd64 is rela, not rel by Mike Frysinger · 20 years ago
  18. 63654c1 alpha/parisc support by Mike Frysinger · 20 years ago
  19. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  20. bdf6319 Patch from Egor Duda by Glenn L McGrath · 20 years ago
  21. 45a0513 Based on patches from Mike Frysinger, add insmod support for by Eric Andersen · 20 years ago
  22. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  23. a4d27d2 Patch from Rodney Radford adding x86_64 support. by Eric Andersen · 20 years ago
  24. 807bd84 Patch from Mike Castle to cleanup some modutils issues, in by Eric Andersen · 20 years ago
  25. e3a792c Only pass modprobe module params with 2.6.x kernel support. -Erik by Eric Andersen · 20 years ago
  26. beaef16 Christian Ostheimer writes: by Eric Andersen · 20 years ago
  27. fcf4732 Patch from Mike Castle, dont print an empty line (patch modified by me to by Glenn L McGrath · 20 years ago
  28. d2c6f9a Patch from Phil Blundellto improve substring match by Glenn L McGrath · 20 years ago
  29. 65c8c7b Willian Barsse wrote by Glenn L McGrath · 20 years ago
  30. 44b5758 William Barsse writes: by Eric Andersen · 20 years ago
  31. 36a836d Patch from Mike Snitzer <snitzer@gmail.com>: by Robert Griebl · 20 years ago
  32. bd8dd1e Patch from Mike Snitzer <snitzer@gmail.com>: by Robert Griebl · 20 years ago
  33. 809387f new_process_module_arguments returns 0 on error and 1 if everything went ok by Robert Griebl · 20 years ago
  34. c0693ed Deal with the fact that 2.6.x kernels replace any '-'s in the by Eric Andersen · 20 years ago
  35. 65659be Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE by Eric Andersen · 20 years ago
  36. e8521f1 Fixup some cases of "QM_MODULES: not implemented" for both by Eric Andersen · 20 years ago
  37. 5275b1e fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING by Eric Andersen · 20 years ago
  38. cb3b9b1 kill off insmod support for older pre 2.1 Linux kernels, by Eric Andersen · 20 years ago
  39. d943837 Patrick Huesmann writes: by Eric Andersen · 20 years ago
  40. a6f6a95 oops by Eric Andersen · 21 years ago
  41. ee70fa5 Patch from Yoshinori Sato: by Eric Andersen · 21 years ago
  42. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  43. 7e496a7 Michael Tokarev, mjt at tls dot msk dot ru writes: by Eric Andersen · 21 years ago
  44. d298bd1 Michael Tokarev, mjt at tls dot msk dot ru writes: by Eric Andersen · 21 years ago
  45. ba05e79 Michael Tokarev, mjt at tls dot msk dot ru writes: by Eric Andersen · 21 years ago
  46. 3f47c45 Christian Grigis, christian.grigis at smartdata dot ch writes: by Eric Andersen · 21 years ago
  47. 1daa0c6 As noted in a patch from Kendrick Hamilton, rmmod was only by Eric Andersen · 21 years ago
  48. 9e458f5 Add missing ELFCLASSM for m68k by Eric Andersen · 21 years ago
  49. 16451a0 Only use R_68K_GOTOFF if it is defined by Eric Andersen · 21 years ago
  50. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  51. 21fbe0e Patch from OpenWrt. by Manuel Novoa III · 21 years ago
  52. 716ccb2 whitespace cleanup by Eric Andersen · 21 years ago
  53. 8e2f74f Woody Suwalski writes: by Eric Andersen · 21 years ago
  54. 9d65ab2 Woody Suwalski writes: by Eric Andersen · 21 years ago
  55. 66e21fd Fix broken #else by Eric Andersen · 21 years ago
  56. 5c9f0d0 Fix debian bug #215612, insmod should be silent on request by Glenn L McGrath · 21 years ago
  57. 3b1a744 re-indent by Eric Andersen · 21 years ago
  58. 03d8091 Patch from Woody Suwalski: by Eric Andersen · 21 years ago
  59. e704788 Update modutils with 2.6 module support by Eric Andersen · 21 years ago
  60. 22e1ca3 Add (untested) support for cris, based on the (old) busybox insmod by Manuel Novoa III · 21 years ago
  61. 61b038a Steven Seeger writes: by Eric Andersen · 21 years ago
  62. 951df20 Do a better job of dealing with screwy s390 abi changes by Eric Andersen · 21 years ago
  63. acf6c91 ccording to this: by Eric Andersen · 21 years ago
  64. 350733a Busybox modprobe has a couple of irritating quirks: by Glenn L McGrath · 21 years ago
  65. 759d7ec To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be by Glenn L McGrath · 21 years ago
  66. c2942f0 "insmod caches the symbolname in a variable before modifying it and uses by Glenn L McGrath · 21 years ago
  67. 759515c handle GPLONLY symbols by Glenn L McGrath · 21 years ago
  68. bf83355 Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox by Eric Andersen · 21 years ago
  69. 4b4e098 Steven Scholz writes: by Eric Andersen · 21 years ago
  70. b24da33 Document CONFIG_FEATURE_INSMOD_LOADINKMEM by Eric Andersen · 21 years ago
  71. 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
  72. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  73. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  74. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  75. 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
  76. 25ea42d Fall back to looking in /lib/modules/modules.dep if by Eric Andersen · 21 years ago
  77. 908e362 Patch from Andrew Dennison: by Eric Andersen · 21 years ago
  78. 1b6dfa7 Rename, to specify kernel by Glenn L McGrath · 22 years ago
  79. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  80. c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 22 years ago
  81. bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 22 years ago
  82. be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
  83. 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
  84. b1c9469 Patch from Robert Schwebel fixing a missing \n by Eric Andersen · 22 years ago
  85. cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
  86. 6fe1960 cleanup by Tim Riker · 22 years ago
  87. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  88. 3ba7cee print an error message if we can't load a module by Robert Griebl · 22 years ago
  89. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  90. 31f9747 Fix needless formatting differences vs modutils by Eric Andersen · 22 years ago
  91. 9060a73 Doh! I screwed up applying vodz' patch. -Erik by Eric Andersen · 22 years ago
  92. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  93. 5286494 Fix missing \n noticed by Robert Schwebel by Eric Andersen · 22 years ago
  94. 166fa46 Support module tainting -Erik by Eric Andersen · 22 years ago
  95. 2bec97c Some CML1 grammar fixes -Erik by Eric Andersen · 22 years ago
  96. 0df910a for some baffling reason tinycc insists that i change this 0 to NULL by Aaron Lehmann · 22 years ago
  97. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  98. 70112da Fixed a bug that I had introduced with the new "options" handling. by Robert Griebl · 22 years ago
  99. aead70b modprobe now also uses "options" from /etc/modules.conf by Robert Griebl · 22 years ago
  100. 967c3d4 Fixed two compiler warnings by Robert Griebl · 22 years ago