aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-17networking: cc is not a registerKhem Raj3-19/+19
2019-05-16hush: remove code to track PS1/2 values dynamically - it's too much workDenys Vlasenko1-61/+21
2019-05-16typo fix in commentDenys Vlasenko1-1/+1
2019-05-16hush: small speedup in handle_changed_special_names()Denys Vlasenko1-2/+2
2019-05-16udhcpd: code shrinkDenys Vlasenko1-8/+12
2019-05-16udhcpd: support per-client hostnames in static leasesDenys Vlasenko3-16/+71
2019-05-16shell: add TODO comment about BASE#nnn literalsDenys Vlasenko1-0/+2
2019-05-16dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko1-7/+12
2019-05-15udhcpc6: unbreakDenys Vlasenko1-0/+1
2019-05-15hush: fix quoted "${notexist-}" expansion to not disappearDenys Vlasenko5-0/+20
2019-05-15udhcpd: code shrink - do not fetch requested IP twiceDenys Vlasenko1-11/+9
2019-05-14shells: add tests for backslashes in export VAR=VALDenys Vlasenko4-0/+6
2019-05-14hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko3-32/+40
2019-05-14dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2-14/+15
2019-05-14style fix, no code changesDenys Vlasenko6-9/+25
2019-05-13sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko2-0/+8
2019-05-10udhcpd: code shrinkDenys Vlasenko1-6/+10
2019-05-09ln: correct 'ln -T' usage messageJohn L. Hammond1-1/+1
2019-05-09dc: code shrinkDenys Vlasenko1-6/+16
2019-05-03ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko1-1/+1
2019-05-02login: remove extra IF(), no code changesDenys Vlasenko1-1/+1
2019-04-30Optionally re-introduce bb_info_msg()James Byrne20-99/+130
2019-04-29libbbb: find_mount_point() too eager to stat mounted devicesDenys Vlasenko1-2/+13
2019-04-29start-stop-daemon: do try to close fds > 2Denys Vlasenko1-8/+9
2019-04-29ip: fix comment placementDenys Vlasenko1-1/+1
2019-04-28ifupdown: close memory leakDenys Vlasenko1-3/+9
2019-04-28vi: enable 'dG' command. Closes 11801Ron Yorston1-4/+7
2019-04-28vi: fix changes to word at end of line. Closes 11796Ron Yorston1-3/+2
2019-04-28ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUEDenys Vlasenko1-3/+19
2019-04-28ash,hush: bash compat for ulimit: reorder to matchDenys Vlasenko1-72/+53
2019-04-27ash,hush: bash compat for ulimit: -w => -x, -p => -uDenys Vlasenko1-12/+16
2019-04-27ash,hush: fix ulimit to be more bash-compat, closes 11791Denys Vlasenko1-84/+181
2019-04-27start-stop-daemon: Fix -x is not required for -KAlexander Vickberg1-15/+20
2019-04-21examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"Denys Vlasenko5-5/+5
2019-04-19httpd: do disable header reading timeout even if proxyingDenys Vlasenko1-0/+2
2019-04-19httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko2-14/+4
2019-04-19httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko1-1/+1
2019-04-19httpd: deindent code block, no code changesDenys Vlasenko1-91/+91
2019-04-19httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko1-14/+8
2019-04-19ash: catch error in arithmetic expansion in PS1Ron Yorston1-12/+20
2019-04-19ash: prevent error in backquotes in PS1 from exiting shellRon Yorston1-1/+3
2019-04-19dc.tests: fix two test case to also depend on DC_BIGChen Qi1-3/+3
2019-04-18httpd: pass authorization header to CGI if not BasicAlexander Vickberg1-7/+7
2019-04-17httpd: When sending gzipped content use content-length headerAlexander Vickberg1-2/+45
2019-04-16ash: add bash-compatible EPOCH variablesRon Yorston1-21/+56
2019-04-16ash: an unset dynamic variable should not be dynamicRon Yorston1-0/+4
2019-04-16hush: add bash-compatible EPOCH variablesRon Yorston1-0/+20
2019-04-16httpd: extract query string only after proxying checkDenys Vlasenko1-12/+7
2019-04-16httpd: make rmt_ip variable localDenys Vlasenko1-17/+22
2019-04-16httpd: check denied IPs even before reading 1st query lineDenys Vlasenko1-2/+2