- b24da33 Document CONFIG_FEATURE_INSMOD_LOADINKMEM by Eric Andersen · 21 years ago
- 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
- 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
- 25ea42d Fall back to looking in /lib/modules/modules.dep if by Eric Andersen · 21 years ago
- 908e362 Patch from Andrew Dennison: by Eric Andersen · 21 years ago
- 1b6dfa7 Rename, to specify kernel by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 22 years ago
- bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 22 years ago
- be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
- 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
- b1c9469 Patch from Robert Schwebel fixing a missing \n by Eric Andersen · 22 years ago
- cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
- 6fe1960 cleanup by Tim Riker · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
- 3ba7cee print an error message if we can't load a module by Robert Griebl · 22 years ago
- a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
- 31f9747 Fix needless formatting differences vs modutils by Eric Andersen · 22 years ago
- 9060a73 Doh! I screwed up applying vodz' patch. -Erik by Eric Andersen · 22 years ago
- 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
- 5286494 Fix missing \n noticed by Robert Schwebel by Eric Andersen · 22 years ago
- 166fa46 Support module tainting -Erik by Eric Andersen · 22 years ago
- 2bec97c Some CML1 grammar fixes -Erik by Eric Andersen · 22 years ago
- 0df910a for some baffling reason tinycc insists that i change this 0 to NULL by Aaron Lehmann · 22 years ago
- 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
- 70112da Fixed a bug that I had introduced with the new "options" handling. by Robert Griebl · 22 years ago
- aead70b modprobe now also uses "options" from /etc/modules.conf by Robert Griebl · 22 years ago
- 967c3d4 Fixed two compiler warnings by Robert Griebl · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- b493dec David Frascone <dave@frascone.com> noticed two problems. First, modprobe was by Eric Andersen · 22 years ago
- 61f8305 Apply vodz' cleanup for insmod buffer overflows, which was cleaner by Eric Andersen · 22 years ago
- 2d34215 As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't by Eric Andersen · 22 years ago
- 6fb4e48 Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 22 years ago
- bc28f7a Cleaned up Erik's fgets -> read patch and fixed a buffer overflow by Robert Griebl · 22 years ago
- c06391b Avoid stack munching stdio implementations. -Erik by Eric Andersen · 22 years ago
- 3b79370 Fixed a realloc bug found by Martin Volf by Robert Griebl · 22 years ago
- 1d4ef2a Added support for /etc/modules.conf parsing by Robert Griebl · 22 years ago
- 8302c43 Ensure that insmod supports at least one MODULE_INTERFACE -Erik by Eric Andersen · 22 years ago
- cffd502 Patch from Magnus Damm <damm@opensource.se> to rework things by Eric Andersen · 22 years ago
- 236abbf Some cleanups, some size reductions and some buffer overflow checks by Robert Griebl · 22 years ago
- 52e8d06 Complete rewrite to support stack loading/unloading with proper by Robert Griebl · 23 years ago
- 864b797 Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, by Eric Andersen · 23 years ago
- 26920c6 Make verbose and show_only work as expected -Erik by Eric Andersen · 23 years ago
- c088c58 Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag by Eric Andersen · 23 years ago
- 60e56f5 Reworked by Robert Griebl <griebl@gmx.de> to support proper module dependancies. by Eric Andersen · 23 years ago
- 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
- b1591d1 Fix handling of endianness. -Erik by Eric Andersen · 23 years ago
- fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
- 75ce8d7 Tweak my credit (ah, vanity...) by Miles Bader · 23 years ago
- ae28b04 Add support for the NEC v850e processor. by Miles Bader · 23 years ago
- 6d13964 Silence some silly warnings -Erik by Eric Andersen · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- e62dc86 Add support for big-endian ARM (initial patch by Mike Voytovich). by Matt Kraai · 23 years ago
- 8a35c9a Add space before module name (noted by Ron Yorston). by Matt Kraai · 23 years ago
- c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
- 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 1071ccf Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE by Eric Andersen · 23 years ago
- ac5dbd1 Fix an _old_ interface problem with a never-used feature. by Eric Andersen · 23 years ago
- 063c1f5 Simplified version checking. by Matt Kraai · 23 years ago
- f672c9e Silence a silly warning by Eric Andersen · 23 years ago
- 2835efe Note that m68k is supported by Eric Andersen · 23 years ago
- 1b06419 Cleanup some warnings and a really obvious bug. -Erik by Eric Andersen · 23 years ago
- 0139ca9 An initial modproble implementation. Quite suboptimal still, by Eric Andersen · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 66ca948 Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. by Eric Andersen · 23 years ago
- b4a26e6 For m68k, use __mc68000__ (not __m68k__ ), since that is what the by Eric Andersen · 23 years ago
- 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 23 years ago
- 8ae319a This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on by Eric Andersen · 24 years ago
- 2416dfc A compromise solution for insmod by Eric Andersen · 24 years ago
- 9496466 Follow symbolic links when searching for modules. by Matt Kraai · 24 years ago
- 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
- 7f3b86e A fix from Larry for a corner case where insmod could end up by Eric Andersen · 24 years ago
- 4f4bcfc Some more cleanups for insmod from Larry. -Erik by Eric Andersen · 24 years ago
- f227815 Several cleanups from Larry. by Eric Andersen · 24 years ago
- 0f50bca Fix infinite loop and reallocate if too many modules. by Matt Kraai · 24 years ago
- 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 24 years ago
- acc7757 *** empty log message *** by Eric Andersen · 24 years ago
- a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 24 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- 82bb8a2 Patch from Dirk Behme <dirk.behme@de.bosch.com> to by Eric Andersen · 24 years ago
- 23c1a18 Per suggestion from Vladimir, no need to initialize these -- let the bss by Eric Andersen · 24 years ago
- 94fd480 Applied patch from John Lombardo to fix OOM in insmod. by Mark Whitley · 24 years ago
- f90c28d Applied patch from Jeff Garzik to getopt-ify rmmod. by Mark Whitley · 24 years ago
- eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
- 2bf658d This patch, from Quinn Jensen <jensenq@lineo.com>, adds MIPS support by Eric Andersen · 24 years ago
- afeb965 Make output match the real lsmod -- print (autoclean) type by Eric Andersen · 24 years ago
- 90fe7fe Apply a patch from Magnus Damm <damm@opensource.se> to support by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 02b9f42 Patch from Matt Kraai to fix bug #1103. I've tested it, by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- d5cad14 Update the arch-not-yet-supported msg to be more clear. by Eric Andersen · 24 years ago
- 114ad9c Fix a stupid bug I introduced yesterday. Doh! -Erik by Eric Andersen · 24 years ago