aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.src
AgeCommit message (Expand)Author
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko
2019-05-19shell: implement optional "BASE#nnnn" numeric literalsDenys Vlasenko
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-06-06restore documentation on the build config languageKartik Agaram
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko
2017-01-26sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko
2017-01-06ash: explicltly group ash optionsKang-Che Sung
2017-01-04shell: clarify help text of CONFIG_{SH,BASH}_IS_* optionsKang-Che Sung
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-02-02hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko
2010-07-16hush: move msh/lash config into hush.c, no code changesDenys Vlasenko
2010-07-16cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko
2010-07-16ash: move config stuff into ash.c, no code chagesDenys Vlasenko
2010-07-16hush: make set -x support optionalDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07typo fixDenys Vlasenko
2010-06-06fix allnoconfigDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko