1. 45a0513 Based on patches from Mike Frysinger, add insmod support for by Eric Andersen · 20 years ago
  2. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  3. a4d27d2 Patch from Rodney Radford adding x86_64 support. by Eric Andersen · 20 years ago
  4. 809387f new_process_module_arguments returns 0 on error and 1 if everything went ok by Robert Griebl · 20 years ago
  5. 5275b1e fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING by Eric Andersen · 20 years ago
  6. cb3b9b1 kill off insmod support for older pre 2.1 Linux kernels, by Eric Andersen · 20 years ago
  7. a6f6a95 oops by Eric Andersen · 21 years ago
  8. ee70fa5 Patch from Yoshinori Sato: by Eric Andersen · 21 years ago
  9. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  10. 3f47c45 Christian Grigis, christian.grigis at smartdata dot ch writes: by Eric Andersen · 21 years ago
  11. 9e458f5 Add missing ELFCLASSM for m68k by Eric Andersen · 21 years ago
  12. 16451a0 Only use R_68K_GOTOFF if it is defined by Eric Andersen · 21 years ago
  13. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  14. 21fbe0e Patch from OpenWrt. by Manuel Novoa III · 21 years ago
  15. 66e21fd Fix broken #else by Eric Andersen · 21 years ago
  16. 5c9f0d0 Fix debian bug #215612, insmod should be silent on request by Glenn L McGrath · 21 years ago
  17. 3b1a744 re-indent by Eric Andersen · 21 years ago
  18. 03d8091 Patch from Woody Suwalski: by Eric Andersen · 21 years ago
  19. e704788 Update modutils with 2.6 module support by Eric Andersen · 21 years ago
  20. 22e1ca3 Add (untested) support for cris, based on the (old) busybox insmod by Manuel Novoa III · 21 years ago
  21. 951df20 Do a better job of dealing with screwy s390 abi changes by Eric Andersen · 21 years ago
  22. acf6c91 ccording to this: by Eric Andersen · 21 years ago
  23. 759d7ec To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be by Glenn L McGrath · 21 years ago
  24. c2942f0 "insmod caches the symbolname in a variable before modifying it and uses by Glenn L McGrath · 21 years ago
  25. 759515c handle GPLONLY symbols by Glenn L McGrath · 21 years ago
  26. bf83355 Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox by Eric Andersen · 21 years ago
  27. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  28. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  29. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  30. c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 22 years ago
  31. bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 22 years ago
  32. be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
  33. 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
  34. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  35. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  36. 166fa46 Support module tainting -Erik by Eric Andersen · 22 years ago
  37. 967c3d4 Fixed two compiler warnings by Robert Griebl · 22 years ago
  38. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  39. b493dec David Frascone <dave@frascone.com> noticed two problems. First, modprobe was by Eric Andersen · 22 years ago
  40. 61f8305 Apply vodz' cleanup for insmod buffer overflows, which was cleaner by Eric Andersen · 22 years ago
  41. 2d34215 As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't by Eric Andersen · 23 years ago
  42. 6fb4e48 Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 23 years ago
  43. cffd502 Patch from Magnus Damm <damm@opensource.se> to rework things by Eric Andersen · 23 years ago
  44. c088c58 Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag by Eric Andersen · 23 years ago
  45. b1591d1 Fix handling of endianness. -Erik by Eric Andersen · 23 years ago
  46. 75ce8d7 Tweak my credit (ah, vanity...) by Miles Bader · 23 years ago
  47. ae28b04 Add support for the NEC v850e processor. by Miles Bader · 23 years ago
  48. 6d13964 Silence some silly warnings -Erik by Eric Andersen · 23 years ago
  49. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  50. e62dc86 Add support for big-endian ARM (initial patch by Mike Voytovich). by Matt Kraai · 23 years ago
  51. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  52. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  53. 1071ccf Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE by Eric Andersen · 23 years ago
  54. ac5dbd1 Fix an _old_ interface problem with a never-used feature. by Eric Andersen · 23 years ago
  55. 063c1f5 Simplified version checking. by Matt Kraai · 23 years ago
  56. f672c9e Silence a silly warning by Eric Andersen · 23 years ago
  57. 2835efe Note that m68k is supported by Eric Andersen · 23 years ago
  58. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  59. 66ca948 Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. by Eric Andersen · 23 years ago
  60. b4a26e6 For m68k, use __mc68000__ (not __m68k__ ), since that is what the by Eric Andersen · 24 years ago
  61. 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 24 years ago
  62. 8ae319a This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on by Eric Andersen · 24 years ago
  63. 2416dfc A compromise solution for insmod by Eric Andersen · 24 years ago
  64. 9496466 Follow symbolic links when searching for modules. by Matt Kraai · 24 years ago
  65. 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
  66. 7f3b86e A fix from Larry for a corner case where insmod could end up by Eric Andersen · 24 years ago
  67. 4f4bcfc Some more cleanups for insmod from Larry. -Erik by Eric Andersen · 24 years ago
  68. f227815 Several cleanups from Larry. by Eric Andersen · 24 years ago
  69. 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 24 years ago
  70. acc7757 *** empty log message *** by Eric Andersen · 24 years ago
  71. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 24 years ago
  72. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  73. 82bb8a2 Patch from Dirk Behme <dirk.behme@de.bosch.com> to by Eric Andersen · 24 years ago
  74. 23c1a18 Per suggestion from Vladimir, no need to initialize these -- let the bss by Eric Andersen · 24 years ago
  75. 94fd480 Applied patch from John Lombardo to fix OOM in insmod. by Mark Whitley · 24 years ago
  76. 2bf658d This patch, from Quinn Jensen <jensenq@lineo.com>, adds MIPS support by Eric Andersen · 24 years ago
  77. 90fe7fe Apply a patch from Magnus Damm <damm@opensource.se> to support by Eric Andersen · 24 years ago
  78. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  79. 02b9f42 Patch from Matt Kraai to fix bug #1103. I've tested it, by Eric Andersen · 24 years ago
  80. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  81. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  82. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  83. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  84. d5cad14 Update the arch-not-yet-supported msg to be more clear. by Eric Andersen · 24 years ago
  85. 114ad9c Fix a stupid bug I introduced yesterday. Doh! -Erik by Eric Andersen · 24 years ago
  86. 155c89b I just wrote 'insmod -o' to close bug#1049. by Eric Andersen · 24 years ago
  87. 86f3d5b Bug fix and small create_module cleanup from Larry Doolittle to by Eric Andersen · 24 years ago
  88. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  89. a18aaf1 Make insmod understand (and ignore) -L, and convert it to use getopt. by Eric Andersen · 24 years ago
  90. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  91. 70a7855 Fix symbol table manipulation (report and fix by Larry Doolittle). by Matt Kraai · 24 years ago
  92. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  93. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  94. 2112554 A couple of updates to fix some minor cross compiling issues by Eric Andersen · 24 years ago
  95. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  96. 21adca7 Added insmod support for ARM, and lsmod support for older kernels, by Eric Andersen · 24 years ago
  97. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  98. 207061a Fix error messages. by Matt Kraai · 24 years ago
  99. 2be4797 Fix error message. by Matt Kraai · 24 years ago
  100. 43f3e61 Fixes to allow compilation on systems with glibc 2.1.92 by Pavel Roskin · 24 years ago