| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | runsv: robustify signal handling - SIGTERM to child between vfork and exec co... | Denys Vlasenko | 2021-06-05 | 6 | -18/+27 |
| * | tcp/udpsvd: robustify SIGCHLD handling | Denys Vlasenko | 2021-06-05 | 2 | -11/+27 |
| * | svlogd: if processor's stdin can not be opened, do not try ad infinitum | Denys Vlasenko | 2021-06-05 | 1 | -5/+18 |
| * | ls: trim --help text | Denys Vlasenko | 2021-06-05 | 1 | -9/+9 |
| * | libbb: correct the name of is_TERM_dumb() | Denys Vlasenko | 2021-06-05 | 1 | -1/+1 |
| * | ls: don't output any colors with TERM=dumb | Sören Tempel | 2021-06-04 | 3 | -4/+15 |
| * | udhcpd: don't hardcode treating .0 and .255 specially | Seth David Schoen | 2021-06-03 | 1 | -6/+5 |
| * | cpio: fix "cpio -d -p A/B/C" | Denys Vlasenko | 2021-06-03 | 1 | -1/+7 |
| * | nslookup: mention QUERY_TYPE SRV | Paul Spooren | 2021-06-03 | 1 | -1/+1 |
| * | udhcpc[6]: on SIGUSR1, do not go from rebind to renew state | Denys Vlasenko | 2021-06-03 | 2 | -8/+12 |
| * | udhcpc: code shrink, rename functions, no logic changes | Denys Vlasenko | 2021-06-03 | 2 | -15/+19 |
| * | examples/udhcp/udhcpd.conf: update | Denys Vlasenko | 2021-06-03 | 1 | -3/+6 |
| * | udhcp: shrink arpping() | Denys Vlasenko | 2021-06-03 | 1 | -2/+6 |
| * | udhcp: convert log1s() macro to function | Denys Vlasenko | 2021-06-03 | 2 | -1/+9 |
| * | udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUND | Denys Vlasenko | 2021-06-03 | 2 | -44/+54 |
| * | udhcpc[6]: remove superfluous "created raw socket" log message | Denys Vlasenko | 2021-06-02 | 3 | -7/+2 |
| * | udhcpc: improve logs - show offer as it is received | Denys Vlasenko | 2021-06-02 | 4 | -8/+14 |
| * | udhcpc[6]: close listening socket more eagerly (e.g. across script runs) | Denys Vlasenko | 2021-06-02 | 2 | -28/+45 |
| * | udhcpc: get rid of client_data.fqdn field | Denys Vlasenko | 2021-06-02 | 5 | -76/+57 |
| * | udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR | Denys Vlasenko | 2021-06-02 | 4 | -50/+36 |
| * | udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX... | Denys Vlasenko | 2021-06-02 | 5 | -77/+115 |
| * | vi: remove autoindent from otherwise empty lines | Ron Yorston | 2021-06-02 | 1 | -26/+59 |
| * | vi: make autoindent respect expandtab setting | Ron Yorston | 2021-06-02 | 1 | -13/+19 |
| * | vi: make cursor positioning more vi compatible | Ron Yorston | 2021-06-02 | 1 | -0/+4 |
| * | tail: do not lose the tail of old file if new file (-F) is detected | Denys Vlasenko | 2021-06-02 | 1 | -12/+26 |
| * | tail: fix typo in variable name | Denys Vlasenko | 2021-06-02 | 1 | -6/+6 |
| * | head,tail: trim --help text | Denys Vlasenko | 2021-06-02 | 2 | -14/+16 |
| * | udhcpc[6]: fix "untangle timeout and remaining lease" fallout | Denys Vlasenko | 2021-06-01 | 2 | -30/+47 |
* | | sync: enable in default configuration | Ron Yorston | 2021-06-07 | 4 | -4/+4 |
* | | libbb: allow dumping of /dev/fd file descriptors | Ron Yorston | 2021-06-07 | 1 | -0/+36 |
* | | win32: let virtual /dev/fd/<num> files be opened | Ron Yorston | 2021-06-07 | 2 | -0/+22 |
* | | win32: rename update_dev_fd() as update_special_fd() | Ron Yorston | 2021-06-07 | 3 | -4/+4 |
* | | win32: update default configuration | Ron Yorston | 2021-05-14 | 2 | -6/+12 |
* | | busybox: make 'busybox --help busybox' work | Ron Yorston | 2021-05-14 | 1 | -0/+4 |
* | | win32: implement futimens(2)/utimensat(2) | Ron Yorston | 2021-05-14 | 2 | -1/+91 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-05-14 | 63 | -1260/+2730 |
|\| |
|
| * | login: permit change expired password wit PAM | Mario Abajo | 2021-05-07 | 1 | -0/+3 |
| * | httpd: add comment about faster rejection of denied IPs | Denys Vlasenko | 2021-05-05 | 1 | -0/+7 |
| * | httpd: if no request was given at all, close the socket without generating er... | Denys Vlasenko | 2021-05-05 | 1 | -21/+30 |
| * | httpd: no need to strcpy() when we only need to copy one byte | Denys Vlasenko | 2021-05-05 | 1 | -9/+14 |
| * | httpd: avoid extra stat() calls for "GET /dirname/" case | Denys Vlasenko | 2021-05-04 | 1 | -10/+8 |
| * | httpd: avoid one stat() call for "GET /dirname" case | Denys Vlasenko | 2021-05-04 | 1 | -16/+14 |
| * | httpd: support HEAD requests even in !CGI config | Denys Vlasenko | 2021-05-04 | 1 | -13/+10 |
| * | httpd: move proxy check before URL duplication and request type check | Denys Vlasenko | 2021-05-04 | 1 | -56/+52 |
| * | httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methods | Alexander Sack | 2021-05-04 | 1 | -45/+40 |
| * | vi: :wq/:x should warn if there are more files to edit | Ron Yorston | 2021-05-04 | 1 | -3/+14 |
| * | vi: cursor positioning after whole-line 'y' | Ron Yorston | 2021-05-04 | 1 | -17/+8 |
| * | decompress_gunzip: simplify ERR_RET bit clearing | Denys Vlasenko | 2021-05-03 | 1 | -3/+2 |
| * | vi: trivial code shrink | Denys Vlasenko | 2021-05-01 | 1 | -2/+2 |
| * | udhcpc[6]: fold perform_renew() into its only caller | Denys Vlasenko | 2021-05-01 | 2 | -54/+37 |