| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow icon resources to be included in the binary | Ron Yorston | 2018-03-27 | 11 | -5/+83 |
* | timeout: return exit code 125 if option parsing fails | Ron Yorston | 2018-03-24 | 1 | -1/+4 |
* | timeout: bring exit status into line with coreutils | Ron Yorston | 2018-03-24 | 1 | -3/+10 |
* | win32: save a few bytes in device file support | Ron Yorston | 2018-03-23 | 3 | -43/+40 |
* | win32: allow use of shell's PRNG for /dev/urandom | Ron Yorston | 2018-03-22 | 6 | -17/+130 |
* | win32: tighten up code slightly in isaac.c | Ron Yorston | 2018-03-22 | 1 | -13/+5 |
* | win32: small changes to reduce size of binary | Ron Yorston | 2018-03-22 | 2 | -13/+8 |
* | man: search for man pages relative to the executable | Ron Yorston | 2018-03-19 | 1 | -0/+10 |
* | win32: don't test DLLs for executable format | Ron Yorston | 2018-03-18 | 1 | -0/+5 |
* | win32: add a function to convert backslashes to slashes | Ron Yorston | 2018-03-18 | 4 | -24/+18 |
* | win32: try harder to get file attributes | Ron Yorston | 2018-03-17 | 1 | -0/+16 |
* | win32: tidy up popen implementation | Ron Yorston | 2018-03-15 | 3 | -209/+76 |
* | wget: add support for https | Ron Yorston | 2018-03-15 | 7 | -11/+171 |
* | ash: remove special treatment of device files | Ron Yorston | 2018-03-15 | 2 | -21/+3 |
* | win32: restrict visibility of special devices | Ron Yorston | 2018-03-15 | 4 | -8/+33 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-15 | 46 | -323/+500 |
|\ |
|
| * | 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 |
* | | winansi: check for broken pipe in winansi_write | Ron Yorston | 2018-03-09 | 1 | -7/+21 |
* | | pipe_progress: enable in default build | Ron Yorston | 2018-03-09 | 2 | -2/+2 |
* | | dd: mention /dev/zero and /dev/urandom in help message | Ron Yorston | 2018-03-06 | 1 | -0/+3 |
* | | winansi: check for broken pipe | Ron Yorston | 2018-03-06 | 1 | -6/+29 |
* | | winansi: changes to puts, fputs and fwrite | Ron Yorston | 2018-03-06 | 1 | -18/+3 |
* | | winansi: improve error return values in ANSI emulation | Ron Yorston | 2018-03-06 | 1 | -20/+23 |
* | | winansi: create and use functions to test for console | Ron Yorston | 2018-03-06 | 1 | -51/+20 |
* | | win32: squeeze a few bytes out of strftime | Ron Yorston | 2018-03-05 | 1 | -4/+6 |
* | | win32: use strchrnul from BusyBox in fnmatch | Ron Yorston | 2018-03-05 | 1 | -1/+5 |
* | | win32: reduce amount of static data | Ron Yorston | 2018-03-04 | 4 | -101/+127 |