aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-1115-55/+71
| * hush: reinstate [[ builtinDenys Vlasenko2017-01-111-0/+3
| * hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung2017-01-111-29/+44
| * ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko2017-01-111-74/+101
| * busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko2017-01-111-5/+1
| * top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko2017-01-111-4/+0
| * more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko2017-01-111-57/+49
| * hush: shorten output of "help" builtinDenys Vlasenko2017-01-101-9/+12
| * hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko2017-01-101-297/+295
| * init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko2017-01-1010-15/+13
| * ash: revert "make dot command search current directory first"Denys Vlasenko2017-01-101-9/+0
| * shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-1016-59/+72
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-10105-512/+203
| * Allow FAST_FUNC to be overridden at build timeKang-Che Sung2017-01-091-5/+10
| * kill: optimizations for single-applet buildKang-Che Sung2017-01-092-21/+28
| * hush: make echo builtin optionalDenys Vlasenko2017-01-092-17/+24
| * kill: need not build kill.c when ash's job control is offKang-Che Sung2017-01-092-6/+2
| * make_single_applets.sh: show errors and warningsDenys Vlasenko2017-01-092-2/+15
| * unlzma: expand comments, no code changesDenys Vlasenko2017-01-091-0/+18
| * unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko2017-01-091-5/+8
| * unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko2017-01-091-102/+109
| * unzip: optional support for xzDenys Vlasenko2017-01-092-0/+14
| * unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-093-36/+61
| * modprobe-small: build fixesDenys Vlasenko2017-01-091-3/+10
| * modprobe-small: optimizations for single applet buildExplorer092017-01-091-33/+39
| * Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-093-19/+41
| * ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-091-2/+4
| * hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-095-2/+36
| * hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko2017-01-091-9/+14
| * hush: fix 'defined but not used' warningDenys Vlasenko2017-01-091-0/+2
| * hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko2017-01-091-3/+1
| * hush: fix kill builtin without jobs supportDenys Vlasenko2017-01-091-12/+8
| * typo fixDenys Vlasenko2017-01-091-1/+1
| * hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko2017-01-081-0/+2
| * hush: make memleak builtin optionalDenys Vlasenko2017-01-081-4/+13
| * hush: make export builtin optionalDenys Vlasenko2017-01-081-11/+26
| * hush: make umask builtin optionalDenys Vlasenko2017-01-081-0/+13
| * hush: make set/unset builtins optionalDenys Vlasenko2017-01-081-5/+35
| * hush: make read and trap builtins optionalDenys Vlasenko2017-01-081-71/+118
| * hush: kill builtin and kill %jobspec supportDenys Vlasenko2017-01-084-7/+138
| * hush: support %%, %+ and % jobspec (meaning "current job")Denys Vlasenko2017-01-081-9/+21
| * httpd: fix address family for reverse proxy client socketLaurent Bercot2017-01-081-3/+3
| * build system: no longer prompt for PLATFORM_LINUX optionKang-Che Sung2017-01-081-11/+11
| * bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung2017-01-081-1/+1
| * ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung2017-01-081-1/+2
| * unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko2017-01-082-115/+125
* | libbb: let bb_make_directory accept backslashes in pathRon Yorston2017-02-071-0/+8
* | Provide vfprintf replacementRon Yorston2017-02-072-0/+2
* | ash: make the noconsole option configurable at build timeRon Yorston2017-02-073-4/+22
* | win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-184-2/+22