1. 7f3b86e A fix from Larry for a corner case where insmod could end up by Eric Andersen · 23 years ago
  2. 4f4bcfc Some more cleanups for insmod from Larry. -Erik by Eric Andersen · 23 years ago
  3. f227815 Several cleanups from Larry. by Eric Andersen · 23 years ago
  4. 0f50bca Fix infinite loop and reallocate if too many modules. by Matt Kraai · 23 years ago
  5. 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 23 years ago
  6. acc7757 *** empty log message *** by Eric Andersen · 23 years ago
  7. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 23 years ago
  8. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  9. 82bb8a2 Patch from Dirk Behme <dirk.behme@de.bosch.com> to by Eric Andersen · 23 years ago
  10. 23c1a18 Per suggestion from Vladimir, no need to initialize these -- let the bss by Eric Andersen · 23 years ago
  11. 94fd480 Applied patch from John Lombardo to fix OOM in insmod. by Mark Whitley · 23 years ago
  12. f90c28d Applied patch from Jeff Garzik to getopt-ify rmmod. by Mark Whitley · 24 years ago
  13. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  14. 2bf658d This patch, from Quinn Jensen <jensenq@lineo.com>, adds MIPS support by Eric Andersen · 24 years ago
  15. afeb965 Make output match the real lsmod -- print (autoclean) type by Eric Andersen · 24 years ago
  16. 90fe7fe Apply a patch from Magnus Damm <damm@opensource.se> to support by Eric Andersen · 24 years ago
  17. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  18. 02b9f42 Patch from Matt Kraai to fix bug #1103. I've tested it, by Eric Andersen · 24 years ago
  19. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  20. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  21. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  22. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  23. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  24. d5cad14 Update the arch-not-yet-supported msg to be more clear. by Eric Andersen · 24 years ago
  25. 114ad9c Fix a stupid bug I introduced yesterday. Doh! -Erik by Eric Andersen · 24 years ago
  26. 155c89b I just wrote 'insmod -o' to close bug#1049. by Eric Andersen · 24 years ago
  27. 86f3d5b Bug fix and small create_module cleanup from Larry Doolittle to by Eric Andersen · 24 years ago
  28. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  29. a18aaf1 Make insmod understand (and ignore) -L, and convert it to use getopt. by Eric Andersen · 24 years ago
  30. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  31. 70a7855 Fix symbol table manipulation (report and fix by Larry Doolittle). by Matt Kraai · 24 years ago
  32. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  33. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  34. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  35. 2112554 A couple of updates to fix some minor cross compiling issues by Eric Andersen · 24 years ago
  36. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  37. 21adca7 Added insmod support for ARM, and lsmod support for older kernels, by Eric Andersen · 24 years ago
  38. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  39. 207061a Fix error messages. by Matt Kraai · 24 years ago
  40. 2be4797 Fix error message. by Matt Kraai · 24 years ago
  41. 43f3e61 Fixes to allow compilation on systems with glibc 2.1.92 by Pavel Roskin · 24 years ago
  42. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  43. fe4208f modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4 by Eric Andersen · 24 years ago
  44. 8c185f9 Fix for bug #1042 -- applied the patch from Larry Doolittle by Eric Andersen · 24 years ago
  45. 721119e Clean up output. by Matt Kraai · 24 years ago
  46. ccb0a9b Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>. -Erik by Eric Andersen · 24 years ago
  47. de34e43 MAke lsmod act just like modutils lsmod, by printing which modules use by Eric Andersen · 24 years ago
  48. 089d12d Fix a unterminated string. -Erik by Eric Andersen · 24 years ago
  49. c86e5e6 Some leftover stuff I forgot to commit for the lsmod change. -Erik by Eric Andersen · 24 years ago
  50. be0dc0d lsmod now uses the query_module syscall, rather then /proc -Erik by Eric Andersen · 24 years ago
  51. 0f8f7b8 Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't by Matt Kraai · 24 years ago
  52. a5716d3 Fix from Arne Bernin for return code -- now reflects whether the rmmod by Eric Andersen · 24 years ago
  53. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  54. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  55. ae6eae0 Moved some code and add a coupld #defines to support use of dmalloc. -Erik by Eric Andersen · 24 years ago
  56. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  57. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  58. ff5a903 Reduced the number of "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  59. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  60. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  61. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  62. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  63. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  64. ef40aa8 * Fixed insmod module option parsing for options lacking an '='. by Eric Andersen · 24 years ago
  65. 8a24a67 Better error checking in insmod. Remove left over %m's -Erik by Eric Andersen · 24 years ago
  66. bb245ba Made insmod work with both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  67. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  68. 9f16d61 Added a slightly modified version of Ron Alder's insmod patch. by Eric Andersen · 24 years ago
  69. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  70. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  71. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  72. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  73. 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago
  74. 54969a1 Fixed up lsmod so it works with my devmodules kernel driver, by Erik Andersen · 25 years ago
  75. 2ac2fae Fix bugs related to finding PIDs. -Erik by Erik Andersen · 25 years ago
  76. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  77. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  78. d387d01 Sync to my local tree by Erik Andersen · 25 years ago
  79. 0210432 Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) by Erik Andersen · 25 years ago
  80. 6da0ae8 Minor fixes to rmmod. First pass at insmod (not yet working). -Erik by Erik Andersen · 25 years ago
  81. c144e33 Fixed correctness of comment in rmmod.c - MKW by Mark Whitley · 25 years ago
  82. 3d7e341 Wrote rmmod for busybox. -Erik by Erik Andersen · 25 years ago
  83. 6f23cec Added lsmod -Erik by Erik Andersen · 25 years ago