aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-01hush: fix a signedness bugDenys Vlasenko1-1/+1
2018-04-01ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko1-3/+3
2018-04-01cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa1-0/+2
2018-04-01grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2-1/+7
2018-04-01ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko14-13/+92
2018-03-26ssl_client: fix option parsing1_28_2Ron Yorston1-1/+1
2018-03-11tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko1-3/+8
2018-03-11udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko1-5/+20
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko7-34/+35
2018-03-10tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko6-79/+68
2018-02-14Bump version to 1.28.11_28_1Denys Vlasenko1-1/+1
2018-02-14cp: fix option handling in non-longopt configDenys Vlasenko1-1/+5
2018-02-14svlogd: improve --help textDenys Vlasenko1-6/+13
2018-02-14ip: fix crash in "ip neigh show"Denys Vlasenko7-20/+28
2018-02-14tls: fix hash calculations if client cert is requested and sentDenys Vlasenko1-40/+54
2018-02-14cp: implement -TAaro Koskinen2-5/+17
2018-02-14tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko1-24/+25
2018-02-14udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko1-4/+4
2018-02-14umount: ignore -cShawn Landden1-2/+2
2018-02-14ash: fail if 'shift' operand is out of rangeIngo van Lil1-1/+1
2018-01-02Bump version to 1.28.01_28_0Denys Vlasenko1-1/+1
2017-12-31scripts/randomtest: do not try building static libbysuboxDenys Vlasenko1-0/+2
2017-12-31chown: fix a mistake in opt_complementary changeDenys Vlasenko1-2/+2
2017-12-31randomconfig fixesDenys Vlasenko13-21/+42
2017-12-26ntpd: do run the script at leat once in 11 minutesDenys Vlasenko1-1/+3
2017-12-25env: -u option fails due to typoRon Yorston1-1/+1
2017-11-13tar: code shrinkDenys Vlasenko1-20/+19
2017-11-13tar: code shrink, better help textDenys Vlasenko1-62/+68
2017-11-10tar: improve help textDenys Vlasenko1-7/+8
2017-11-09inetd: fix for running by non-rootDenys Vlasenko1-1/+1
2017-11-09unshare: -r should map root to user, not the other way aroundDenys Vlasenko1-3/+3
2017-11-09unshare: -r implies -U, not -uDenys Vlasenko1-1/+1
2017-11-09unzip: add missing -j to trivial usageEugene Rudoy1-1/+1
2017-11-09unzip: fix content listing and filtering when -j is usedEugene Rudoy1-7/+8
2017-11-08lineedit: get terminal width before printing promptDenys Vlasenko1-2/+2
2017-11-08lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko1-0/+12
2017-11-03ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko5-5/+88
2017-11-02init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko1-23/+8
2017-11-02ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko1-4/+22
2017-10-31ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko1-2/+7
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2-0/+6
2017-10-31grep: skip grepping symlinks to directoriesJames Clarke1-2/+19
2017-10-31ntpd: mention in help text that -d can be repeatedDenys Vlasenko1-1/+1
2017-10-31ntpd: improve treatment of DNS resolution failuresDenys Vlasenko1-15/+33
2017-10-30udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2-7/+9
2017-10-30df: Use statvfs instead of non-standard statfsJames Clarke1-3/+3
2017-10-30xfuncs: Handle missing non-POSIX termios constantsJames Clarke1-0/+9
2017-10-30blkdiscard: Only build on LinuxJames Clarke1-0/+1
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke2-0/+16
2017-10-28ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko1-4/+10