summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-15udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecatedDenys Vlasenko
2021-06-15udhcpc: rename server_addr to server_id, fix id comparison if it's not specifiedDenys Vlasenko
2021-06-15udhcpc[6]: do not pass xid around, keep it in client_data.xidDenys Vlasenko
2021-06-15udhcpc: send client-id option in DHCPDECLINEDenys Vlasenko
2021-06-14vi: initialise tabstop once not for each fileRon Yorston
2021-06-14vi: ':r' should insert text after current lineRon Yorston
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-12bc: tweak overflow detection in a^bDenys Vlasenko
2021-06-12bc: code shrink: combine init() and copy() where we canDenys Vlasenko
2021-06-12bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko
2021-06-06httpd_post_upload.cgi: use mktemp to avoid $RANDOMSergey Ponomarev
2021-06-06ash: save Ron's patch from oblivionDenys Vlasenko
2021-06-06shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko
2021-06-05ash: add process substitution in bash-compatibility modeRon Yorston
2021-06-05run-parts: permit dot later in file nameJán Sáreník
2021-06-05build system: use SOURCE_DATE_EPOCH for timestamp if availablePaul Spooren
2021-06-05shell: also do word splitting when -d DELIM is usedEicke Herbertz
2021-06-05gen_build_files: Use C locale when calling sed on globbed filesKhem Raj
2021-06-05udhcpc: revert deprecation message for -VDenys Vlasenko
2021-06-05runsv: code shrink: use single handler function for SIGTERM and SIGCHLDDenys Vlasenko
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-06-05tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko
2021-06-05svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko
2021-06-05ls: trim --help textDenys Vlasenko
2021-06-05libbb: correct the name of is_TERM_dumb()Denys Vlasenko
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel
2021-06-03udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen
2021-06-03cpio: fix "cpio -d -p A/B/C"Denys Vlasenko
2021-06-03nslookup: mention QUERY_TYPE SRVPaul Spooren
2021-06-03udhcpc[6]: on SIGUSR1, do not go from rebind to renew stateDenys Vlasenko
2021-06-03udhcpc: code shrink, rename functions, no logic changesDenys Vlasenko
2021-06-03examples/udhcp/udhcpd.conf: updateDenys Vlasenko
2021-06-03udhcp: shrink arpping()Denys Vlasenko
2021-06-03udhcp: convert log1s() macro to functionDenys Vlasenko
2021-06-03udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUNDDenys Vlasenko
2021-06-02udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko
2021-06-02udhcpc: improve logs - show offer as it is receivedDenys Vlasenko
2021-06-02udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko
2021-06-02udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko
2021-06-02udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko
2021-06-02udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston
2021-06-02vi: make autoindent respect expandtab settingRon Yorston
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko