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