October 2016 Archives by date
Starting: Sat Oct 1 01:02:25 UTC 2016
Ending: Mon Oct 31 15:34:58 UTC 2016
Messages: 143
- [git commit] ash: explain how "command" is handled, and shrink it a bit
Denys Vlasenko
- [git commit] ash: make internal globbing code selectable from config
Denys Vlasenko
- [git commit] ash: fix a thinko in the last commit
Denys Vlasenko
- [git commit] ash: [EVAL] Pass EV_TESTED into evalcmd
Denys Vlasenko
- [git commit] ash: [EVAL] Revert SKIPEVAL into EXEXIT
Denys Vlasenko
- [git commit] ash: [ERROR] Set exitstatus in onint
Denys Vlasenko
- [git commit] ash testsuite: remove two inadvertent bashisms
Denys Vlasenko
- [git commit] ash testsuite: remove two more inadvertent bashisms
Denys Vlasenko
- [git commit] ash: fix "return N" not setting $? in loop conditionals
Denys Vlasenko
- [git commit] hush: add func6.tests
Denys Vlasenko
- [git commit] ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
Denys Vlasenko
- [git commit] ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
Denys Vlasenko
- [git commit] ash: [EXPAND] Optimise nulonly away and just use quoted as before
Denys Vlasenko
- [git commit] hush: 'return' should have effect earlier
Denys Vlasenko
- [git commit] ash testsuite: add return_in_trap1.tests
Denys Vlasenko
- [git commit] ash: fix return_in_trap1.tests failure
Denys Vlasenko
- [git commit] ash, hush: add a test that "continue" does not cripple traps
Denys Vlasenko
- [git commit] test: memory leak: free group id list
Denys Vlasenko
- [git commit] test: fix compile error in last commit
Denys Vlasenko
- [git commit] ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
- [git commit] ash: support "--" in "source" builtin
Denys Vlasenko
- [git commit] ash: style fixes
Denys Vlasenko
- [git commit] ash: fix globbing bugs when using glibc glob()
Denys Vlasenko
- [git commit] hush testsuite: add glob_dir.tests
Denys Vlasenko
- [git commit] ash: placate gcc: "warning: ! is only applied to the left hand side of =="
Denys Vlasenko
- [git commit] ash: undo "tokname hack"
Denys Vlasenko
- [git commit] hush testsuite: add many tests from ash testsuite
Denys Vlasenko
- [git commit] sh testsuite: create hush-heredoc/* and move files around
Denys Vlasenko
- [git commit] sh testsuite: create hush-redir/* and move files around
Denys Vlasenko
- [git commit] ash testsuite: update some of variable tests with newer versions from hush
Denys Vlasenko
- [git commit] sh testsuite: sync ash-vars/ and hush-vars/
Denys Vlasenko
- [git commit] sh testsuite: sync ash-misc/source* and hush-misc/source*
Denys Vlasenko
- [git commit] sh testsuite: sync ash-redir/ and hush-redir/
Denys Vlasenko
- [git commit] sh: do not print empty line at the end of "help" output
Denys Vlasenko
- [git commit] hush: fix var3.tests
Denys Vlasenko
- [git commit] hush: add var4.tests, var5.tests
Denys Vlasenko
- [git commit] whitespace fixes
Denys Vlasenko
- [git commit] ash: [PARSER] Add nlprompt/nlnoprompt helpers
Denys Vlasenko
- [git commit] ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
- [git commit] hust testsuite: fix a false positive
Denys Vlasenko
- [git commit] hush testsuite: fix another false positive
Denys Vlasenko
- [git commit] shell: delete all msh tests
Denys Vlasenko
- [git commit] sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
- [git commit] hush: fix exitcode on exec failure with EACCES - should be 126
Denys Vlasenko
- [git commit] hush: fix a memory corruption when exported variable is modified
Denys Vlasenko
- [git commit] hush: add commented-out debug printouts in "memleak" built-in
Denys Vlasenko
- [git commit] examples: add example of a DHCP server
Denys Vlasenko
- [git commit] dhcp: merge files.c into dhcpd.c
Denys Vlasenko
- [git commit] dhcp: merge most of static_leases.c into dhcpd.c
Denys Vlasenko
- [git commit] dhcp: merge leases.c and static_leases.c into dhcpd.c
Denys Vlasenko
- [git commit] wget: there is no -s option in GNU Wget 1.18, we should be compatible
Denys Vlasenko
- [Bug 9331] New: tcpudp: daemon leaks fd temporarily; keeping connection open
bugzilla at busybox.net
- [git commit] ash: comment out free(p) just before _exit, tweak some outdated comments
Denys Vlasenko
- [git commit] ash: get rid of two global data variables
Denys Vlasenko
- [git commit] ash testsuite: fix false positives
Denys Vlasenko
- [git commit] ash: all blocks in function node copying must be SHELL_ALIGNed
Denys Vlasenko
- [git commit] tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331
Denys Vlasenko
- [Bug 9331] tcpudp: daemon leaks fd temporarily; keeping connection open
bugzilla at busybox.net
- [git commit branch/1_25_stable] Apply post-1.25.0 patches, bump version to 1.25.1
Denys Vlasenko
- [tag/1_25_1] new tag created
Denys Vlasenko
- [git commit] Announce 1.25.1
Denys Vlasenko
- [git commit] ifupdown: rewrite state file atomically
Denys Vlasenko
- [Bug 9346] New: ping -I br0 <ip of br0> doesn't work
bugzilla at busybox.net
- [git commit] more: accept and ignore a bunch of options
Denys Vlasenko
- [git commit] telnetd: fix handling of short writes to pty
Denys Vlasenko
- [git commit] telnetd: fix a corner case where CRLF->CR translation can misbehave
Denys Vlasenko
- [git commit] telnetd: fix corner case of input processing of 0xff bytes
Denys Vlasenko
- [git commit] telnetd: treat all 2-byte IACs in 240..249 range as NOPs.
Denys Vlasenko
- [git commit] telnetd: add another handshake example in comments, no code changes
Denys Vlasenko
- [git commit] telnet: code shrink
Denys Vlasenko
- [git commit] cpio: fix restoration of file ownership, closes 9306
Denys Vlasenko
- [Bug 9306] cpio 1.25.0 doesn't preserve file ownership
bugzilla at busybox.net
- [git commit] telnetd: ifdef out a buggy error handling code path
Denys Vlasenko
- [git commit] examples: update var_service/README
Denys Vlasenko
- [git commit] examples: update var_service/README again
Denys Vlasenko
- [git commit] typo fixes in doc
Denys Vlasenko
- [git commit] examples: update var_service/README again
Denys Vlasenko
- [Bug 9361] New: tab-completion bug
bugzilla at busybox.net
- [Bug 9361] tab-completion bug
bugzilla at busybox.net
- [Bug 6740] ash leaks using local
bugzilla at busybox.net
- [Bug 9361] tab-completion bug
bugzilla at busybox.net
- [Bug 9361] tab-completion bug
bugzilla at busybox.net
- [git commit] ash: return exit status of nofork applets
Denys Vlasenko
- [git commit] lineedit: fix completion with applet names. closes 9361
Denys Vlasenko
- [Bug 9361] tab-completion bug
bugzilla at busybox.net
- [git commit] awk: fix segfault on for loop syntax error
Denys Vlasenko
- [Bug 8241] nslookup: prarameter [server] is not useful -- it always sends query to ISP DNS
bugzilla at busybox.net
- [Bug 8241] nslookup: prarameter [server] is not useful -- it always sends query to ISP DNS
bugzilla at busybox.net
- [git commit] ash: explain EXP_REDIR and why we (dont) glob redir filenames
Denys Vlasenko
- [git commit] strings: implement -t radix
Denys Vlasenko
- [git commit] udhcpc: check read of option length byte to be within packet
Denys Vlasenko
- [git commit] udhcpc: check read of overload option data byte to be within packet
Denys Vlasenko
- [git commit] ash, hush: set exit code 127 in "sh /does/not/exist" case
Denys Vlasenko
- [git commit] ash: [BUILTIN] Use EXEXIT in place of EXEXEC
Denys Vlasenko
- [git commit] ash: remove unused EXSHELLPROC
Denys Vlasenko
- [git commit] ash: reduce code differences from upstream
Denys Vlasenko
- [git commit] ash: add comment explaining "set -e; $(cmd)" discrepancy
Denys Vlasenko
- [git commit] ash: [EVAL] Check exit for eval NSUBSHELL
Denys Vlasenko
- [Bug 9376] New: wget to support HTTPS
bugzilla at busybox.net
- [git commit] ash: [REDIR] Remove EMFILE special case
Denys Vlasenko
- [git commit] ash: [EVAL] Let funcnode refer to a function definition, not its first command
Denys Vlasenko
- [git commit] ash: [SHELL] Move flushall to the point just before _exit
Denys Vlasenko
- [git commit] ash: [EXPAND] Removed herefd hack
Denys Vlasenko
- [git commit] ash: [PARSER] Do not show prompts in expandstr
Denys Vlasenko
- [git commit] ash: [REDIR] Move null redirect checks into caller
Denys Vlasenko
- [git commit] ash: [PARSER] Report substition errors at expansion time
Denys Vlasenko
- [git commit] ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1
Denys Vlasenko
- [Bug 675] nslookup does not properly use second argument [SERVER]
bugzilla at busybox.net
- [Bug 8241] nslookup: prarameter [server] is not useful -- it always sends query to ISP DNS
bugzilla at busybox.net
- [Bug 8241] nslookup: prarameter [server] is not useful -- it always sends query to ISP DNS
bugzilla at busybox.net
- [Bug 675] nslookup does not properly use second argument [SERVER]
bugzilla at busybox.net
- [git commit] typo fixes
Denys Vlasenko
- [git commit] ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhere
Denys Vlasenko
- [git commit] ash: [REDIR] Remove redundant CLOEXEC calls
Denys Vlasenko
- [git commit] ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
- [git commit] ash: [PARSER] Recognise here-doc delimiters terminated by EOF
Denys Vlasenko
- [git commit] ash: [PARSER] Size optimisations in parameter expansion parser
Denys Vlasenko
- [git commit] ash: use shellparam.optind/optoff in getopts() directly, not through pointers
Denys Vlasenko
- [git commit] ash: [VAR] Remove setvarsafe
Denys Vlasenko
- [git commit] ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc
Denys Vlasenko
- [git commit] ash: [CD] Lookup PWD after going through CDPATH
Denys Vlasenko
- [git commit] ash: optimize tryexec(): avoid one allocation
Denys Vlasenko
- [git commit] ash: comment tweaks, no code changes
Denys Vlasenko
- [git commit] ash: [SHELL] Expand ENV before using it
Denys Vlasenko
- [git commit] ash: partially sync with dash on "fork if traps are set" logic
Denys Vlasenko
- [git commit] ash: move ifsbreakup() and ifsfree() up
Denys Vlasenko
- [git commit] ash: [EXPAND] Fix ifsfirst/ifslastp leak
Denys Vlasenko
- [git commit] ash: delete leftovers from "simplify EOF/newline handling in list parser" commit
Denys Vlasenko
- [git commit] ash: return to DOWAIT_* constants similar to dash, no logic changes
Denys Vlasenko
- [git commit] ash: open-code blocking_dowait_with_raise_on_sig()
Denys Vlasenko
- [git commit] ash: [SIGNAL] Remove EXSIG
Denys Vlasenko
- [git commit] ash: [JOBS] Fix dowait signal race
Denys Vlasenko
- [git commit] ash: fix interactive "command eval STRING" exiting on errors.
Denys Vlasenko
- [git commit] ash: use pause(), not sigsuspend(), in wait builtin
Denys Vlasenko
- [git commit] hush: fix "wait PID"
Denys Vlasenko
- [git commit] hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
- [git commit] ash: make popfile() anfter popallfiles() safe
Denys Vlasenko
- [git commit] ash: fix bit-rotten debug infrastructure
Denys Vlasenko
- [git commit] ash: if using libc glob(), skip it if no metachars are in word
Denys Vlasenko
- [git commit] man: allow nroff and tbl commands be overridden; unmangle writing to files
Denys Vlasenko
- [git commit] man: make width selection more thorough; explain how to override it
Denys Vlasenko
- [git commit] man: remove -Tascii from nroff invocation
Denys Vlasenko
- [Bug 9391] New: setfont doesn't accept font files larger than 32 KiB
bugzilla at busybox.net
Last message date:
Mon Oct 31 15:34:58 UTC 2016
Archived on: Mon Oct 31 15:35:01 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).