aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* general warning cleanupoldNguyễn Thái Ngọc Duy2009-05-101-1/+3
* Config.in: comment out programs/features that will not get supported anytime ...Nguyễn Thái Ngọc Duy2009-04-281-2/+8
* shell/ash: redo execcmd() and get rid of shellexec()Nguyễn Thái Ngọc Duy2009-04-231-0/+11
* shell/ash: pass env vars over when forking shellNguyễn Thái Ngọc Duy2009-04-231-0/+3
* run-command: rework interface to pass program path directlyNguyễn Thái Ngọc Duy2009-04-231-12/+7
* shell/ash: reimplement openhere()Nguyễn Thái Ngọc Duy2009-04-231-0/+43
* shell/ash: reimplement evalpipe()Nguyễn Thái Ngọc Duy2009-04-231-0/+62
* shell/ash: reimplement evalsubshell()Nguyễn Thái Ngọc Duy2009-04-232-3/+23
* shell/ash: reimplement evalbackcmd() and backquoteNguyễn Thái Ngọc Duy2009-04-232-0/+40
* shell/ash: replace updatepwd()Nguyễn Thái Ngọc Duy2009-04-231-0/+89
* shell/ash: replace shellexec() with shellspawn()Nguyễn Thái Ngọc Duy2009-04-233-0/+156
* shell/ash: link forkshell to main programNguyễn Thái Ngọc Duy2009-04-231-0/+21
* shell/ash: use dup2() where possible, due to copyfd's inefficenciesNguyễn Thái Ngọc Duy2009-04-231-1/+13
* shell/ash: reimplement copy_fd as Windows does not have F_DUPFDNguyễn Thái Ngọc Duy2009-04-231-0/+17
* shell/ash: search for .exe automatically if .exe is not givenNguyễn Thái Ngọc Duy2009-04-231-1/+21
* shell/ash: stop looking at \r (for CRLF ending)Nguyễn Thái Ngọc Duy2009-04-231-0/+4
* shell/ash: suport /dev/null in redirectionNguyễn Thái Ngọc Duy2009-04-231-0/+24
* shell/ash: teach it to understand semicolon as path separatorNguyễn Thái Ngọc Duy2009-04-231-0/+12
* shell/ash: massive ifdefs to unrelevant remove codeNguyễn Thái Ngọc Duy2009-04-231-3/+104
* shell/ash: add forkshell_* to transfer data via pipeNguyễn Thái Ngọc Duy2009-04-232-0/+129
* shell/ash: add basic code for transferring internal dataNguyễn Thái Ngọc Duy2009-04-231-0/+783
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-0/+4
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-11/+0
* hush: trivial buglet found by randomconfig testingvda2007-05-301-0/+2
* whitespace fixesvda2007-05-302-8/+8
* usage.c: remove reference to busybox.hvda2007-05-264-5/+9
* xpipe: introduce (saves ~170 bytes)vda2007-05-262-6/+3
* hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.vda2007-05-251-6/+18
* hush: avoid duplicating HUSH_VERSIONvda2007-05-251-15/+16
* hush: micro-optimization in new variable codevda2007-05-251-5/+5
* hush: we can't do without variable->value member, saving 25 bytes of codevda2007-05-251-42/+38
* hush: rework variable storage and environment handling.vda2007-05-254-167/+238
* hush: update README with yet another failure casevda2007-05-241-0/+5
* hush: fix segfaulting syntax error in interactive hushvda2007-05-241-23/+29
* hush: improve 2 testsuite testsvda2007-05-244-2/+17
* hush: add 2 tests for correct syntax error reportingvda2007-05-242-0/+2
* hush: fix handling of unmatched ${name (without closing '}') -vda2007-05-241-5/+7
* hush: make syntax error messages a bit more usefulvda2007-05-233-29/+37
* hush: prepare testsuite for new, fixed error message formatvda2007-05-231-1/+1
* hush: fix job control with eval /bin/external_progvda2007-05-233-92/+96
* hush: fix a bit different instance of "No EOL" bug,vda2007-05-235-40/+57
* fix execute bit on hush-misc/shift.testsvda2007-05-231-0/+0
* hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush.vda2007-05-212-38/+109
* shells: update README and testsuite. environment memory leakvda2007-05-213-1/+17
* hush: using smallints where we can. save ~20 bytes in code andvda2007-05-211-47/+50
* hush: fix shift + $0 bug; add testcasevda2007-05-203-1/+9
* hush: trivial size optimizationvda2007-05-201-5/+6
* hush: make process substitution configurable; add a testcasevda2007-05-204-1/+22
* ash: implement type -p, costs less than 10 bytesvda2007-05-201-16/+11
* cttyhack: new applet.vda2007-05-183-0/+95