aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-17udhcpc[6]: remove overzealous timeout clamping codeDenys Vlasenko
2018-01-16udhcpc6: --help fixesDenys Vlasenko
2018-01-16udhcpc6: show only short opts in --help textDenys Vlasenko
2018-01-16udhcpc6: fix lease time staying very small because -d was not specifiedDenys Vlasenko
2018-01-16udhcpc6: code shrinkDenys Vlasenko
2018-01-16udhcpc6: add support of prefix delegationDenys Vlasenko
2018-01-16udhcpc6: preparatory patch, no code changesDenys Vlasenko
2018-01-16udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko
2018-01-15ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=yDenys Vlasenko
2018-01-14popmaildir: tweak help textDenys Vlasenko
2018-01-14renice: add comment about getpwnam/NOFORK interactionDenys Vlasenko
2018-01-14renice: use BUILD_BUG_ON()Denys Vlasenko
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