aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make some 64 bit warnings go away on x86-64.Rob Landley2006-06-191-7/+5
* Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.Rob Landley2006-06-142-5/+2
* Patch from Shaun Jackman to detect "name=value" variable assignments. RandomRob Landley2006-06-131-10/+11
* Make lash smaller. (Use llist_t for file closing, and different allocationRob Landley2006-06-131-71/+24
* remove leading "Enable" from the config option text. not only is itPaul Fox2006-06-081-12/+12
* made "test" an ash built-in.Paul Fox2006-06-082-19/+49
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-072-3/+3
* make the default prompt suck less when using fancy promptsMike Frysinger2006-06-061-2/+11
* 2006-06-02 Shaun Jackman <sjackman@gmail.com>Bernhard Reutner-Fischer2006-06-031-6/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-025-9/+8
* use xmalloc()Mike Frysinger2006-06-021-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+1
* - replace _PATH_DEVNULL with bb_dev_nullBernhard Reutner-Fischer2006-05-191-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.Rob Landley2006-05-121-0/+1