aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-12hush: tweak command -vV printing code, no logic changesDenys Vlasenko1-3/+5
2018-01-12hush: implement "command -v -V"Denys Vlasenko1-31/+84
2018-01-12which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko4-26/+28
2018-01-11hush: implement "command" builtin (no options are supported yet)Denys Vlasenko1-1/+16
2018-01-11hush: fix handling of ^C in evalDenys Vlasenko5-4/+36
2018-01-11hush: fix handling of raw ^C in scripts: "echo ^C"Denys Vlasenko5-4/+27
2018-01-11hush: remove dead codeDenys Vlasenko1-15/+0
2018-01-10ash: ALWAYS_INLINE grabstackblock()Denys Vlasenko1-1/+1
2018-01-10init: stop using static dataDenys Vlasenko1-16/+24
2018-01-10ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INTDenys Vlasenko1-13/+25
2018-01-10dd: fixed partial count logicDenys Vlasenko1-1/+3
2018-01-10dd: exit with 1 if last write was incompleteDenys Vlasenko1-5/+7
2018-01-09ash: add comment explaining last changeDenys Vlasenko1-6/+6
2018-01-09ash: fix var_bash5.tests - ${VAR/pattern/repl} constructDenys Vlasenko1-25/+72
2018-01-08umount: ignore -cShawn Landden1-2/+2
2018-01-08mknod: better --help, much clearer codeDenys Vlasenko1-28/+28
2018-01-08less: code shrinkDenys Vlasenko1-3/+1
2018-01-08dhcprelay: code shrinkDenys Vlasenko1-4/+4
2018-01-08nice: code shrinkDenys Vlasenko1-9/+12
2018-01-08*: make "argc UNUSED_PARAM" consistentDenys Vlasenko2-2/+2
2018-01-07awk: code shrinkDenys Vlasenko1-4/+3
2018-01-07ash: fail if 'shift' operand is out of rangeIngo van Lil1-1/+1
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko2-23/+50
2018-01-04libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=yDenys Vlasenko1-1/+2
2018-01-04build system: add rule to install without cloberring existing utilitiesYann E. MORIN1-0/+3
2018-01-04applets/install: accept more than one install optionYann E. MORIN1-12/+16
2018-01-04applets/install: respect noclobber for script wrappers tooYann E. MORIN1-12/+8
2018-01-04tc: enables this appletDenys Vlasenko1-31/+75
2018-01-02Start 1.29.0 development cycleDenys Vlasenko1-2/+2
2018-01-02Bump version to 1.28.01_28_0Denys Vlasenko1-1/+1
2017-12-31scripts/randomtest: do not try building static libbysuboxDenys Vlasenko1-0/+2
2017-12-31chown: fix a mistake in opt_complementary changeDenys Vlasenko1-2/+2
2017-12-31randomconfig fixesDenys Vlasenko13-21/+42
2017-12-26ntpd: do run the script at leat once in 11 minutesDenys Vlasenko1-1/+3
2017-12-25env: -u option fails due to typoRon Yorston1-1/+1
2017-11-13tar: code shrinkDenys Vlasenko1-20/+19
2017-11-13tar: code shrink, better help textDenys Vlasenko1-62/+68
2017-11-10tar: improve help textDenys Vlasenko1-7/+8
2017-11-09inetd: fix for running by non-rootDenys Vlasenko1-1/+1
2017-11-09unshare: -r should map root to user, not the other way aroundDenys Vlasenko1-3/+3
2017-11-09unshare: -r implies -U, not -uDenys Vlasenko1-1/+1
2017-11-09unzip: add missing -j to trivial usageEugene Rudoy1-1/+1
2017-11-09unzip: fix content listing and filtering when -j is usedEugene Rudoy1-7/+8
2017-11-08lineedit: get terminal width before printing promptDenys Vlasenko1-2/+2
2017-11-08lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko1-0/+12
2017-11-03ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko5-5/+88
2017-11-02init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko1-23/+8
2017-11-02ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko1-4/+22
2017-10-31ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko1-2/+7
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2-0/+6