oweals/busybox.git
2016-10-30 Denys Vlasenkoash: make popfile() anfter popallfiles() safe
2016-10-28 Denys Vlasenkohush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait...
2016-10-28 Denys Vlasenkohush: fix "wait PID"
2016-10-28 Denys Vlasenkoash: use pause(), not sigsuspend(), in wait builtin
2016-10-28 Denys Vlasenkoash: fix interactive "command eval STRING" exiting...
2016-10-27 Denys Vlasenkoash: [JOBS] Fix dowait signal race
2016-10-27 Denys Vlasenkoash: [SIGNAL] Remove EXSIG
2016-10-27 Denys Vlasenkoash: open-code blocking_dowait_with_raise_on_sig()
2016-10-27 Denys Vlasenkoash: return to DOWAIT_* constants similar to dash,...
2016-10-27 Denys Vlasenkoash: delete leftovers from "simplify EOF/newline handli...
2016-10-27 Denys Vlasenkoash: [EXPAND] Fix ifsfirst/ifslastp leak
2016-10-27 Denys Vlasenkoash: move ifsbreakup() and ifsfree() up
2016-10-27 Denys Vlasenkoash: partially sync with dash on "fork if traps are...
2016-10-27 Denys Vlasenkoash: [SHELL] Expand ENV before using it
2016-10-27 Denys Vlasenkoash: comment tweaks, no code changes
2016-10-26 Denys Vlasenkoash: optimize tryexec(): avoid one allocation
2016-10-26 Denys Vlasenkoash: [CD] Lookup PWD after going through CDPATH
2016-10-26 Denys Vlasenkoash: [MEMALLOC] Made grabstackblock an inline wrapper...
2016-10-26 Denys Vlasenkoash: [VAR] Remove setvarsafe
2016-10-26 Denys Vlasenkoash: use shellparam.optind/optoff in getopts() directly...
2016-10-26 Denys Vlasenkoash: [PARSER] Size optimisations in parameter expansion...
2016-10-26 Denys Vlasenkoash: [PARSER] Recognise here-doc delimiters terminated...
2016-10-26 Denys Vlasenkoash: [PARSER] Fix parsing of ${##1}
2016-10-26 Denys Vlasenkoash: [REDIR] Remove redundant CLOEXEC calls
2016-10-26 Denys Vlasenkoash: [REDIR] Replace copyfd by savefd and use dup2...
2016-10-26 Denys Vlasenkotypo fixes
2016-10-26 Denys Vlasenkoash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1
2016-10-25 Denys Vlasenkoash: [PARSER] Report substition errors at expansion...
2016-10-25 Denys Vlasenkoash: [REDIR] Move null redirect checks into caller
2016-10-25 Denys Vlasenkoash: [PARSER] Do not show prompts in expandstr
2016-10-25 Denys Vlasenkoash: [EXPAND] Removed herefd hack
2016-10-25 Denys Vlasenkoash: [SHELL] Move flushall to the point just before...
2016-10-25 Denys Vlasenkoash: [EVAL] Let funcnode refer to a function definition...
2016-10-25 Denys Vlasenkoash: [REDIR] Remove EMFILE special case
2016-10-25 Denys Vlasenkoash: [EVAL] Check exit for eval NSUBSHELL
2016-10-25 Denys Vlasenkoash: add comment explaining "set -e; $(cmd)" discrepancy
2016-10-25 Denys Vlasenkoash: reduce code differences from upstream
2016-10-25 Denys Vlasenkoash: remove unused EXSHELLPROC
2016-10-25 Denys Vlasenkoash: [BUILTIN] Use EXEXIT in place of EXEXEC
2016-10-25 Denys Vlasenkoash,hush: set exit code 127 in "sh /does/not/exist...
2016-10-25 Denys Vlasenkoudhcpc: check read of overload option data byte to...
2016-10-25 Brian Foleyudhcpc: check read of option length byte to be within...
2016-10-24 Tito Ragusastrings: implement -t radix
2016-10-24 Denys Vlasenkoash: explain EXP_REDIR and why we (dont) glob redir...
2016-10-24 Brian Foleyawk: fix segfault on for loop syntax error
2016-10-23 Denys Vlasenkolineedit: fix completion with applet names. closes...
2016-10-23 Ron Yorstonash: return exit status of nofork applets
2016-10-14 Denys Vlasenkoexamples: update var_service/README again
2016-10-14 Denys Vlasenkotypo fixes in doc
2016-10-14 Denys Vlasenkoexamples: update var_service/README again
2016-10-14 Denys Vlasenkoexamples: update var_service/README
2016-10-13 Denys Vlasenkotelnetd: ifdef out a buggy error handling code path
2016-10-12 Denys Vlasenkocpio: fix restoration of file ownership, closes 9306
2016-10-12 Denys Vlasenkotelnet: code shrink
2016-10-12 Denys Vlasenkotelnetd: add another handshake example in comments...
2016-10-12 Denys Vlasenkotelnetd: treat all 2-byte IACs in 240..249 range as...
2016-10-12 Denys Vlasenkotelnetd: fix corner case of input processing of 0xff...
2016-10-12 Denys Vlasenkotelnetd: fix a corner case where CRLF->CR translation...
2016-10-12 Denys Vlasenkotelnetd: fix handling of short writes to pty
2016-10-11 Denys Vlasenkomore: accept and ignore a bunch of options
2016-10-09 Denys Vlasenkoifupdown: rewrite state file atomically
2016-10-07 Denys Vlasenkotcpsvd: don't keep shared fd open if fd limit is reache...
2016-10-07 Denys Vlasenkoash: all blocks in function node copying must be SHELL_...
2016-10-07 Denys Vlasenkoash testsuite: fix false positives
2016-10-07 Denys Vlasenkoash: get rid of two global data variables
2016-10-07 Denys Vlasenkoash: comment out free(p) just before _exit, tweak some...
2016-10-04 Denys Vlasenkowget: there is no -s option in GNU Wget 1.18, we should...
2016-10-03 Denys Vlasenkodhcp: merge leases.c and static_leases.c into dhcpd.c
2016-10-03 Denys Vlasenkodhcp: merge most of static_leases.c into dhcpd.c
2016-10-03 Denys Vlasenkodhcp: merge files.c into dhcpd.c
2016-10-03 Denys Vlasenkoexamples: add example of a DHCP server
2016-10-03 Denys Vlasenkohush: add commented-out debug printouts in "memleak...
2016-10-03 Denys Vlasenkohush: fix a memory corruption when exported variable...
2016-10-02 Denys Vlasenkohush: fix exitcode on exec failure with EACCES - should...
2016-10-02 Denys Vlasenkosh testsuite: add tests for exitcode on failure to...
2016-10-02 Denys Vlasenkoshell: delete all msh tests
2016-10-02 Denys Vlasenkohush testsuite: fix another false positive
2016-10-02 Denys Vlasenkohust testsuite: fix a false positive
2016-10-02 Denys Vlasenkoash testsuite: add most of hust tests which pass for ash
2016-10-02 Denys Vlasenkoash: [PARSER] Add nlprompt/nlnoprompt helpers
2016-10-02 Denys Vlasenkowhitespace fixes
2016-10-02 Denys Vlasenkohush: add var4.tests, var5.tests
2016-10-02 Denys Vlasenkohush: fix var3.tests
2016-10-02 Denys Vlasenkosh: do not print empty line at the end of "help" output
2016-10-02 Denys Vlasenkosh testsuite: sync ash-redir/ and hush-redir/
2016-10-02 Denys Vlasenkosh testsuite: sync ash-misc/source* and hush-misc/source*
2016-10-02 Denys Vlasenkosh testsuite: sync ash-vars/ and hush-vars/
2016-10-02 Denys Vlasenkoash testsuite: update some of variable tests with newer...
2016-10-02 Denys Vlasenkosh testsuite: create hush-redir/* and move files around
2016-10-02 Denys Vlasenkosh testsuite: create hush-heredoc/* and move files...
2016-10-02 Denys Vlasenkohush testsuite: add many tests from ash testsuite
2016-10-02 Denys Vlasenkoash: undo "tokname hack"
2016-10-02 Denys Vlasenkoash: placate gcc: "warning: ! is only applied to the...
2016-10-02 Denys Vlasenkohush testsuite: add glob_dir.tests
2016-10-02 Denys Vlasenkoash: fix globbing bugs when using glibc glob()
2016-10-02 Denys Vlasenkoash: style fixes
2016-10-02 Denys Vlasenkoash: support "--" in "source" builtin
2016-10-02 Denys Vlasenkoash: expand: Fixed "$@" expansion when EXP_FULL is...
2016-10-02 Denys Vlasenkotest: fix compile error in last commit
2016-10-01 Denys Vlasenkotest: memory leak: free group id list
next