Age | Commit message (Expand) | Author |
2021-06-15 | unlzma: fix a case where we could read before beginning of buffer | Denys Vlasenko |
2021-06-15 | man: fix segfault in "man 1" | Denys Vlasenko |
2021-06-15 | shuf: simplify check that we have at least one FILE | Denys Vlasenko |
2021-06-15 | *: more --help tweaks | Denys Vlasenko |
2021-06-15 | udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated | Denys Vlasenko |
2021-06-15 | udhcpc: rename server_addr to server_id, fix id comparison if it's not specified | Denys Vlasenko |
2021-06-15 | udhcpc[6]: do not pass xid around, keep it in client_data.xid | Denys Vlasenko |
2021-06-15 | udhcpc: send client-id option in DHCPDECLINE | Denys Vlasenko |
2021-06-14 | vi: initialise tabstop once not for each file | Ron Yorston |
2021-06-14 | vi: ':r' should insert text after current line | Ron Yorston |
2021-06-14 | *: --help tweaks | Denys Vlasenko |
2021-06-13 | base32/64: accept -i "skip bad chars" option (currently in effect uncondition... | Denys Vlasenko |
2021-06-13 | *: more --help tweaking | Denys Vlasenko |
2021-06-13 | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko |
2021-06-13 | *: --help tweaks | Denys Vlasenko |
2021-06-12 | bc: tweak overflow detection in a^b | Denys Vlasenko |
2021-06-12 | bc: code shrink: combine init() and copy() where we can | Denys Vlasenko |
2021-06-12 | bc: fix for mul overflow in scale calculation in a^b | Denys Vlasenko |
2021-06-06 | httpd_post_upload.cgi: use mktemp to avoid $RANDOM | Sergey Ponomarev |
2021-06-06 | ash: save Ron's patch from oblivion | Denys Vlasenko |
2021-06-06 | shells: do not allow bare "read" in non-bash compat configs | Denys Vlasenko |
2021-06-05 | ash: add process substitution in bash-compatibility mode | Ron Yorston |
2021-06-05 | run-parts: permit dot later in file name | Ján Sáreník |
2021-06-05 | build system: use SOURCE_DATE_EPOCH for timestamp if available | Paul Spooren |
2021-06-05 | shell: also do word splitting when -d DELIM is used | Eicke Herbertz |
2021-06-05 | gen_build_files: Use C locale when calling sed on globbed files | Khem Raj |
2021-06-05 | udhcpc: revert deprecation message for -V | Denys Vlasenko |
2021-06-05 | runsv: code shrink: use single handler function for SIGTERM and SIGCHLD | Denys Vlasenko |
2021-06-05 | runsv: robustify signal handling - SIGTERM to child between vfork and exec co... | Denys Vlasenko |
2021-06-05 | tcp/udpsvd: robustify SIGCHLD handling | Denys Vlasenko |
2021-06-05 | svlogd: if processor's stdin can not be opened, do not try ad infinitum | Denys Vlasenko |
2021-06-05 | ls: trim --help text | Denys Vlasenko |
2021-06-05 | libbb: correct the name of is_TERM_dumb() | Denys Vlasenko |
2021-06-04 | ls: don't output any colors with TERM=dumb | Sören Tempel |
2021-06-03 | udhcpd: don't hardcode treating .0 and .255 specially | Seth David Schoen |
2021-06-03 | cpio: fix "cpio -d -p A/B/C" | Denys Vlasenko |
2021-06-03 | nslookup: mention QUERY_TYPE SRV | Paul Spooren |
2021-06-03 | udhcpc[6]: on SIGUSR1, do not go from rebind to renew state | Denys Vlasenko |
2021-06-03 | udhcpc: code shrink, rename functions, no logic changes | Denys Vlasenko |
2021-06-03 | examples/udhcp/udhcpd.conf: update | Denys Vlasenko |
2021-06-03 | udhcp: shrink arpping() | Denys Vlasenko |
2021-06-03 | udhcp: convert log1s() macro to function | Denys Vlasenko |
2021-06-03 | udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUND | Denys Vlasenko |
2021-06-02 | udhcpc[6]: remove superfluous "created raw socket" log message | Denys Vlasenko |
2021-06-02 | udhcpc: improve logs - show offer as it is received | Denys Vlasenko |
2021-06-02 | udhcpc[6]: close listening socket more eagerly (e.g. across script runs) | Denys Vlasenko |
2021-06-02 | udhcpc: get rid of client_data.fqdn field | Denys Vlasenko |
2021-06-02 | udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR | Denys Vlasenko |
2021-06-02 | udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX... | Denys Vlasenko |
2021-06-02 | vi: remove autoindent from otherwise empty lines | Ron Yorston |