Update web page...
[oweals/busybox.git] / modutils /
2001-06-28 Eric AndersenFix a nasty hard to spot bug found by Ralph Siemsen...
2001-06-19 Eric AndersenFor m68k, use __mc68000__ (not __m68k__ ), since that...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-21 Eric AndersenThis patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu...
2001-05-14 Eric AndersenA compromise solution for insmod
2001-05-14 Matt KraaiFollow symbolic links when searching for modules.
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-04-26 Eric AndersenA fix from Larry for a corner case where insmod could...
2001-04-25 Eric AndersenSome more cleanups for insmod from Larry.
2001-04-24 Eric AndersenSeveral cleanups from Larry.
2001-04-13 Matt KraaiFix infinite loop and reallocate if too many modules.
2001-04-05 Eric AndersenAnother iteration -- adjust the init_module syscall...
2001-04-05 Eric Andersen*** empty log message ***
2001-04-05 Eric AndersenSome further syscall adjustments. Split the module...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-22 Eric AndersenPatch from Dirk Behme <dirk.behme@de.bosch.com> to
2001-03-19 Eric AndersenPer suggestion from Vladimir, no need to initialize...
2001-03-12 Mark WhitleyApplied patch from John Lombardo to fix OOM in insmod.
2001-03-09 Mark WhitleyApplied patch from Jeff Garzik to getopt-ify rmmod.
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-24 Eric AndersenThis patch, from Quinn Jensen <jensenq@lineo.com>,...
2001-02-24 Eric AndersenMake output match the real lsmod -- print (autoclean...
2001-02-20 Eric AndersenApply a patch from Magnus Damm <damm@opensource.se...
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-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
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-18 Matt KraaiAdd missing newlines to error messages.
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-09-19 Matt KraaiClean up output.
2000-09-12 Eric AndersenFormatting cleanup patch from Bryan Rittmeyer <bryan...
2000-09-10 Eric AndersenMAke lsmod act just like modutils lsmod, by printing...
2000-08-22 Eric AndersenFix a unterminated string.
2000-08-21 Eric AndersenSome leftover stuff I forgot to commit for the lsmod...
2000-08-21 Eric Andersenlsmod now uses the query_module syscall, rather then...
2000-08-01 Matt KraaiFix bug 1017, which reports that insmod segfaults when...
2000-07-28 Eric AndersenFix from Arne Bernin for return code -- now reflects...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-07-19 Eric AndersenMoved some code and add a coupld #defines to support...
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
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-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
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-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-08 Erik AndersenFixed up lsmod so it works with my devmodules kernel...
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
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...
1999-12-17 Erik AndersenMinor fixes to rmmod. First pass at insmod (not yet...
1999-12-17 Mark WhitleyFixed correctness of comment in rmmod.c - MKW
1999-12-16 Erik AndersenWrote rmmod for busybox.
1999-12-15 Erik AndersenAdded lsmod