April 2019 Archives by thread
Starting: Mon Apr 1 09:58:11 UTC 2019
Ending: Tue Apr 30 08:51:27 UTC 2019
Messages: 94
- [git commit] vi: install SIGINT handler _after_ restart setjmp is initialized
Denys Vlasenko
- [git commit] vi: fix ^Z not always working as intended
Denys Vlasenko
- [git commit] vi: rearrange functions, no logic changes
Denys Vlasenko
- [git commit] vi: use vsnprintf to format status line
Denys Vlasenko
- [git commit] vi: code shrink
Denys Vlasenko
- [git commit] vi: convert more /**/ comments to //
Denys Vlasenko
- [git commit] vi: restore capability to remember insertion cmds for "."
Denys Vlasenko
- [git commit] vi: rename save_argc -> cmdline_filecnt
Denys Vlasenko
- [git commit] ash: distinguish 'wait -n' from other bashisms
Denys Vlasenko
- [git commit] fsync,sync: make them similar
Denys Vlasenko
- [git commit] fsync,sync: merge into one source module
Denys Vlasenko
- [git commit] vi: avoid build failure in non-default case
Denys Vlasenko
- [git commit] vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"
Denys Vlasenko
- [git commit] top: provide cmdline argument '-H' to enable thread scanning by default
Denys Vlasenko
- [git commit] telnetd: Added support for AYT IAC command.
Denys Vlasenko
- [git commit] telnetd: better AYT handling
Denys Vlasenko
- [git commit] telnetd: whitespace fix
Denys Vlasenko
- [Bug 11751] New: chrt Segmentation fault
bugzilla at busybox.net
- [git commit] chrt: do not segfault if policy number is unknown
Denys Vlasenko
- [git commit] chrt: fix for SCHED_RESET_ON_FORK bit
Denys Vlasenko
- [git commit] service examples: if iface do not exist, retry upping it
Denys Vlasenko
- [git commit] ipaddress: remove unused variable no_link
Bernhard Reutner-Fischer
- [Bug 11771] New: Changing the password of another user as root causes 'passwd' to crash
bugzilla at busybox.net
- [git commit] stat: reduce storage for human-readable filesystem names
Denys Vlasenko
- [git commit] brctl: make "show" command retrieve data from /sys
Denys Vlasenko
- [git commit] brctl: convert remaining commands to work via /sys
Denys Vlasenko
- [git commit] brctl: simplify str_to_jiffies()
Denys Vlasenko
- [git commit] brctl: add TODO: "showmacs BR"
Denys Vlasenko
- [git commit] udhcp: add 100 and 101 dhcp options for ipv4
Denys Vlasenko
- [git commit] examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink
Denys Vlasenko
- [git commit] udhcpc6: make it enabled in defconfig
Denys Vlasenko
- [git commit] udhcpc6: add a few comments, no code changes.
Denys Vlasenko
- [git commit] udhcpc6: code shrink
Denys Vlasenko
- [git commit] httpd: if remote IP is denied, send FORBIDDEN reply earlier
Denys Vlasenko
- [git commit] httpd: fix proxy headers passing - full_write() instead of write()
Denys Vlasenko
- [git commit] httpd: do not percent-decode URI if proxying
Denys Vlasenko
- [git commit] httpd: add missing {}
Denys Vlasenko
- [git commit] httpd: fix handling of EOF in get_line()
Denys Vlasenko
- [git commit] httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val
Denys Vlasenko
- [git commit] httpd: remove duplicate "decode URL escape sequences" code
Denys Vlasenko
- [git commit] httpd: do not decode URL and headers if proxying - send all verbatim
Denys Vlasenko
- [git commit] httpd: check denied IPs even before reading 1st query line
Denys Vlasenko
- [git commit] httpd: make rmt_ip variable local
Denys Vlasenko
- [git commit] httpd: extract query string only after proxying check
Denys Vlasenko
- [git commit] ash: an unset dynamic variable should not be dynamic
Denys Vlasenko
- [git commit] ash: add bash-compatible EPOCH variables
Denys Vlasenko
- [git commit] hush: add bash-compatible EPOCH variables
Denys Vlasenko
- [git commit] httpd: When sending gzipped content use content-length header
Denys Vlasenko
- [git commit] httpd: pass authorization header to CGI if not Basic
Denys Vlasenko
- [git commit] dc.tests: fix two test case to also depend on DC_BIG
Denys Vlasenko
- [git commit] ash: prevent error in backquotes in PS1 from exiting shell
Denys Vlasenko
- [git commit] ash: catch error in arithmetic expansion in PS1
Denys Vlasenko
- [git commit] httpd: require "HTTP/xyz" at the end of request line
Denys Vlasenko
- [git commit] httpd: deindent code block, no code changes
Denys Vlasenko
- [git commit] httpd: do not set alarm() timeout if we read cached header
Denys Vlasenko
- [git commit] httpd: use full size of iobuf[] when piping CGI data
Denys Vlasenko
- [git commit] httpd: do disable header reading timeout even if proxying
Denys Vlasenko
- [Bug 11786] New: base64 is adding linefeeds when it should not
bugzilla at busybox.net
- [git commit] examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"
Denys Vlasenko
- [Bug 11791] New: ulimit -H/-S flags are positional
bugzilla at busybox.net
- [Bug 11796] New: vi: change word on last word of the line brings up the next line
bugzilla at busybox.net
- [Bug 11801] New: vi: "dG" delete to end of file does nothing
bugzilla at busybox.net
- [Bug 11806] New: df MOUNT_POINT hangs if any file system in /proc/self/mounts is unresponsive
bugzilla at busybox.net
- [git commit] start-stop-daemon: Fix -x is not required for -K
Denys Vlasenko
- [git commit] ash, hush: fix ulimit to be more bash-compat, closes 11791
Denys Vlasenko
- [git commit] ash,hush: bash compat for ulimit: -w => -x, -p => -u
Denys Vlasenko
- [git commit] ash,hush: bash compat for ulimit: reorder to match
Denys Vlasenko
- [git commit] ash, hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE
Denys Vlasenko
- [git commit] vi: enable 'dG' command. Closes 11801
Denys Vlasenko
- [git commit] vi: fix changes to word at end of line. Closes 11796
Denys Vlasenko
- [git commit] ifupdown: close memory leak
Denys Vlasenko
- [git commit] ip: fix comment placement
Denys Vlasenko
- [git commit] start-stop-daemon: do try to close fds > 2
Denys Vlasenko
- [git commit] libbbb: find_mount_point() too eager to stat mounted devices
Denys Vlasenko
- [git commit] Optionally re-introduce bb_info_msg()
Denys Vlasenko
Last message date:
Tue Apr 30 08:51:27 UTC 2019
Archived on: Tue Apr 30 08:53:10 UTC 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).