summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.28.41_28_41_28_stableDenys Vlasenko2018-05-221-1/+1
* nsenter: fix parsing of -t, -S and -G optionsEuan Harris2018-05-221-1/+1
* nsenter: Rename --network option to --netEuan Harris2018-05-221-1/+1
* dpkg: fix symlink creation, closes 10941Denys Vlasenko2018-05-221-1/+3
* Bump version to 1.28.31_28_3Denys Vlasenko2018-04-011-1/+1
* hush: fix a signedness bugDenys Vlasenko2018-04-011-1/+1
* ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko2018-04-011-3/+3
* cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa2018-04-011-0/+2
* grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2018-04-012-1/+7
* ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-04-0114-13/+92
* ssl_client: fix option parsing1_28_2Ron Yorston2018-03-261-1/+1
* tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko2018-03-111-3/+8
* udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko2018-03-111-5/+20
* udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-107-34/+35
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-03-106-79/+68
* Bump version to 1.28.11_28_1Denys Vlasenko2018-02-141-1/+1
* cp: fix option handling in non-longopt configDenys Vlasenko2018-02-141-1/+5
* svlogd: improve --help textDenys Vlasenko2018-02-141-6/+13
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-147-20/+28
* tls: fix hash calculations if client cert is requested and sentDenys Vlasenko2018-02-141-40/+54
* cp: implement -TAaro Koskinen2018-02-142-5/+17
* tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko2018-02-141-24/+25
* udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko2018-02-141-4/+4
* umount: ignore -cShawn Landden2018-02-141-2/+2
* ash: fail if 'shift' operand is out of rangeIngo van Lil2018-02-141-1/+1
* 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