aboutsummaryrefslogtreecommitdiff
path: root/shell/lash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-2/+3
* xpipe: introduce (saves ~170 bytes)vda2007-05-261-2/+1
* lash: recognize and use NOFORK appletsvda2007-04-141-23/+30
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-6/+1
* lash: "forking" applets are actually can be treated the same way as "non-fork...vda2007-04-121-42/+27
* fix realloc-of-non-malloced pointer, and reduce size while at itvda2007-04-121-14/+14
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-121-12/+14
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-2/+1
* style fixes, no code changes.vda2007-04-111-1/+1
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-111-1/+1
* Rename two config options:vda2007-04-101-1/+1
* style fixes. No code changes.vda2007-04-101-4/+4
* add some missed statics on constant objects.vda2007-04-081-1/+2
* lash: make -c work; crush buffer overrun and free of non-malloced ptrvda2007-03-311-9/+6
* lash: style cleanupvda2007-03-311-81/+84
* random style fixes (extra spaces deleted)vda2007-03-241-2/+2
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-3/+3
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* lash: -Wwrite-strings fixesvda2007-01-301-22/+24
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-221-1/+1
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-221-7/+7
* Convert cmdedit into more generic line input facilityvda2007-01-221-4/+10
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-1/+1
* style fixesvda2006-12-261-2/+2
* remove useless casts (type*) xzalloc(...)vda2006-12-221-1/+1
* 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