aboutsummaryrefslogtreecommitdiff
path: root/shell/lash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix remaining survivors of the return(a) cleanupvda2006-11-271-3/+3
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-211-4/+1
* rename functions to more understandable namesvda2006-10-261-2/+2
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-72/+54
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-6/+6
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-31/+0
* Bugfix from Shaun Jackman (check that argv[optind] isn't null beforelandley2006-07-091-19/+16
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.landley2006-07-011-6/+6
* Get rid of all "#if 0" content.rpjday2006-07-011-10/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-2/+2
* Cleanup patch from Shaun Jackman converting %m to perror.landley2006-06-201-4/+4
* Make some 64 bit warnings go away on x86-64.landley2006-06-191-7/+5
* Patch from Shaun Jackman to detect "name=value" variable assignments. Randomlandley2006-06-131-10/+11
* Make lash smaller. (Use llist_t for file closing, and different allocationlandley2006-06-131-71/+24
* - reuse strings and messages. Saves about 600Baldot2006-06-071-2/+2
* 2006-06-02 Shaun Jackman <sjackman@gmail.com>aldot2006-06-031-6/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-5/+7
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-161-1/+1
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-1/+1
* just whitespacetimr2006-01-251-1/+1
* - add platform.h.aldot2006-01-221-15/+2
* Reduce exported from lash appletvodz2005-09-221-2/+2
* Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to tra...vapier2005-03-041-5/+11
* Joe.C writes:andersen2004-08-161-0/+1
* Jamie Guinan writes:andersen2004-04-121-1/+1
* Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofandersen2004-04-071-9/+0
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Fix some goofy formattingandersen2004-03-121-4/+3
* Patch by Felipe Kellermann to fix a compiler compatability problembug12004-03-051-6/+6
* oops. Leave the default feature set enbled for now...andersen2004-02-101-2/+2
* Initial effort at disabling job control as wellandersen2004-02-101-6/+35
* Support disabling pipe and redirect supportandersen2004-02-101-40/+67
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Major coreutils update.mjn32003-03-191-35/+35
* Squash a warning by making function declaration a proper prototypeandersen2002-12-111-1/+1
* Change if(x)free(x); to free(x);aaronl2002-11-281-8/+4
* Teach lash to get $1 $2 $3 etc correctandersen2002-11-081-1/+1
* Use %m, not strerror, and strerror(err) was broken anyways and should have beenandersen2002-09-301-1/+1
* Avoid calling exit() from within fork/vfork'ed processes.andersen2002-09-261-3/+7
* A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>andersen2002-07-311-3/+6
* Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>andersen2002-06-061-1/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-1/+1
* Begin moving things to busybox.netandersen2001-12-081-1/+1
* Change strdup calls to xstrdup (patch from Steve Merrifield).kraai2001-11-121-1/+1
* Add in some (theoretical) uClinux support. Some init cleanupsandersen2001-10-281-1/+6