It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / modutils / insmod.c
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric AndersenPatch from Matt Kraai to fix bug #1103. I've tested it,
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenUpdate the arch-not-yet-supported msg to be more clear.
2001-01-26 Eric AndersenFix a stupid bug I introduced yesterday. Doh!
2001-01-25 Eric AndersenI just wrote 'insmod -o' to close bug#1049.
2001-01-24 Eric AndersenBug fix and small create_module cleanup from Larry...
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-24 Eric AndersenMake insmod understand (and ignore) -L, and convert...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-04 Matt KraaiFix symbol table manipulation (report and fix by Larry...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-13 Eric AndersenA couple of updates to fix some minor cross compiling...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Eric AndersenAdded insmod support for ARM, and lsmod support for...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-10-23 Matt KraaiFix error messages.
2000-10-23 Matt KraaiFix error message.
2000-09-28 Pavel RoskinFixes to allow compilation on systems with glibc 2...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-24 Eric Andersenmodified by Bryan Rittmeyer <bryan@ixiacom.com> to...
2000-09-22 Eric AndersenFix for bug #1042 -- applied the patch from Larry Doolittle
2000-08-22 Eric AndersenFix a unterminated string.
2000-08-21 Eric AndersenSome leftover stuff I forgot to commit for the lsmod...
2000-08-01 Matt KraaiFix bug 1017, which reports that insmod segfaults when...
2000-07-19 Eric AndersenMoved some code and add a coupld #defines to support...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Pavel RoskinReduced the number of "signed vs. unsigned" warnings.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-06-26 Eric Andersen* Fixed insmod module option parsing for options lackin...
2000-06-22 Eric AndersenBetter error checking in insmod. Remove left over...
2000-06-19 Eric AndersenMade insmod work with both libc5 and libc6.
2000-06-12 Eric AndersenAdded a slightly modified version of Ron Alder's insmod...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-12-21 Erik AndersenSync to my local tree
1999-12-17 Erik AndersenAdd in first draft of insmod. Not yet working (but...