aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-03hush: yet another randomconfig fixDenis Vlasenko1-12/+6
2009-04-03shell/math: randomconfig fixDenis Vlasenko2-6/+4
2009-04-03hush: randomconfig fixesDenis Vlasenko1-46/+48
2009-04-03hush: improve parse_stream: does not require parsing context struct;Denis Vlasenko2-230/+268
2009-04-03hush: simplify parse_streamDenis Vlasenko1-25/+23
2009-04-03hush: fix bug with local environment vars in pipes; simplify parse_stream()Denis Vlasenko3-38/+45
2009-04-03hush: explain parsing context structureDenis Vlasenko1-21/+32
2009-04-02hush: straighten parse_stream() API a bitDenis Vlasenko1-19/+24
2009-04-02trim trailing slashes from specified subdir so we output to the right placeMike Frysinger1-0/+1
2009-04-02hush: rename ->o_quote to ->o_escapeDenis Vlasenko5-28/+565
2009-04-02Arithmetic Expansion is supported now in hush, so drop from TODOMike Frysinger1-1/+0
2009-04-02hush: do not inadvertently parse $((1 + "22")) as ok.Denis Vlasenko1-13/+11
2009-04-02hush: makeDenis Vlasenko1-56/+164
2009-04-02shells: do not need to have math state globalDenis Vlasenko2-59/+50
2009-04-02fix ash-alias/alias.tests failureDenis Vlasenko1-31/+20
2009-04-02split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger6-726/+945
2009-04-01more of pointless whitespace fixesDenis Vlasenko8-32/+31
2009-04-01dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko8-124/+149
2009-04-01trailing whitespace removalDenis Vlasenko7-11/+11
2009-03-31sendmail: update by VladimirDenis Vlasenko4-273/+129
2009-03-31hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko7-52/+52
2009-03-31volumeid: fix bug 249 "findfs finds the wrong partition"Denis Vlasenko1-3/+1
2009-03-31ash: add/improve comments, no code changesDenis Vlasenko1-3/+5
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko3-12/+37
2009-03-31hush: fix wait builtinDenis Vlasenko1-31/+99
2009-03-31libbb: fix typo in commentDenis Vlasenko1-1/+1
2009-03-31hush: don't lie in commentDenis Vlasenko1-2/+0
2009-03-31hush: fix comments, no code changesDenis Vlasenko1-29/+36
2009-03-31hush: make ^C work again, ^Z probably isn't workingDenis Vlasenko1-10/+24
2009-03-31hush: do not reset sighaldlers after fork - instead, prevent them from doing ...Denis Vlasenko1-146/+59
2009-03-31hush: rework signal and trap handling. Some smaller bits are TODO,Denis Vlasenko1-208/+376
2009-03-30implement `unset` semantics as required by POSIXMike Frysinger3-7/+92
2009-03-30fix DOC build output to be like kbuild standardMike Frysinger1-2/+4
2009-03-30update `trap` poisx linkMike Frysinger1-1/+1
2009-03-30do not automatically display job information when the shell is not interactiveMike Frysinger1-3/+5
2009-03-29enable trap testsMike Frysinger4-0/+0
2009-03-29first pass at `trap` support in hushMike Frysinger1-10/+129
2009-03-29modutils: dont pass NULL options to init_module()Denis Vlasenko1-1/+1
2009-03-29build system: hdparm -d is not that dangerous, remove warningDenis Vlasenko1-2/+1
2009-03-29sendmail: add more example in usage textDenis Vlasenko1-12/+16
2009-03-29module loading for 2.4: use fd-based io instead of FILE based;Denis Vlasenko1-35/+27
2009-03-29add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger8-0/+72
2009-03-29sysctl: move code around to get rid of forward references.Denis Vlasenko1-108/+101
2009-03-29sysctl: fix broken -p [file] - close bug 231Denis Vlasenko1-4/+9
2009-03-29mark msh as deprecatedMike Frysinger1-2/+5
2009-03-29use bb_strtou() in umask/wait and check errno to see if there was a problem r...Mike Frysinger1-7/+4
2009-03-29make sure we check job status whenever updating the promptMike Frysinger1-1/+3
2009-03-28test for invalid named variablesMike Frysinger2-0/+7
2009-03-28do not let handle_dollar() accept vars that start with a digitMike Frysinger1-4/+18
2009-03-28implement `wait` builtinMike Frysinger1-0/+35