aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-14examples: update var_service/README againDenys Vlasenko
2016-10-14typo fixes in docDenys Vlasenko
2016-10-14examples: update var_service/README againDenys Vlasenko
2016-10-14examples: update var_service/READMEDenys Vlasenko
2016-10-13telnetd: ifdef out a buggy error handling code pathDenys Vlasenko
2016-10-12cpio: fix restoration of file ownership, closes 9306Denys Vlasenko
2016-10-12telnet: code shrinkDenys Vlasenko
2016-10-12telnetd: add another handshake example in comments, no code changesDenys Vlasenko
2016-10-12telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko
2016-10-12telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko
2016-10-12telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko
2016-10-12telnetd: fix handling of short writes to ptyDenys Vlasenko
2016-10-11more: accept and ignore a bunch of optionsDenys Vlasenko
2016-10-09ifupdown: rewrite state file atomicallyDenys Vlasenko
2016-10-07tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331Denys Vlasenko
2016-10-07ash: all blocks in function node copying must be SHELL_ALIGNedDenys Vlasenko
2016-10-07ash testsuite: fix false positivesDenys Vlasenko
2016-10-07ash: get rid of two global data variablesDenys Vlasenko
2016-10-07ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko
2016-10-04wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko
2016-10-04dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge files.c into dhcpd.cDenys Vlasenko
2016-10-03examples: add example of a DHCP serverDenys Vlasenko
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-10-03hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko
2016-10-03hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko
2016-10-03sh testsuite: add tests for exitcode on failure to execDenys Vlasenko
2016-10-03shell: delete all msh testsDenys Vlasenko
2016-10-03hush testsuite: fix another false positiveDenys Vlasenko
2016-10-03hust testsuite: fix a false positiveDenys Vlasenko
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko
2016-10-02ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko
2016-10-02whitespace fixesDenys Vlasenko
2016-10-02hush: add var4.tests, var5.testsDenys Vlasenko
2016-10-02hush: fix var3.testsDenys Vlasenko
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko
2016-10-02sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko
2016-10-02sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko
2016-10-02ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko
2016-10-02sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko
2016-10-02sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko
2016-10-02hush testsuite: add many tests from ash testsuiteDenys Vlasenko
2016-10-02ash: undo "tokname hack"Denys Vlasenko
2016-10-02ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko
2016-10-02hush testsuite: add glob_dir.testsDenys Vlasenko
2016-10-02ash: fix globbing bugs when using glibc glob()Denys Vlasenko
2016-10-02ash: style fixesDenys Vlasenko
2016-10-02ash: support "--" in "source" builtinDenys Vlasenko