| Commit message (Expand) | Author | Files | Lines |
2018-05-22 | nsenter: fix parsing of -t, -S and -G options | Euan Harris | 1 | -1/+1 |
2018-05-22 | nsenter: Rename --network option to --net | Euan Harris | 1 | -1/+1 |
2018-05-22 | dpkg: fix symlink creation, closes 10941 | Denys Vlasenko | 1 | -1/+3 |
2018-04-01 | Bump version to 1.28.31_28_3 | Denys Vlasenko | 1 | -1/+1 |
2018-04-01 | hush: fix a signedness bug | Denys Vlasenko | 1 | -1/+1 |
2018-04-01 | ash: fix "char == CTLfoo" comparison signedness bug | Denys Vlasenko | 1 | -3/+3 |
2018-04-01 | cpio: extract "unsafe" symlinks the same way tar/unzip does | Natanael Copa | 1 | -0/+2 |
2018-04-01 | grep: fix echo "aa" | busybox grep -F -w "a" (should not match) | Denys Vlasenko | 2 | -1/+7 |
2018-04-01 | ash,hush: fix "saved" redirected fds still visible in children | Denys Vlasenko | 14 | -13/+92 |
2018-03-26 | ssl_client: fix option parsing1_28_2 | Ron Yorston | 1 | -1/+1 |
2018-03-11 | tcpsvd: fix fallout from opt_complementary removal | Denys Vlasenko | 1 | -3/+8 |
2018-03-11 | udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling | Denys Vlasenko | 1 | -5/+20 |
2018-03-10 | udhcpd: fix "not dying on SIGTERM" | Denys Vlasenko | 7 | -34/+35 |
2018-03-10 | tar,unzip: postpone creation of symlinks with "suspicious" targets | Denys Vlasenko | 6 | -79/+68 |
2018-02-14 | Bump version to 1.28.11_28_1 | Denys Vlasenko | 1 | -1/+1 |
2018-02-14 | cp: fix option handling in non-longopt config | Denys Vlasenko | 1 | -1/+5 |
2018-02-14 | svlogd: improve --help text | Denys Vlasenko | 1 | -6/+13 |
2018-02-14 | ip: fix crash in "ip neigh show" | Denys Vlasenko | 7 | -20/+28 |
2018-02-14 | tls: fix hash calculations if client cert is requested and sent | Denys Vlasenko | 1 | -40/+54 |
2018-02-14 | cp: implement -T | Aaro Koskinen | 2 | -5/+17 |
2018-02-14 | tar: accomodate non-terminated tar.chksum fields as seen from github.com | Denys Vlasenko | 1 | -24/+25 |
2018-02-14 | udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation | Denys Vlasenko | 1 | -4/+4 |
2018-02-14 | umount: ignore -c | Shawn Landden | 1 | -2/+2 |
2018-02-14 | ash: fail if 'shift' operand is out of range | Ingo van Lil | 1 | -1/+1 |
2018-01-02 | Bump version to 1.28.01_28_0 | Denys Vlasenko | 1 | -1/+1 |
2017-12-31 | scripts/randomtest: do not try building static libbysubox | Denys Vlasenko | 1 | -0/+2 |
2017-12-31 | chown: fix a mistake in opt_complementary change | Denys Vlasenko | 1 | -2/+2 |
2017-12-31 | randomconfig fixes | Denys Vlasenko | 13 | -21/+42 |
2017-12-26 | ntpd: do run the script at leat once in 11 minutes | Denys Vlasenko | 1 | -1/+3 |
2017-12-25 | env: -u option fails due to typo | Ron Yorston | 1 | -1/+1 |
2017-11-13 | tar: code shrink | Denys Vlasenko | 1 | -20/+19 |
2017-11-13 | tar: code shrink, better help text | Denys Vlasenko | 1 | -62/+68 |
2017-11-10 | tar: improve help text | Denys Vlasenko | 1 | -7/+8 |
2017-11-09 | inetd: fix for running by non-root | Denys Vlasenko | 1 | -1/+1 |
2017-11-09 | unshare: -r should map root to user, not the other way around | Denys Vlasenko | 1 | -3/+3 |
2017-11-09 | unshare: -r implies -U, not -u | Denys Vlasenko | 1 | -1/+1 |
2017-11-09 | unzip: add missing -j to trivial usage | Eugene Rudoy | 1 | -1/+1 |
2017-11-09 | unzip: fix content listing and filtering when -j is used | Eugene Rudoy | 1 | -7/+8 |
2017-11-08 | lineedit: get terminal width before printing prompt | Denys Vlasenko | 1 | -2/+2 |
2017-11-08 | lineedit: do not tab-complete any strings which have control characters | Denys Vlasenko | 1 | -0/+12 |
2017-11-03 | ash: fix nofork bug where environment is not properly passed to a command | Denys Vlasenko | 5 | -5/+88 |
2017-11-02 | init: reduce the window when init can lose reboot/poweroff signals | Denys Vlasenko | 1 | -23/+8 |
2017-11-02 | ash: retain envvars with bad names in initial environment. Closes 10231 | Denys Vlasenko | 1 | -4/+22 |
2017-10-31 | ntpd: skip over setting next DNS resolution attempt if it is not needed | Denys Vlasenko | 1 | -2/+7 |
2017-10-31 | Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined | Denys Vlasenko | 2 | -0/+6 |
2017-10-31 | grep: skip grepping symlinks to directories | James Clarke | 1 | -2/+19 |
2017-10-31 | ntpd: mention in help text that -d can be repeated | Denys Vlasenko | 1 | -1/+1 |
2017-10-31 | ntpd: improve treatment of DNS resolution failures | Denys Vlasenko | 1 | -15/+33 |
2017-10-30 | udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable | James Clarke | 2 | -7/+9 |
2017-10-30 | df: Use statvfs instead of non-standard statfs | James Clarke | 1 | -3/+3 |