aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntpd: do run the script at leat once in 11 minutesDenys Vlasenko2017-12-261-1/+3
* env: -u option fails due to typoRon Yorston2017-12-251-1/+1
* tar: code shrinkDenys Vlasenko2017-11-131-20/+19
* tar: code shrink, better help textDenys Vlasenko2017-11-131-62/+68
* tar: improve help textDenys Vlasenko2017-11-101-7/+8
* inetd: fix for running by non-rootDenys Vlasenko2017-11-091-1/+1
* unshare: -r should map root to user, not the other way aroundDenys Vlasenko2017-11-091-3/+3
* unshare: -r implies -U, not -uDenys Vlasenko2017-11-091-1/+1
* unzip: add missing -j to trivial usageEugene Rudoy2017-11-091-1/+1
* unzip: fix content listing and filtering when -j is usedEugene Rudoy2017-11-091-7/+8
* lineedit: get terminal width before printing promptDenys Vlasenko2017-11-081-2/+2
* lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko2017-11-081-0/+12
* ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko2017-11-035-5/+88
* init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko2017-11-021-23/+8
* ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko2017-11-021-4/+22
* ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko2017-10-311-2/+7
* Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2017-10-312-0/+6
* grep: skip grepping symlinks to directoriesJames Clarke2017-10-311-2/+19
* ntpd: mention in help text that -d can be repeatedDenys Vlasenko2017-10-311-1/+1
* ntpd: improve treatment of DNS resolution failuresDenys Vlasenko2017-10-311-15/+33
* udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2017-10-302-7/+9
* df: Use statvfs instead of non-standard statfsJames Clarke2017-10-301-3/+3