aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
2001-04-26A fix from Larry for a corner case where insmod could end upEric Andersen
2001-04-25Some more cleanups for insmod from Larry.Eric Andersen
2001-04-24Several cleanups from Larry.Eric Andersen
2001-04-13Fix infinite loop and reallocate if too many modules.Matt Kraai
2001-04-05Another iteration -- adjust the init_module syscall a bit.Eric Andersen
2001-04-05*** empty log message ***Eric Andersen
2001-04-05Some further syscall adjustments. Split the module syscalls out ofEric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-03-22Patch from Dirk Behme <dirk.behme@de.bosch.com> toEric Andersen
2001-03-19Per suggestion from Vladimir, no need to initialize these -- let the bssEric Andersen
2001-03-12Applied patch from John Lombardo to fix OOM in insmod.Mark Whitley
2001-03-09Applied patch from Jeff Garzik to getopt-ify rmmod.Mark Whitley
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-02-24This patch, from Quinn Jensen <jensenq@lineo.com>, adds MIPS supportEric Andersen
2001-02-24Make output match the real lsmod -- print (autoclean) typeEric Andersen
2001-02-20Apply a patch from Magnus Damm <damm@opensource.se> to supportEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-15Patch from Matt Kraai to fix bug #1103. I've tested it,Eric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-26Update the arch-not-yet-supported msg to be more clear.Eric Andersen
2001-01-26Fix a stupid bug I introduced yesterday. Doh!Eric Andersen
2001-01-25I just wrote 'insmod -o' to close bug#1049.Eric Andersen
2001-01-24Bug fix and small create_module cleanup from Larry Doolittle toEric Andersen
2001-01-24more bugs fixed -- found doing regression testingEric Andersen
2001-01-24Make insmod understand (and ignore) -L, and convert it to use getopt.Eric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-04Fix symbol table manipulation (report and fix by Larry Doolittle).Matt Kraai
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-18Add missing newlines to error messages.Matt Kraai
2000-12-13A couple of updates to fix some minor cross compiling issuesEric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-10-23Fix error messages.Matt Kraai
2000-10-23Fix error message.Matt Kraai
2000-09-28Fixes to allow compilation on systems with glibc 2.1.92Pavel Roskin
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-24modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4Eric Andersen
2000-09-22Fix for bug #1042 -- applied the patch from Larry DoolittleEric Andersen
2000-09-19Clean up output.Matt Kraai
2000-09-12Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen
2000-09-10MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen
2000-08-22Fix a unterminated string.Eric Andersen
2000-08-21Some leftover stuff I forgot to commit for the lsmod change.Eric Andersen
2000-08-21lsmod now uses the query_module syscall, rather then /procEric Andersen