2019-05-16 |
Denys Vlasenko | shell: add TODO comment about BASE#nnn literals |
commit | commitdiff | tree | snapshot |
2019-05-16 |
Denys Vlasenko | dc: make 4 % 0 emit error messgaes and set result to 0 |
commit | commitdiff | tree | snapshot |
2019-05-15 |
Denys Vlasenko | udhcpc6: unbreak |
commit | commitdiff | tree | snapshot |
2019-05-15 |
Denys Vlasenko | hush: fix quoted "${notexist-}" expansion to not disappear |
commit | commitdiff | tree | snapshot |
2019-05-15 |
Denys Vlasenko | udhcpd: code shrink - do not fetch requested IP twice |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Denys Vlasenko | shells: add tests for backslashes in export VAR=VAL |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Denys Vlasenko | hush: fix "export PS1=xyz" and "local PS1=xyz" messing... |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Denys Vlasenko | dd: fix handling of short result of full_write(), close... |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Denys Vlasenko | style fix, no code changes |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Denys Vlasenko | sed: fix /regex/,+N match triggering only once, closes... |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Denys Vlasenko | udhcpd: code shrink |
commit | commitdiff | tree | snapshot |
2019-05-09 |
John L. Hammond | ln: correct 'ln -T' usage message |
commit | commitdiff | tree | snapshot |
2019-05-09 |
Denys Vlasenko | dc: code shrink |
commit | commitdiff | tree | snapshot |
2019-05-03 |
Denys Vlasenko | ps: ensure fields are separated by at least one space... |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Denys Vlasenko | login: remove extra IF(), no code changes |
commit | commitdiff | tree | snapshot |
2019-04-30 |
James Byrne | Optionally re-introduce bb_info_msg() |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Denys Vlasenko | libbbb: find_mount_point() too eager to stat mounted... |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Denys Vlasenko | start-stop-daemon: do try to close fds > 2 |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Denys Vlasenko | ip: fix comment placement |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Denys Vlasenko | ifupdown: close memory leak |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Ron Yorston | vi: enable 'dG' command. Closes 11801 |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Ron Yorston | vi: fix changes to word at end of line. Closes 11796 |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Denys Vlasenko | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_M... |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Denys Vlasenko | ash,hush: bash compat for ulimit: reorder to match |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Denys Vlasenko | ash,hush: bash compat for ulimit: -w => -x, -p => -u |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Denys Vlasenko | ash,hush: fix ulimit to be more bash-compat, closes... |
commit | commitdiff | tree | snapshot |
2019-04-27 |
Alexander Vickberg | start-stop-daemon: Fix -x is not required for -K |
commit | commitdiff | tree | snapshot |
2019-04-21 |
Denys Vlasenko | examples/var_service: use "exec sleep 5" instead of... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Denys Vlasenko | httpd: do disable header reading timeout even if proxying |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Denys Vlasenko | httpd: use full size of iobuf[] when piping CGI data |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Denys Vlasenko | httpd: do not set alarm() timeout if we read cached... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Denys Vlasenko | httpd: deindent code block, no code changes |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Denys Vlasenko | httpd: require "HTTP/xyz" at the end of request line |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Ron Yorston | ash: catch error in arithmetic expansion in PS1 |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Ron Yorston | ash: prevent error in backquotes in PS1 from exiting... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Chen Qi | dc.tests: fix two test case to also depend on DC_BIG |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Alexander Vickberg | httpd: pass authorization header to CGI if not Basic |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Alexander Vickberg | httpd: When sending gzipped content use content-length... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Ron Yorston | ash: add bash-compatible EPOCH variables |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Ron Yorston | ash: an unset dynamic variable should not be dynamic |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Ron Yorston | hush: add bash-compatible EPOCH variables |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: extract query string only after proxying check |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: make rmt_ip variable local |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: check denied IPs even before reading 1st query... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: do not decode URL and headers if proxying -... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: remove duplicate "decode URL escape sequences... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: put all headers into environment as HTTP_UPPERCA... |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: fix handling of EOF in get_line() |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: add missing {} |
commit | commitdiff | tree | snapshot |
2019-04-16 |
Denys Vlasenko | httpd: do not percent-decode URI if proxying |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Denys Vlasenko | httpd: fix proxy headers passing - full_write() instead... |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Denys Vlasenko | httpd: if remote IP is denied, send FORBIDDEN reply... |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Denys Vlasenko | udhcpc6: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | udhcpc6: add a few comments, no code changes. |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | udhcpc6: make it enabled in defconfig |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Rolf Eike Beer | examples/udhcp/simple.script: fix resolv.conf update... |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Antoine Girard... | udhcp: add 100 and 101 dhcp options for ipv4 |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | brctl: add TODO: "showmacs BR" |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | brctl: simplify str_to_jiffies() |
commit | commitdiff | tree | snapshot |
2019-04-13 |
Denys Vlasenko | brctl: convert remaining commands to work via /sys |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Denys Vlasenko | brctl: make "show" command retrieve data from /sys |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Ron Yorston | stat: reduce storage for human-readable filesystem... |
commit | commitdiff | tree | snapshot |
2019-04-07 |
Bernhard Reutner... | ipaddress: remove unused variable no_link |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Denys Vlasenko | service examples: if iface do not exist, retry upping it |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Denys Vlasenko | chrt: fix for SCHED_RESET_ON_FORK bit |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Denys Vlasenko | chrt: do not segfault if policy number is unknown |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Denys Vlasenko | telnetd: whitespace fix |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Denys Vlasenko | telnetd: better AYT handling |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Martin Lewis | telnetd: Added support for AYT IAC command. |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Thomas De Schampheleire | top: provide cmdline argument '-H' to enable thread... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Denys Vlasenko | vi: revert change in how "end of file list" is deteced... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Ron Yorston | vi: avoid build failure in non-default case |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | fsync,sync: merge into one source module |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | fsync,sync: make them similar |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Ron Yorston | ash: distinguish 'wait -n' from other bashisms |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | vi: rename save_argc -> cmdline_filecnt |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Denys Vlasenko | vi: restore capability to remember insertion cmds for "." |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: convert more /**/ comments to // |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: code shrink |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: use vsnprintf to format status line |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: fix ^Z not always working as intended |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: install SIGINT handler _after_ restart setjmp is... |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Denys Vlasenko | blockdev: code shrink |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Stefan Sørensen | ip: Fix ip -o link |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Ron Yorston | vi: allow manual screen update if SIGWINCH isn't supported |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Denys Vlasenko | man: add "/usr/share/man" as another default MANPATH... |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Ron Yorston | libbb: mark scripted_main() as externally visible |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Denys Vlasenko | vi: code shrink, proper printf formatting for strlen() |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | hush: fix "wait -n" to wait for a _job_, not a _process_ |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | ash: add "wait -n" bashism |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | ntpd: do not create pid file if not backgrounded |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | hush: add "wait -n" bashism |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Ron Yorston | man: don't skip default path which appears in config... |
commit | commitdiff | tree | snapshot |
next |