- 028c5aa ip: use rtnl_send_check() on flush commands, closes 6962 by Denys Vlasenko · 6 years ago
- 84fc645 *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 6 years ago
- 831844c udhcpd: fix printing of static leases by Denys Vlasenko · 6 years ago
- d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
- 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
- 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
- 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works by Denys Vlasenko · 6 years ago
- ef8985c hush: implement $-, set default PATH if it is not set on startup by Denys Vlasenko · 6 years ago
- 0c36019 hush: set default PS1/2 only if we interactive by Denys Vlasenko · 6 years ago
- 08fb82c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" by Denys Vlasenko · 6 years ago
- ee9e5f9 networking: cc is not a register by Khem Raj · 6 years ago
- 4ebcdf7 hush: remove code to track PS1/2 values dynamically - it's too much work by Denys Vlasenko · 6 years ago
- a51eec0 typo fix in comment by Denys Vlasenko · 6 years ago
- 0ee0b65 hush: small speedup in handle_changed_special_names() by Denys Vlasenko · 6 years ago
- 25393fb udhcpd: code shrink by Denys Vlasenko · 6 years ago
- a840884 udhcpd: support per-client hostnames in static leases by Denys Vlasenko · 6 years ago
- 9bf6780 shell: add TODO comment about BASE#nnn literals by Denys Vlasenko · 6 years ago
- 1113961 dc: make 4 % 0 emit error messgaes and set result to 0 by Denys Vlasenko · 6 years ago
- abe248b udhcpc6: unbreak by Denys Vlasenko · 6 years ago
- 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
- 8402969 udhcpd: code shrink - do not fetch requested IP twice by Denys Vlasenko · 6 years ago
- 63d765e shells: add tests for backslashes in export VAR=VAL by Denys Vlasenko · 6 years ago
- d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
- 875ce09 dd: fix handling of short result of full_write(), closes 11711 by Denys Vlasenko · 6 years ago
- 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
- 0545bfa sed: fix /regex/,+N match triggering only once, closes 11871 by Denys Vlasenko · 6 years ago
- 15021f3 udhcpd: code shrink by Denys Vlasenko · 6 years ago
- 94f607a ln: correct 'ln -T' usage message by John L. Hammond · 6 years ago
- 89023b1 dc: code shrink by Denys Vlasenko · 6 years ago
- 3106784 ps: ensure fields are separated by at least one space, closes 11826 by Denys Vlasenko · 6 years ago
- b052dbe login: remove extra IF(), no code changes by Denys Vlasenko · 6 years ago
- 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
- f3a064f libbbb: find_mount_point() too eager to stat mounted devices by Denys Vlasenko · 6 years ago
- fa8878b start-stop-daemon: do try to close fds > 2 by Denys Vlasenko · 6 years ago
- 13f4204 ip: fix comment placement by Denys Vlasenko · 6 years ago
- 405095d ifupdown: close memory leak by Denys Vlasenko · 6 years ago
- 7b93e31 vi: enable 'dG' command. Closes 11801 by Ron Yorston · 6 years ago
- 4b49422 vi: fix changes to word at end of line. Closes 11796 by Ron Yorston · 6 years ago
- 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
- 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago
- a92a960 ash,hush: bash compat for ulimit: -w => -x, -p => -u by Denys Vlasenko · 6 years ago
- a4d76ea ash,hush: fix ulimit to be more bash-compat, closes 11791 by Denys Vlasenko · 6 years ago
- 100fa20 start-stop-daemon: Fix -x is not required for -K by Alexander Vickberg · 6 years ago
- 1e9a4f5 examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" by Denys Vlasenko · 6 years ago
- e49a572 httpd: do disable header reading timeout even if proxying by Denys Vlasenko · 6 years ago
- 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
- af6012a httpd: do not set alarm() timeout if we read cached header by Denys Vlasenko · 6 years ago
- bca888a httpd: deindent code block, no code changes by Denys Vlasenko · 6 years ago
- ad29ba7 httpd: require "HTTP/xyz" at the end of request line by Denys Vlasenko · 6 years ago
- d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
- 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago
- 32c8ce4 dc.tests: fix two test case to also depend on DC_BIG by Chen Qi · 6 years ago
- 049670f httpd: pass authorization header to CGI if not Basic by Alexander Vickberg · 6 years ago
- 210b524 httpd: When sending gzipped content use content-length header by Alexander Vickberg · 6 years ago
- 1d37186 ash: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
- d96c69d ash: an unset dynamic variable should not be dynamic by Ron Yorston · 6 years ago
- a81700b hush: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
- 2efa726 httpd: extract query string only after proxying check by Denys Vlasenko · 6 years ago
- 62ba9e5 httpd: make rmt_ip variable local by Denys Vlasenko · 6 years ago
- 44f5b6a httpd: check denied IPs even before reading 1st query line by Denys Vlasenko · 6 years ago
- c69f648 httpd: do not decode URL and headers if proxying - send all verbatim by Denys Vlasenko · 6 years ago
- cf69597 httpd: remove duplicate "decode URL escape sequences" code by Denys Vlasenko · 6 years ago
- fba665a httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val by Denys Vlasenko · 6 years ago
- d0ae410 httpd: fix handling of EOF in get_line() by Denys Vlasenko · 6 years ago
- ff36bec httpd: add missing {} by Denys Vlasenko · 6 years ago
- bae8f7e httpd: do not percent-decode URI if proxying by Denys Vlasenko · 6 years ago
- 02d650e httpd: fix proxy headers passing - full_write() instead of write() by Denys Vlasenko · 6 years ago
- 51792e1 httpd: if remote IP is denied, send FORBIDDEN reply earlier by Denys Vlasenko · 6 years ago
- 60bf77f udhcpc6: code shrink by Denys Vlasenko · 6 years ago
- 0d75e8b udhcpc6: add a few comments, no code changes. by Denys Vlasenko · 6 years ago
- cc45cbc udhcpc6: make it enabled in defconfig by Denys Vlasenko · 6 years ago
- 7180d9e examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink by Rolf Eike Beer · 6 years ago
- 0e7bd69 udhcp: add 100 and 101 dhcp options for ipv4 by Antoine Girard-Vallée · 6 years ago
- 2945822 brctl: add TODO: "showmacs BR" by Denys Vlasenko · 6 years ago
- 9435608 brctl: simplify str_to_jiffies() by Denys Vlasenko · 6 years ago
- dc1b2d4 brctl: convert remaining commands to work via /sys by Denys Vlasenko · 6 years ago
- c5150e9 brctl: make "show" command retrieve data from /sys by Denys Vlasenko · 6 years ago
- e202638 stat: reduce storage for human-readable filesystem names by Ron Yorston · 6 years ago
- c6c19c3 ipaddress: remove unused variable no_link by Bernhard Reutner-Fischer · 6 years ago
- 1e474d3 service examples: if iface do not exist, retry upping it by Denys Vlasenko · 6 years ago
- 43d09e7 chrt: fix for SCHED_RESET_ON_FORK bit by Denys Vlasenko · 6 years ago
- ae5ca6f chrt: do not segfault if policy number is unknown by Denys Vlasenko · 6 years ago
- 29c2dcf telnetd: whitespace fix by Denys Vlasenko · 6 years ago
- c6a8965 telnetd: better AYT handling by Denys Vlasenko · 6 years ago
- 93594b1 telnetd: Added support for AYT IAC command. by Martin Lewis · 6 years ago
- 2b62821 top: provide cmdline argument '-H' to enable thread scanning by default by Thomas De Schampheleire · 6 years ago
- a3ce161 vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" by Denys Vlasenko · 6 years ago
- e1a1b64 vi: code shrink by Denys Vlasenko · 6 years ago
- 3e61b59 vi: avoid build failure in non-default case by Ron Yorston · 6 years ago
- 2f28b2b fsync,sync: merge into one source module by Denys Vlasenko · 6 years ago
- 4f74bb6 fsync,sync: make them similar by Denys Vlasenko · 6 years ago
- e48559e ash: distinguish 'wait -n' from other bashisms by Ron Yorston · 6 years ago
- 8939359 vi: rename save_argc -> cmdline_filecnt by Denys Vlasenko · 6 years ago
- bbacd03 vi: restore capability to remember insertion cmds for "." by Denys Vlasenko · 6 years ago
- b29dce4 vi: code shrink by Denys Vlasenko · 6 years ago
- 26f5e9d vi: convert more /**/ comments to // by Denys Vlasenko · 6 years ago
- 2a57608 vi: code shrink by Denys Vlasenko · 6 years ago
- 6ce60b9 vi: use vsnprintf to format status line by Denys Vlasenko · 6 years ago
- d4f2e7f vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
- de69775 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago