aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-212-5/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-27/+28
* remove duplicate flag declsMike Frysinger2006-11-151-3/+3
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2006-11-022-10/+9
* #if CONFIG_xxx -> #if ENABLE_xxxDenis Vlasenko2006-11-012-9/+9
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-262-3/+3
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* ash: fix segfault in ash.Denis Vlasenko2006-10-161-1/+5
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* hush.c: stop using __FILE__ (bad in out-of-tree builds)Denis Vlasenko2006-10-111-1/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-1/+1
* build system overhaulDenis Vlasenko2006-10-056-137/+86
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-033-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-032-3/+3
* lots of silly indent fixesDenis Vlasenko2006-10-031-81/+82
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-2/+2
* several fixes from openWRT projectDenis Vlasenko2006-09-261-0/+39
* The version checked into the tree is a snapshot of an unifinished applet, andRob Landley2006-09-201-7/+7
* whitespace cleanupDenis Vlasenko2006-09-171-7/+7
* Unbreak allbareconfig.Rob Landley2006-09-151-5/+2
* Fix warnings.Rob Landley2006-09-081-16/+14
* Second drop. More infrastructure in place, especially for parsing pipelines.Rob Landley2006-09-081-21/+172
* Might as well commit this to have the history. It's not linked in to theRob Landley2006-09-051-0/+73
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-293-82/+53
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-72/+54
* Make a warning go away when standalone shell is disabled.Rob Landley2006-08-101-9/+8
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-034-18/+18
* Replace the previous checkin with the correct fix.Rob Landley2006-07-191-2/+2
* For now, get around the error that "child" might be uninitialized."Robert P. J. Day"2006-07-181-1/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-5/+5
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-123-90/+9
* Bugfix from Shaun Jackman (check that argv[optind] isn't null beforeRob Landley2006-07-091-19/+16
* Bug fix from Vladimir Oleynic via Paul Fox for:Rob Landley2006-07-061-0/+1
* Remove the silly redundancy from that header file include."Robert P. J. Day"2006-07-031-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.Rob Landley2006-07-011-6/+6
* Get rid of all "#if 0" content."Robert P. J. Day"2006-07-014-121/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-013-215/+210
* Remove "#if 1" directives."Robert P. J. Day"2006-07-011-14/+1
* dont setpgrp() for now as it breaks system() and that is more important than ...Mike Frysinger2006-06-261-4/+0
* - convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer2006-06-252-313/+153
* - add note about strict orderingBernhard Reutner-Fischer2006-06-211-0/+1
* Jean Wolter writes: ash uses bsearch to search in the list of built-in comman...Mike Frysinger2006-06-211-1/+1
* Cleanup patch from Shaun Jackman converting %m to perror.Rob Landley2006-06-202-5/+5
* assign default debug level to the MSHDEBUG defineMike Frysinger2006-06-201-2/+1