aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2009-04-01dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-31sendmail: update by VladimirDenis Vlasenko
2009-03-31hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko
2009-03-31volumeid: fix bug 249 "findfs finds the wrong partition"Denis Vlasenko
2009-03-31ash: add/improve comments, no code changesDenis Vlasenko
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko
2009-03-31hush: fix wait builtinDenis Vlasenko
2009-03-31libbb: fix typo in commentDenis Vlasenko
2009-03-31hush: don't lie in commentDenis Vlasenko
2009-03-31hush: fix comments, no code changesDenis Vlasenko
2009-03-31hush: make ^C work again, ^Z probably isn't workingDenis Vlasenko
2009-03-31hush: do not reset sighaldlers after fork - instead, prevent them from doing ...Denis Vlasenko
2009-03-31hush: rework signal and trap handling. Some smaller bits are TODO,Denis Vlasenko
2009-03-30implement `unset` semantics as required by POSIXMike Frysinger
2009-03-30fix DOC build output to be like kbuild standardMike Frysinger
2009-03-30update `trap` poisx linkMike Frysinger
2009-03-30do not automatically display job information when the shell is not interactiveMike Frysinger
2009-03-29enable trap testsMike Frysinger
2009-03-29first pass at `trap` support in hushMike Frysinger
2009-03-29modutils: dont pass NULL options to init_module()Denis Vlasenko
2009-03-29build system: hdparm -d is not that dangerous, remove warningDenis Vlasenko
2009-03-29sendmail: add more example in usage textDenis Vlasenko
2009-03-29module loading for 2.4: use fd-based io instead of FILE based;Denis Vlasenko
2009-03-29add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger
2009-03-29sysctl: move code around to get rid of forward references.Denis Vlasenko
2009-03-29sysctl: fix broken -p [file] - close bug 231Denis Vlasenko
2009-03-29mark msh as deprecatedMike Frysinger
2009-03-29use bb_strtou() in umask/wait and check errno to see if there was a problem r...Mike Frysinger
2009-03-29make sure we check job status whenever updating the promptMike Frysinger
2009-03-28test for invalid named variablesMike Frysinger
2009-03-28do not let handle_dollar() accept vars that start with a digitMike Frysinger
2009-03-28implement `wait` builtinMike Frysinger
2009-03-28remove ((expr)) bash'ismDenis Vlasenko
2009-03-28randomconfig fixDenis Vlasenko
2009-03-28update the normally disabled debug code around the syntax() func to use new m...Mike Frysinger
2009-03-28randomtest fixesDenis Vlasenko
2009-03-28add hush tests for parameter expansionMike Frysinger
2009-03-28implement most POSIX parameter expansions (~+500bytes)Mike Frysinger
2009-03-28make sure we exit based on test failure rather than always exiting with 0Mike Frysinger
2009-03-28split up feature todo by posix/bashMike Frysinger
2009-03-28unify `set` handling with command line processing, fixup `set` argv processin...Mike Frysinger
2009-03-28handle the "-s" command line option that POSIX requiresMike Frysinger
2009-03-28rename "-f" (fake) option to "-n" to match POSIXMike Frysinger
2009-03-28tweak format modifier in debug code to fixup gcc warningMike Frysinger
2009-03-28convert some of the ENABLE_FEATURE_EDITING from CPP if to C ifMike Frysinger
2009-03-28stop lying about [[ test supportMike Frysinger
2009-03-28mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko
2009-03-28make lash deprecation more prominentMike Frysinger