| Commit message (Expand) | Author | Age | Files | Lines |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 2 | -8/+8 |
* | fix remaining survivors of the return(a) cleanup | vda | 2006-11-27 | 2 | -5/+5 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 3 | -150/+151 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 4 | -97/+99 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | vda | 2006-11-24 | 1 | -1/+1 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 2 | -5/+1 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -27/+28 |
* | remove duplicate flag decls | vapier | 2006-11-15 | 1 | -3/+3 |
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 2006-11-02 | 2 | -10/+9 |
* | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 2006-11-01 | 2 | -9/+9 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 2 | -3/+3 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | ash: fix segfault in ash. | vda | 2006-10-16 | 1 | -1/+5 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 1 | -3/+3 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -1/+1 |
* | hush.c: stop using __FILE__ (bad in out-of-tree builds) | vda | 2006-10-11 | 1 | -1/+2 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -1/+1 |
* | build system overhaul | vda | 2006-10-05 | 6 | -137/+86 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 3 | -4/+4 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 2 | -3/+3 |
* | lots of silly indent fixes | vda | 2006-10-03 | 1 | -81/+82 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -2/+2 |
* | several fixes from openWRT project | vda | 2006-09-26 | 1 | -0/+39 |
* | The version checked into the tree is a snapshot of an unifinished applet, and | landley | 2006-09-20 | 1 | -7/+7 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -7/+7 |
* | Unbreak allbareconfig. | landley | 2006-09-15 | 1 | -5/+2 |
* | Fix warnings. | landley | 2006-09-08 | 1 | -16/+14 |
* | Second drop. More infrastructure in place, especially for parsing pipelines. | landley | 2006-09-08 | 1 | -21/+172 |
* | Might as well commit this to have the history. It's not linked in to the | landley | 2006-09-05 | 1 | -0/+73 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 3 | -82/+53 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | aldot | 2006-08-20 | 1 | -72/+54 |
* | Make a warning go away when standalone shell is disabled. | landley | 2006-08-10 | 1 | -9/+8 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 4 | -18/+18 |
* | Replace the previous checkin with the correct fix. | landley | 2006-07-19 | 1 | -2/+2 |
* | For now, get around the error that "child" might be uninitialized. | rpjday | 2006-07-18 | 1 | -1/+1 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 1 | -5/+5 |
* | A couple things that got tangled up in my tree, easier to check in both than | landley | 2006-07-12 | 3 | -90/+9 |
* | Bugfix from Shaun Jackman (check that argv[optind] isn't null before | landley | 2006-07-09 | 1 | -19/+16 |
* | Bug fix from Vladimir Oleynic via Paul Fox for: | landley | 2006-07-06 | 1 | -0/+1 |
* | Remove the silly redundancy from that header file include. | rpjday | 2006-07-03 | 1 | -1/+1 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 1 | -0/+1 |
* | Patch from Shaun Jackman moving the var=value logic to here it can do some good. | landley | 2006-07-01 | 1 | -6/+6 |
* | Get rid of all "#if 0" content. | rpjday | 2006-07-01 | 4 | -121/+0 |
* | Remove all usage of the "register" storage class specifier. | rpjday | 2006-07-01 | 3 | -215/+210 |
* | Remove "#if 1" directives. | rpjday | 2006-07-01 | 1 | -14/+1 |
* | dont setpgrp() for now as it breaks system() and that is more important than ... | vapier | 2006-06-26 | 1 | -4/+0 |