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