aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-11-13ash: fix a memory leakJon Tollefson
2012-10-01ash: implement export -nDenys Vlasenko
2012-09-25ash: trivial fixes for compile failuresDenys Vlasenko
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2012-07-07ash: add a comment about VEXPORTDenys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko
2012-04-26hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-27hush: remove unused member struct command::is_stoppedDenys Vlasenko
2012-02-04cttyhack: handle multiple consoles found in sysfsAaro Koskinen
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko
2011-12-16ash: document bash's exit code too. No code changesDenys Vlasenko
2011-12-16ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko
2011-10-31cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko
2011-10-31cttyhack: print detected ctty name when called without parametersAlexander Shishkin
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko
2011-08-16cttyhack: trivial spelling/spacing fixesKevin Cernekee
2011-08-16cttyhack: remove the trailing newline when reading console name from sysfsKevin Cernekee
2011-08-09randomconfig fixesDenys Vlasenko
2011-08-01hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko
2011-08-01hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko
2011-07-13cttyhack: fail gracefully if the device node is missingKevin Cernekee
2011-07-13cttyhack: check sysfs for the name of the active consoleKevin Cernekee
2011-06-01hush: better comment. No code changesDenys Vlasenko
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko
2011-05-14hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-12hush: install signal handlers with filled sigmaskDenys Vlasenko
2011-05-12hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko
2011-05-12hush: remove one sigprocmask from exit pathDenys Vlasenko
2011-05-12hush: add forgotten {} in multi-statement if.Denys Vlasenko
2011-05-12hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko
2011-05-11hush: replace signal handling machineryDenys Vlasenko
2011-05-11hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko
2011-05-09hush: add tests for interrupting readDenys Vlasenko
2011-05-09hush: code shrinkDenys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-08hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko
2011-04-16ash: clear sa_flags alwaysIan Wienand
2011-04-04ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-03-30hush: remove outdated commentsDenys Vlasenko
2011-03-30hush: fix source1.testsDenys Vlasenko