aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-05ash: add process substitution in bash-compatibility modeRon Yorston4-17/+187
2021-06-05run-parts: permit dot later in file nameJán Sáreník1-2/+13
2021-06-05build system: use SOURCE_DATE_EPOCH for timestamp if availablePaul Spooren1-3/+14
2021-06-05shell: also do word splitting when -d DELIM is usedEicke Herbertz1-1/+1
2021-06-05gen_build_files: Use C locale when calling sed on globbed filesKhem Raj1-0/+2
2021-06-05udhcpc: revert deprecation message for -VDenys Vlasenko1-4/+1
2021-06-05runsv: code shrink: use single handler function for SIGTERM and SIGCHLDDenys Vlasenko1-9/+8
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko6-18/+27
2021-06-05tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko2-11/+27
2021-06-05svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko1-5/+18
2021-06-05ls: trim --help textDenys Vlasenko1-9/+9
2021-06-05libbb: correct the name of is_TERM_dumb()Denys Vlasenko1-1/+1
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel3-4/+15
2021-06-03udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen1-6/+5
2021-06-03cpio: fix "cpio -d -p A/B/C"Denys Vlasenko1-1/+7
2021-06-03nslookup: mention QUERY_TYPE SRVPaul Spooren1-1/+1
2021-06-03udhcpc[6]: on SIGUSR1, do not go from rebind to renew stateDenys Vlasenko2-8/+12
2021-06-03udhcpc: code shrink, rename functions, no logic changesDenys Vlasenko2-15/+19
2021-06-03examples/udhcp/udhcpd.conf: updateDenys Vlasenko1-3/+6
2021-06-03udhcp: shrink arpping()Denys Vlasenko1-2/+6
2021-06-03udhcp: convert log1s() macro to functionDenys Vlasenko2-1/+9
2021-06-03udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUNDDenys Vlasenko2-44/+54
2021-06-02udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko3-7/+2
2021-06-02udhcpc: improve logs - show offer as it is receivedDenys Vlasenko4-8/+14
2021-06-02udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko2-28/+45
2021-06-02udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko5-76/+57
2021-06-02udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko4-50/+36
2021-06-02udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko5-77/+115
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston1-26/+59
2021-06-02vi: make autoindent respect expandtab settingRon Yorston1-13/+19
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston1-0/+4
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko1-12/+26
2021-06-02tail: fix typo in variable nameDenys Vlasenko1-6/+6
2021-06-02head,tail: trim --help textDenys Vlasenko2-14/+16
2021-06-01udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko2-30/+47
2021-05-07login: permit change expired password wit PAMMario Abajo1-0/+3
2021-05-05httpd: add comment about faster rejection of denied IPsDenys Vlasenko1-0/+7
2021-05-05httpd: if no request was given at all, close the socket without generating er...Denys Vlasenko1-21/+30
2021-05-05httpd: no need to strcpy() when we only need to copy one byteDenys Vlasenko1-9/+14
2021-05-04httpd: avoid extra stat() calls for "GET /dirname/" caseDenys Vlasenko1-10/+8
2021-05-04httpd: avoid one stat() call for "GET /dirname" caseDenys Vlasenko1-16/+14
2021-05-04httpd: support HEAD requests even in !CGI configDenys Vlasenko1-13/+10
2021-05-04httpd: move proxy check before URL duplication and request type checkDenys Vlasenko1-56/+52
2021-05-04httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methodsAlexander Sack1-45/+40
2021-05-04vi: :wq/:x should warn if there are more files to editRon Yorston1-3/+14
2021-05-04vi: cursor positioning after whole-line 'y'Ron Yorston1-17/+8
2021-05-03decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko1-3/+2
2021-05-01vi: trivial code shrinkDenys Vlasenko1-2/+2
2021-05-01udhcpc[6]: fold perform_renew() into its only callerDenys Vlasenko2-54/+37
2021-05-01udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...Denys Vlasenko2-118/+89