aboutsummaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-13rmmod: fix bug 263Denis Vlasenko4-7/+13
2009-04-13mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"Denis Vlasenko1-10/+21
2009-04-13website: add http://www.dream-multimedia-tv.de/ to list of productsDenis Vlasenko1-0/+1
2009-04-12hush: pass functions to child shells on NOMMUDenis Vlasenko1-43/+98
2009-04-12dnsd: stop using oversized buffer. trim comment.Denis Vlasenko1-17/+10
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko1-5/+9
2009-04-12modutils: small optimizationDenis Vlasenko1-18/+16
2009-04-12mdev: do not complain if /sys/block doesn't existDenis Vlasenko1-2/+3
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko2-1/+10
2009-04-12getty: fix handling of speed 0;Denis Vlasenko1-10/+14
2009-04-12mount: users report that CIFS support is breaking things,Denis Vlasenko2-103/+104
2009-04-12dnsd: removed highly questionable setting of signals to SIG_IGNDenis Vlasenko1-11/+0
2009-04-12dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)Denis Vlasenko1-163/+325
2009-04-12ash: fix warning in debug buildDenis Vlasenko1-1/+3
2009-04-11hush: remove functions from TODOsDenis Vlasenko1-2/+0
2009-04-11hush: improve debugging outputDenis Vlasenko1-101/+126
2009-04-11hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bugDenis Vlasenko2-21/+59
2009-04-10hush: tweak testsDenis Vlasenko3-37/+109
2009-04-10hush: add function testsDenis Vlasenko7-19/+65
2009-04-10hush: pass $n to functionsDenis Vlasenko1-12/+50
2009-04-10hush: fix a few thinkos in function support; make it work on NOMMU;Denis Vlasenko1-69/+120
2009-04-10hush: first stab at function support. argv passing is not coded yet.Denis Vlasenko1-64/+169
2009-04-10hush: reinstate accidentally reverted comment fix Denis Vlasenko1-1/+2
2009-04-10hush: fix some TODOs. TODO in export builting: +250 bytes.Denis Vlasenko3-51/+89
2009-04-10hush: tighten up "for" variable name check.Denis Vlasenko9-24/+82
2009-04-10hush: fix typo in commentDenis Vlasenko1-1/+2
2009-04-10fix segfault on syntax error code pathDenis Vlasenko1-6/+7
2009-04-10hush: readability improvements.Denis Vlasenko5-97/+232
2009-04-09add test cases for parameter substitution with unset/null stringsMike Frysinger2-0/+38
2009-04-09dont crash if the variable we do substitution on is not setMike Frysinger1-12/+14
2009-04-09hush: shrink and make more versatile error-reporting machineryDenis Vlasenko1-39/+46
2009-04-09hush: deal with some easier TODOsDenis Vlasenko5-157/+214
2009-04-09hush: plug the leak of expanded heredocDenis Vlasenko6-10/+49
2009-04-09hush: fix EXIT trap recursion case; check redirection failuresDenis Vlasenko5-30/+74
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko43-266/+158
2009-04-09skip some tests when fancy echo support is turned offMike Frysinger3-0/+6
2009-04-09we arent testing `echo -n` here so use printf insteadMike Frysinger1-6/+6
2009-04-09source the .config so tests can signal they need to be skipped due to feature...Mike Frysinger1-2/+11
2009-04-09patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger1-1/+7
2009-04-09hush: typo in commentDenis Vlasenko1-1/+1
2009-04-09hush: fix thinko in re_execute_shell; pass even less junk to heredoc helperDenis Vlasenko1-8/+19
2009-04-08hush: more rodust detection of unterminated strings etc;Denis Vlasenko7-31/+177
2009-04-08expand leak_all1.testsDenis Vlasenko1-2/+8
2009-04-08slight tweak to the leak detectorDenis Vlasenko1-3/+3
2009-04-08hush: plug leak in run_pipe(). NOMMU only.Denis Vlasenko1-10/+42
2009-04-08hush: add a leak test which currently failsDenis Vlasenko2-0/+44
2009-04-08hush: add leak detector helper; fix/add tests for itDenis Vlasenko7-133/+126
2009-04-08hush: echo \2>file fixDenis Vlasenko7-8/+28
2009-04-07FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko1-1/+1
2009-04-07hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko5-60/+120