summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* didnt mean to commit debug enableMike Frysinger2006-05-051-1/+1
* use %p when printing pointers, not %xMike Frysinger2006-05-051-52/+54
* fix Bug 659 as reported by Robin GetzMike Frysinger2006-05-051-0/+4
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-14/+14
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-13/+19
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-5/+7
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* vi-mode changes: eliminate warnings from out-of-range-for-typePaul Fox2006-03-071-65/+65
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-062-3/+3
* Typo fixes brought to you by the letters a, l, and Robert P. Day.Rob Landley2006-03-031-1/+1
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-18/+8
* I was playing around with a dependency generator a couple weeks ago and I foundRob Landley2006-02-241-1/+1
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-164-7/+9
* Convert some help text to english.Rob Landley2006-02-081-5/+5