2001-06-28 |
Eric Andersen | Fix a nasty hard to spot bug found by Ralph Siemsen... |
tree | commitdiff |
2001-06-19 |
Eric Andersen | For m68k, use __mc68000__ (not __m68k__ ), since that... |
tree | commitdiff |
2001-05-24 |
Eric Andersen | Fix up some signed char vs int issues that show up... |
tree | commitdiff |
2001-05-21 |
Eric Andersen | This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu... |
tree | commitdiff |
2001-05-14 |
Eric Andersen | A compromise solution for insmod |
tree | commitdiff |
2001-05-14 |
Matt Kraai | Follow symbolic links when searching for modules. |
tree | commitdiff |
2001-05-14 |
Eric Andersen | Per suggestion from Vladimir, eliminate check_wildcard_... |
tree | commitdiff |
2001-04-26 |
Eric Andersen | A fix from Larry for a corner case where insmod could... |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Some more cleanups for insmod from Larry. |
tree | commitdiff |
2001-04-24 |
Eric Andersen | Several cleanups from Larry. |
tree | commitdiff |
2001-04-13 |
Matt Kraai | Fix infinite loop and reallocate if too many modules. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | Another iteration -- adjust the init_module syscall... |
tree | commitdiff |
2001-04-05 |
Eric Andersen | *** empty log message *** |
tree | commitdiff |
2001-04-05 |
Eric Andersen | Some further syscall adjustments. Split the module... |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
tree | commitdiff |
2001-03-22 |
Eric Andersen | Patch from Dirk Behme <dirk.behme@de.bosch.com> to |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Per suggestion from Vladimir, no need to initialize... |
tree | commitdiff |
2001-03-12 |
Mark Whitley | Applied patch from John Lombardo to fix OOM in insmod. |
tree | commitdiff |
2001-03-09 |
Mark Whitley | Applied patch from Jeff Garzik to getopt-ify rmmod. |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com>... |
tree | commitdiff |
2001-02-24 |
Eric Andersen | This patch, from Quinn Jensen <jensenq@lineo.com>,... |
tree | commitdiff |
2001-02-24 |
Eric Andersen | Make output match the real lsmod -- print (autoclean... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | Apply a patch from Magnus Damm <damm@opensource.se... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
tree | commitdiff |
2001-02-15 |
Eric Andersen | Patch from Matt Kraai to fix bug #1103. I've tested it, |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-02-01 |
Eric Andersen | Apply a patch from Larry Doolittle to add "-all" and... |
tree | commitdiff |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
tree | commitdiff |
2001-01-26 |
Eric Andersen | Update the arch-not-yet-supported msg to be more clear. |
tree | commitdiff |
2001-01-26 |
Eric Andersen | Fix a stupid bug I introduced yesterday. Doh! |
tree | commitdiff |
2001-01-25 |
Eric Andersen | I just wrote 'insmod -o' to close bug#1049. |
tree | commitdiff |
2001-01-24 |
Eric Andersen | Bug fix and small create_module cleanup from Larry... |
tree | commitdiff |
2001-01-24 |
Eric Andersen | more bugs fixed -- found doing regression testing |
tree | commitdiff |
2001-01-24 |
Eric Andersen | Make insmod understand (and ignore) -L, and convert... |
tree | commitdiff |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
tree | commitdiff |
2001-01-04 |
Matt Kraai | Fix symbol table manipulation (report and fix by Larry... |
tree | commitdiff |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
tree | commitdiff |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
tree | commitdiff |
2000-12-18 |
Matt Kraai | Add missing newlines to error messages. |
tree | commitdiff |
2000-12-13 |
Eric Andersen | A couple of updates to fix some minor cross compiling... |
tree | commitdiff |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-06 |
Eric Andersen | Added insmod support for ARM, and lsmod support for... |
tree | commitdiff |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
tree | commitdiff |
2000-10-23 |
Matt Kraai | Fix error messages. |
tree | commitdiff |
2000-10-23 |
Matt Kraai | Fix error message. |
tree | commitdiff |
2000-09-28 |
Pavel Roskin | Fixes to allow compilation on systems with glibc 2... |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-24 |
Eric Andersen | modified by Bryan Rittmeyer <bryan@ixiacom.com> to... |
tree | commitdiff |
2000-09-22 |
Eric Andersen | Fix for bug #1042 -- applied the patch from Larry Doolittle |
tree | commitdiff |
2000-09-19 |
Matt Kraai | Clean up output. |
tree | commitdiff |
2000-09-12 |
Eric Andersen | Formatting cleanup patch from Bryan Rittmeyer <bryan... |
tree | commitdiff |
2000-09-10 |
Eric Andersen | MAke lsmod act just like modutils lsmod, by printing... |
tree | commitdiff |
2000-08-22 |
Eric Andersen | Fix a unterminated string. |
tree | commitdiff |
2000-08-21 |
Eric Andersen | Some leftover stuff I forgot to commit for the lsmod... |
tree | commitdiff |
2000-08-21 |
Eric Andersen | lsmod now uses the query_module syscall, rather then... |
tree | commitdiff |
2000-08-01 |
Matt Kraai | Fix bug 1017, which reports that insmod segfaults when... |
tree | commitdiff |
2000-07-28 |
Eric Andersen | Fix from Arne Bernin for return code -- now reflects... |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Add usage messages for applets without them. |
tree | commitdiff |
2000-07-19 |
Eric Andersen | Moved some code and add a coupld #defines to support... |
tree | commitdiff |
2000-07-17 |
Pavel Roskin | Moved functions used by "lsmod" from cat.c to utility.c |
tree | commitdiff |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
tree | commitdiff |
2000-07-14 |
Pavel Roskin | Reduced the number of "signed vs. unsigned" warnings. |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
tree | commitdiff |
2000-07-11 |
Eric Andersen | Forgot to commit these cleanups it seems. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Remove yet more kernel header dependancies. |
tree | commitdiff |
2000-07-09 |
Eric Andersen | More portability updates. Now compiles cleanly vs... |
tree | commitdiff |
2000-07-08 |
Eric Andersen | Update files to reduce dependance on kernel version... |
tree | commitdiff |
2000-06-26 |
Eric Andersen | * Fixed insmod module option parsing for options lackin... |
tree | commitdiff |
2000-06-22 |
Eric Andersen | Better error checking in insmod. Remove left over... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Made insmod work with both libc5 and libc6. |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-06-12 |
Eric Andersen | Added a slightly modified version of Ron Alder's insmod... |
tree | commitdiff |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
tree | commitdiff |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
tree | commitdiff |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-03-08 |
Erik Andersen | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1 |
tree | commitdiff |
2000-03-08 |
Erik Andersen | Fixed up lsmod so it works with my devmodules kernel... |
tree | commitdiff |
2000-03-07 |
Erik Andersen | Fix bugs related to finding PIDs. |
tree | commitdiff |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
tree | commitdiff |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
tree | commitdiff |
1999-12-21 |
Erik Andersen | Sync to my local tree |
tree | commitdiff |
1999-12-17 |
Erik Andersen | Add in first draft of insmod. Not yet working (but... |
tree | commitdiff |
1999-12-17 |
Erik Andersen | Minor fixes to rmmod. First pass at insmod (not yet... |
tree | commitdiff |
1999-12-17 |
Mark Whitley | Fixed correctness of comment in rmmod.c - MKW |
tree | commitdiff |
1999-12-16 |
Erik Andersen | Wrote rmmod for busybox. |
tree | commitdiff |
1999-12-15 |
Erik Andersen | Added lsmod |
tree | commitdiff |
|