Age | Commit message (Expand) | Author |
2008-11-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko |
2008-09-13 | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-05 | replace single-char printf's with bb_putchar | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-11-02 | insmod: code shrink, stop exporting insmod_ng_main. | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
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 |