| Commit message (Expand) | Author | Age | Files | Lines |
* | ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die | Stefan Agner | 2018-03-29 | 1 | -1/+1 |
* | fbsplash: support configurable image position | Peter Korsgaard | 2018-03-29 | 1 | -9/+12 |
* | grep: fix echo "aa" | busybox grep -F -w "a" (should not match) | Denys Vlasenko | 2018-03-29 | 2 | -1/+7 |
* | fstrim: do not check that specified file is on a block device | Denys Vlasenko | 2018-03-29 | 1 | -3/+11 |
* | hush: add a FIXME comment | Denys Vlasenko | 2018-03-28 | 1 | -0/+6 |
* | ash,hush: fix "saved" redirected fds still visible in children | Denys Vlasenko | 2018-03-28 | 14 | -13/+92 |
* | libbb: use BUILD_BUG_ON in utoa_to_buf() | Denys Vlasenko | 2018-03-28 | 1 | -4/+3 |
* | ifupdown: do not fail if interface disappears during ifdown | Kaarle Ritvanen | 2018-03-28 | 1 | -0/+6 |
* | ioctl(SIOCGIFINDEX) does not require clearing of entire ifr | Denys Vlasenko | 2018-03-27 | 3 | -3/+3 |
* | netstat: produce numeric-ip output for non-resolved names | Mark Marshall | 2018-03-27 | 1 | -2/+5 |
* | ssl_client: fix option parsing | Ron Yorston | 2018-03-20 | 1 | -1/+1 |
* | top: fix "warning: unused variable new_mask" | Denys Vlasenko | 2018-03-19 | 1 | -1/+1 |
* | tar: add -o and -k to short --help too | Denys Vlasenko | 2018-03-16 | 1 | -5/+5 |
* | tar: add -k and -o to --help | Denys Vlasenko | 2018-03-16 | 1 | -3/+3 |
* | tcpsvd: fix fallout from opt_complementary removal | Denys Vlasenko | 2018-03-11 | 1 | -3/+8 |
* | readprofile: code shrink | Denys Vlasenko | 2018-03-11 | 1 | -34/+33 |
* | ntpd: choose initial FREQHOLD_cnt dynamically | Denys Vlasenko | 2018-03-11 | 1 | -12/+54 |
* | udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling | Denys Vlasenko | 2018-03-11 | 1 | -5/+20 |
* | ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls | Denys Vlasenko | 2018-03-10 | 1 | -11/+33 |
* | udhcpd: fix "not dying on SIGTERM" | Denys Vlasenko | 2018-03-10 | 7 | -34/+35 |
* | remove stray newline in "iplink --help" | Denys Vlasenko | 2018-03-08 | 1 | -1/+1 |
* | ip: fix "ip -oneline a" | Denys Vlasenko | 2018-03-08 | 1 | -1/+4 |
* | ipcs: further code shrink | Denys Vlasenko | 2018-03-08 | 1 | -24/+23 |
* | ipcs: code shrink | Denys Vlasenko | 2018-03-08 | 1 | -24/+15 |
* | md5sum: use config help text similar to other "sum" tools | Denys Vlasenko | 2018-03-08 | 1 | -1/+1 |
* | top: much faster cursor key navigation by avoiding process rescan | Denys Vlasenko | 2018-03-07 | 1 | -6/+19 |
* | top: do unsigned rather than signed division in do_stats() | Denys Vlasenko | 2018-03-07 | 1 | -3/+4 |
* | top: handle much larger VSZ values | Denys Vlasenko | 2018-03-07 | 1 | -7/+5 |
* | use gmtime_r() instead of gmtime() | Denys Vlasenko | 2018-03-06 | 3 | -3/+8 |
* | hush: code shrink | Denys Vlasenko | 2018-03-06 | 1 | -6/+7 |
* | networking/interface.c: get rid of global data | Denys Vlasenko | 2018-03-05 | 1 | -85/+36 |
* | networking/interface.c: get rid of global "smallint interface_opt_a" | Denys Vlasenko | 2018-03-05 | 3 | -27/+20 |
* | networking/interface.c: code shrink | Denys Vlasenko | 2018-03-05 | 1 | -61/+76 |
* | wget: fix fetching of https URLs with http proxy | Peter Lloyd | 2018-03-05 | 1 | -4/+4 |
* | make busybox more portable | Sean MacLennan | 2018-03-04 | 2 | -11/+9 |
* | hush: fix a='a\\'; echo "${a%\\\\}" | Denys Vlasenko | 2018-03-02 | 10 | -3/+39 |
* | shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests | Denys Vlasenko | 2018-03-02 | 8 | -5/+50 |
* | shell: two new tests, both fail for ash and hush | Denys Vlasenko | 2018-03-02 | 8 | -0/+44 |
* | libbb: Use return value from is_prefixed_with() | Andy Shevchenko | 2018-02-27 | 1 | -3/+2 |
* | tcpudp: shrink per-host rate-limiting code | Denys Vlasenko | 2018-02-27 | 3 | -20/+17 |
* | less: accept -R option. Closes 10816 | Denys Vlasenko | 2018-02-27 | 1 | -1/+5 |
* | lineedit: allow window size tracking to be disabled | Ron Yorston | 2018-02-25 | 2 | -4/+19 |
* | df: do "rootfs" check sooner | Denys Vlasenko | 2018-02-23 | 1 | -4/+5 |
* | df: 4TB+ support on 32 bits arch | Denys Vlasenko | 2018-02-23 | 1 | -8/+15 |
* | Fix install with hardlinks and a custom PREFIX. Closes 10801 | Denys Vlasenko | 2018-02-23 | 1 | -9/+9 |
* | od: move address_fmt[] from data to globals. 8 less bytes in data section | Denys Vlasenko | 2018-02-22 | 1 | -8/+10 |
* | sort: fix potentially buggy use of OPT_STR | Denys Vlasenko | 2018-02-22 | 1 | -12/+15 |
* | sort: in -s handling, return 1/-1, not 1/0 compare result | Denys Vlasenko | 2018-02-22 | 1 | -2/+3 |
* | libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT | Denys Vlasenko | 2018-02-21 | 3 | -4/+10 |
* | sort: fix -s. Closes 10671 | Denys Vlasenko | 2018-02-21 | 1 | -12/+57 |