aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-14NOFORK_NOEXEC.sh: a script to find "interesting" appletsDenys Vlasenko
2018-01-14mv: make it NOEXECDenys Vlasenko
2018-01-14cal: make it NOEXECDenys Vlasenko
2018-01-14nandwrite: cope with old headers which have no MTD_FILE_MODE_RAWDenys Vlasenko
2018-01-14size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" nameDenys Vlasenko
2018-01-14config: add size estimations for a few appletsDenys Vlasenko
2018-01-13tc: fix single-applet buildDenys Vlasenko
2018-01-13shell: echo ${?:0} was fixed sometime ago, enable it in testsDenys Vlasenko
2018-01-13hush: fix raw ^C handlisg in single-quoted stringsDenys Vlasenko
2018-01-12hush: add command2.tests from ash testsDenys Vlasenko
2018-01-12hush: tweak command -vV printing code, no logic changesDenys Vlasenko
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