Age | Commit message (Expand) | Author |
2008-05-19 | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-17 | fsck_minix: getopt32-ification; code shrink; reduce stack usage; | Denis Vlasenko |
2008-02-27 | *: add optimization barrier to all "G trick" locations | 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-06-13 | fsck_minix: forgotten bit of previous commit... | Denis Vlasenko |
2007-06-13 | fsck_minix: stop using data/bss | Denis Vlasenko |
2007-06-13 | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko |
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-13 | fsck_minix: stop using large buffers in bss | Denis Vlasenko |
2007-02-06 | minix utils: de-inline bit ops (saves ~130 bytes) | Denis Vlasenko |
2007-02-06 | minix utils: make a message easier to understand; small tweaks | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-13 | whitespace fixes (leading spaces to tab) | Denis Vlasenko |
2007-01-03 | fsck_minix: tiny optimization | Denis Vlasenko |
2007-01-03 | forgot to svn add util-linux/minix.h :( | Denis Vlasenko |
2007-01-03 | fbset: move variable from data to bss | Denis Vlasenko |
2007-01-03 | factor out minix structures/constants into minix.h | Denis Vlasenko |
2007-01-03 | fsck_minix: optimizations. ~130 bytes | Denis Vlasenko |
2007-01-03 | introduce small[u]int | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-09-14 | More code from kernel developers, and therefore licensed under GPLv2 only. | Rob Landley |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-06-16 | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley |
2006-06-13 | Patch from Denis Vlasenko, tweak error messages. | Rob Landley |
2006-06-13 | Minor size shrinkage. | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-06 | Whack the one last warning in make allbareconfig... | Rob Landley |
2006-05-03 | Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) | Rob Landley |
2006-04-29 | Patches from Denis Vlasenko to rework "current_name" handling and remove | Rob Landley |
2006-04-29 | Patch from Denis Vlasenko: | Rob Landley |
2006-04-29 | Patch from Denis Vlasenko: | Rob Landley |
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-22 | - add platform.h. | Bernhard Reutner-Fischer |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-30 | s/u_int/uint/g | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-29 | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |