aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-04hush: enable NOMMU re-execution logic. Some testsuite entriesDenis Vlasenko1-22/+91
2009-04-04hush: preparatory patch for NOMMU-safe { list } handling.Denis Vlasenko1-91/+200
2009-04-04ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/Denis Vlasenko1-1/+1
2009-04-04hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted settingDenis Vlasenko4-64/+75
2009-04-04hush: fix "var=val >file" not creating fileDenis Vlasenko3-49/+121
2009-04-04hush: remove code which errors out on $- and $_, it's useless;Denis Vlasenko1-135/+152
2009-04-04hush: remove CHAR_xxx constantsDenis Vlasenko1-9/+1
2009-04-04hush: get rid of charmap[]Denis Vlasenko1-90/+55
2009-04-03simplify maybe_die() slightlyMike Frysinger1-1/+2
2009-04-03hush: finally make `cmd` safe on NOMMUDenis Vlasenko2-58/+42
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