Age | Commit message (Expand) | Author |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-09-30 | lsmod: repair indentation | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-28 | No real need for my_query_module() and this eliminates some type-punned | Rob Landley |
2006-08-15 | Bernhard Fischer pointed out some leftover debris needing cleanup. | Rob Landley |
2006-08-03 | Try to make a "type-punned pointer" warning go away for somebody on the | Rob Landley |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-06-06 | fix from uClinux-dist for proper exit status if reading /proc/modules failed | Mike Frysinger |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2006-01-03 | just use bb_xfopen() | Mike Frysinger |
2005-05-04 | Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. | Rob Landley |
2005-05-03 | Takeharu Kato said: | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-08-06 | Steven Scholz writes: | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-11 | Patch from Robert Schwebel fixing a missing \n | Eric Andersen |
2002-12-14 | rmmod -a removed modules recursively | Tim Riker |
2002-12-13 | cleanup | Tim Riker |
2002-10-18 | Fix needless formatting differences vs modutils | Eric Andersen |
2002-10-12 | Doh! I screwed up applying vodz' patch. | Eric Andersen |
2002-10-10 | last_patch61 from vodz: | Eric Andersen |
2002-10-08 | Fix missing \n noticed by Robert Schwebel | Eric Andersen |
2002-09-16 | Support module tainting | Eric Andersen |
2002-04-06 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-04-13 | Fix infinite loop and reallocate if too many modules. | Matt Kraai |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-02-24 | Make output match the real lsmod -- print (autoclean) type | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-01 | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen |
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2000-12-18 | Add missing newlines to error messages. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-06 | Added insmod support for ARM, and lsmod support for older kernels, | Eric Andersen |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-19 | Clean up output. | Matt Kraai |
2000-09-12 | Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>. | Eric Andersen |
2000-09-10 | MAke lsmod act just like modutils lsmod, by printing which modules use | Eric Andersen |