aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcpc6: add support of prefix delegationDenys Vlasenko2018-01-162-22/+101
* udhcpc6: preparatory patch, no code changesDenys Vlasenko2018-01-161-37/+37
* udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko2018-01-161-4/+4
* ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=yDenys Vlasenko2018-01-151-1/+3
* popmaildir: tweak help textDenys Vlasenko2018-01-141-2/+2
* renice: add comment about getpwnam/NOFORK interactionDenys Vlasenko2018-01-141-1/+1
* renice: use BUILD_BUG_ON()Denys Vlasenko2018-01-141-10/+3
* NOFORK_NOEXEC.sh: a script to find "interesting" appletsDenys Vlasenko2018-01-141-0/+34
* mv: make it NOEXECDenys Vlasenko2018-01-143-3/+5
* cal: make it NOEXECDenys Vlasenko2018-01-142-2/+3
* nandwrite: cope with old headers which have no MTD_FILE_MODE_RAWDenys Vlasenko2018-01-141-0/+9
* size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" nameDenys Vlasenko2018-01-141-3/+3
* config: add size estimations for a few appletsDenys Vlasenko2018-01-145-5/+5
* tc: fix single-applet buildDenys Vlasenko2018-01-131-0/+6
* shell: echo ${?:0} was fixed sometime ago, enable it in testsDenys Vlasenko2018-01-134-2/+4
* hush: fix raw ^C handlisg in single-quoted stringsDenys Vlasenko2018-01-139-12/+15
* hush: add command2.tests from ash testsDenys Vlasenko2018-01-122-0/+8
* hush: tweak command -vV printing code, no logic changesDenys Vlasenko2018-01-121-3/+5
* hush: implement "command -v -V"Denys Vlasenko2018-01-121-31/+84
* which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-124-26/+28
* hush: implement "command" builtin (no options are supported yet)Denys Vlasenko2018-01-111-1/+16
* hush: fix handling of ^C in evalDenys Vlasenko2018-01-115-4/+36
* hush: fix handling of raw ^C in scripts: "echo ^C"Denys Vlasenko2018-01-115-4/+27
* hush: remove dead codeDenys Vlasenko2018-01-111-15/+0
* ash: ALWAYS_INLINE grabstackblock()Denys Vlasenko2018-01-101-1/+1
* init: stop using static dataDenys Vlasenko2018-01-101-16/+24
* ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INTDenys Vlasenko2018-01-101-13/+25
* dd: fixed partial count logicDenys Vlasenko2018-01-101-1/+3
* dd: exit with 1 if last write was incompleteDenys Vlasenko2018-01-101-5/+7
* ash: add comment explaining last changeDenys Vlasenko2018-01-091-6/+6
* ash: fix var_bash5.tests - ${VAR/pattern/repl} constructDenys Vlasenko2018-01-091-25/+72
* umount: ignore -cShawn Landden2018-01-081-2/+2
* mknod: better --help, much clearer codeDenys Vlasenko2018-01-081-28/+28
* less: code shrinkDenys Vlasenko2018-01-081-3/+1
* dhcprelay: code shrinkDenys Vlasenko2018-01-081-4/+4
* nice: code shrinkDenys Vlasenko2018-01-081-9/+12
* *: make "argc UNUSED_PARAM" consistentDenys Vlasenko2018-01-082-2/+2
* awk: code shrinkDenys Vlasenko2018-01-071-4/+3
* ash: fail if 'shift' operand is out of rangeIngo van Lil2018-01-071-1/+1
* awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko2018-01-072-23/+50
* libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=yDenys Vlasenko2018-01-041-1/+2
* build system: add rule to install without cloberring existing utilitiesYann E. MORIN2018-01-041-0/+3
* applets/install: accept more than one install optionYann E. MORIN2018-01-041-12/+16
* applets/install: respect noclobber for script wrappers tooYann E. MORIN2018-01-041-12/+8
* tc: enables this appletDenys Vlasenko2018-01-041-31/+75
* Start 1.29.0 development cycleDenys Vlasenko2018-01-021-2/+2
* Bump version to 1.28.01_28_0Denys Vlasenko2018-01-021-1/+1
* scripts/randomtest: do not try building static libbysuboxDenys Vlasenko2017-12-311-0/+2
* chown: fix a mistake in opt_complementary changeDenys Vlasenko2017-12-311-2/+2
* randomconfig fixesDenys Vlasenko2017-12-3113-21/+42