1. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  2. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  3. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  4. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  5. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  6. 5ebeb3e Somebody on the buildroot list hit: by Rob Landley · 18 years ago
  7. 280dae7 import support for microblaze relocations from uClinux-dist by Mike Frysinger · 19 years ago
  8. b306cb7 merge blackfin/microblaze from uClinux-dist by Mike Frysinger · 19 years ago
  9. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  10. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  11. e375e8c - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set by Bernhard Reutner-Fischer · 19 years ago
  12. 0bafd47 Stephane Billiart found an endianness bug in insmod. by Rob Landley · 19 years ago
  13. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  14. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  15. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  16. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  17. b4ec339 Update comment. by Rob Landley · 19 years ago
  18. ebee0e7 fix building on ppc64 by Mike Frysinger · 19 years ago
  19. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  20. c1ef7bd just whitespace by Tim Riker · 19 years ago
  21. f982d86 import nios2 support from microtronix by Mike Frysinger · 19 years ago
  22. 999af20 Make insmod quiet by default (patch from Yann E. Morin). by Rob Landley · 19 years ago
  23. 07fffc5 uClibc can't handle anonymous MAP_SHARED. Since we're treating it as by Rob Landley · 19 years ago
  24. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  25. c31fcbb remove debug warning by Mike Frysinger · 19 years ago
  26. cb1ce7b reorder arches into alphabetical order by Mike Frysinger · 19 years ago
  27. fa17c4b fixup whitespace by Mike Frysinger · 19 years ago
  28. 86a4bfb remove all Elf32 hardcodes to make sure the elf handling is 64bit clean by Mike Frysinger · 19 years ago
  29. 91fbdac svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27 by Mike Frysinger · 19 years ago
  30. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  31. bc48ebd initial ppc64 support by Mike Frysinger · 19 years ago
  32. 540769d Corrected the list of section names in add_ksymoops_symbols() so by Peter Kjellerstedt · 20 years ago
  33. 354b527 amd64 is rela, not rel by Mike Frysinger · 20 years ago
  34. 63654c1 alpha/parisc support by Mike Frysinger · 20 years ago
  35. 45a0513 Based on patches from Mike Frysinger, add insmod support for by Eric Andersen · 20 years ago
  36. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  37. a4d27d2 Patch from Rodney Radford adding x86_64 support. by Eric Andersen · 20 years ago
  38. 809387f new_process_module_arguments returns 0 on error and 1 if everything went ok by Robert Griebl · 20 years ago
  39. 5275b1e fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING by Eric Andersen · 20 years ago
  40. cb3b9b1 kill off insmod support for older pre 2.1 Linux kernels, by Eric Andersen · 20 years ago
  41. a6f6a95 oops by Eric Andersen · 21 years ago
  42. ee70fa5 Patch from Yoshinori Sato: by Eric Andersen · 21 years ago
  43. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  44. 3f47c45 Christian Grigis, christian.grigis at smartdata dot ch writes: by Eric Andersen · 21 years ago
  45. 9e458f5 Add missing ELFCLASSM for m68k by Eric Andersen · 21 years ago
  46. 16451a0 Only use R_68K_GOTOFF if it is defined by Eric Andersen · 21 years ago
  47. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  48. 21fbe0e Patch from OpenWrt. by Manuel Novoa III · 21 years ago
  49. 66e21fd Fix broken #else by Eric Andersen · 21 years ago
  50. 5c9f0d0 Fix debian bug #215612, insmod should be silent on request by Glenn L McGrath · 21 years ago
  51. 3b1a744 re-indent by Eric Andersen · 21 years ago
  52. 03d8091 Patch from Woody Suwalski: by Eric Andersen · 21 years ago
  53. e704788 Update modutils with 2.6 module support by Eric Andersen · 21 years ago
  54. 22e1ca3 Add (untested) support for cris, based on the (old) busybox insmod by Manuel Novoa III · 21 years ago
  55. 951df20 Do a better job of dealing with screwy s390 abi changes by Eric Andersen · 21 years ago
  56. acf6c91 ccording to this: by Eric Andersen · 21 years ago
  57. 759d7ec To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be by Glenn L McGrath · 21 years ago
  58. c2942f0 "insmod caches the symbolname in a variable before modifying it and uses by Glenn L McGrath · 21 years ago
  59. 759515c handle GPLONLY symbols by Glenn L McGrath · 21 years ago
  60. bf83355 Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox by Eric Andersen · 21 years ago
  61. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  62. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  63. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  64. c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 22 years ago
  65. bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 22 years ago
  66. be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
  67. 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
  68. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  69. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  70. 166fa46 Support module tainting -Erik by Eric Andersen · 22 years ago
  71. 967c3d4 Fixed two compiler warnings by Robert Griebl · 22 years ago
  72. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  73. b493dec David Frascone <dave@frascone.com> noticed two problems. First, modprobe was by Eric Andersen · 22 years ago
  74. 61f8305 Apply vodz' cleanup for insmod buffer overflows, which was cleaner by Eric Andersen · 22 years ago
  75. 2d34215 As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't by Eric Andersen · 23 years ago
  76. 6fb4e48 Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 23 years ago
  77. cffd502 Patch from Magnus Damm <damm@opensource.se> to rework things by Eric Andersen · 23 years ago
  78. c088c58 Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag by Eric Andersen · 23 years ago
  79. b1591d1 Fix handling of endianness. -Erik by Eric Andersen · 23 years ago
  80. 75ce8d7 Tweak my credit (ah, vanity...) by Miles Bader · 23 years ago
  81. ae28b04 Add support for the NEC v850e processor. by Miles Bader · 23 years ago
  82. 6d13964 Silence some silly warnings -Erik by Eric Andersen · 23 years ago
  83. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  84. e62dc86 Add support for big-endian ARM (initial patch by Mike Voytovich). by Matt Kraai · 23 years ago
  85. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  86. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  87. 1071ccf Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE by Eric Andersen · 23 years ago
  88. ac5dbd1 Fix an _old_ interface problem with a never-used feature. by Eric Andersen · 23 years ago
  89. 063c1f5 Simplified version checking. by Matt Kraai · 23 years ago
  90. f672c9e Silence a silly warning by Eric Andersen · 23 years ago
  91. 2835efe Note that m68k is supported by Eric Andersen · 23 years ago
  92. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  93. 66ca948 Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. by Eric Andersen · 23 years ago
  94. b4a26e6 For m68k, use __mc68000__ (not __m68k__ ), since that is what the by Eric Andersen · 24 years ago
  95. 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 24 years ago
  96. 8ae319a This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on by Eric Andersen · 24 years ago
  97. 2416dfc A compromise solution for insmod by Eric Andersen · 24 years ago
  98. 9496466 Follow symbolic links when searching for modules. by Matt Kraai · 24 years ago
  99. 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
  100. 7f3b86e A fix from Larry for a corner case where insmod could end up by Eric Andersen · 24 years ago