| Commit message (Expand) | Author | Age | Files | Lines |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | fsck_minix: stop using data/bss | Denis Vlasenko | 2007-06-13 | 1 | -1/+0 |
* | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 2007-06-13 | 1 | -1/+1 |
* | diff: shrink code (-85 bytes): | Denis Vlasenko | 2007-06-12 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | mkfs_minix: remove older, less efficient bss reduction trick | Denis Vlasenko | 2007-03-18 | 1 | -4/+3 |
* | mkfs_minix: stop using lots of bss/data. | Denis Vlasenko | 2007-03-15 | 1 | -178/+190 |
* | fix warning coming from printing size_t with %u | Denis Vlasenko | 2007-02-06 | 1 | -1/+1 |
* | minix utils: de-inline bit ops (saves ~130 bytes) | Denis Vlasenko | 2007-02-06 | 1 | -8/+18 |
* | minix utils: make a message easier to understand; small tweaks | Denis Vlasenko | 2007-02-06 | 1 | -12/+13 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | factor out minix structures/constants into minix.h | Denis Vlasenko | 2007-01-03 | 1 | -73/+2 |
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -0/+4 |
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | "make bigdata" biggest offender dealt with: | Denis Vlasenko | 2006-11-30 | 1 | -1/+3 |
* | Well, I am not 100.00% usre that uint16 will suffice there. | Denis Vlasenko | 2006-11-29 | 1 | -2/+2 |
* | another -90 bytes. That #define is **evil** | Denis Vlasenko | 2006-11-29 | 1 | -8/+12 |
* | mkfs.minix: more cleanups, -~300 bytes of code. | Denis Vlasenko | 2006-11-29 | 1 | -202/+204 |
* | cut 0.5k off mkfs.minix | Denis Vlasenko | 2006-11-29 | 1 | -182/+102 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -7/+7 |
* | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -2/+2 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -12/+12 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -16/+4 |
* | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley | 2006-06-16 | 1 | -3/+0 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -5/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | data --> bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -11/+11 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -14/+20 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -2/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -4/+4 |
* | Use proper C99 types | Eric Andersen | 2004-01-30 | 1 | -27/+28 |
* | extern inline is a bad bad thing. kill it (so mkfs_minix.c will | Eric Andersen | 2003-08-06 | 1 | -11/+11 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -31/+31 |
* | Inline functions with only one reference in mkfs_minix. I don't know | Aaron Lehmann | 2002-08-21 | 1 | -11/+11 |
* | Fixup some silly prototype warnings | Eric Andersen | 2001-10-31 | 1 | -3/+1 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -10/+10 |
* | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen | 2001-08-29 | 1 | -33/+27 |
* | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen | 2001-03-19 | 1 | -1/+1 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -1/+1 |
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | 2001-03-09 | 1 | -4/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -7/+0 |
* | Make old compilers not choke -- define the attribute in the func prototype. | Eric Andersen | 2001-01-31 | 1 | -1/+3 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -25/+25 |
* | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | 2001-01-31 | 1 | -37/+25 |
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -5/+2 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |