aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* telnetd: ifdef out a buggy error handling code pathDenys Vlasenko2016-10-131-0/+8
* cpio: fix restoration of file ownership, closes 9306Denys Vlasenko2016-10-121-0/+4
* telnet: code shrinkDenys Vlasenko2016-10-121-3/+4
* telnetd: add another handshake example in comments, no code changesDenys Vlasenko2016-10-121-0/+5
* telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko2016-10-121-18/+24
* telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko2016-10-122-4/+117
* telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko2016-10-121-14/+35
* telnetd: fix handling of short writes to ptyDenys Vlasenko2016-10-121-111/+120
* more: accept and ignore a bunch of optionsDenys Vlasenko2016-10-111-1/+10
* ifupdown: rewrite state file atomicallyDenys Vlasenko2016-10-091-5/+38
* tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331Denys Vlasenko2016-10-071-23/+46
* ash: all blocks in function node copying must be SHELL_ALIGNedDenys Vlasenko2016-10-071-3/+3
* ash testsuite: fix false positivesDenys Vlasenko2016-10-072-2/+2
* ash: get rid of two global data variablesDenys Vlasenko2016-10-071-51/+48
* ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko2016-10-071-16/+5
* wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko2016-10-041-24/+33
* dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-046-253/+219
* dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko2016-10-043-69/+58
* dhcp: merge files.c into dhcpd.cDenys Vlasenko2016-10-044-243/+222
* examples: add example of a DHCP serverDenys Vlasenko2016-10-038-0/+91
* hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-032-0/+17
* hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko2016-10-031-7/+19
* hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko2016-10-031-1/+5
* sh testsuite: add tests for exitcode on failure to execDenys Vlasenko2016-10-038-0/+16
* shell: delete all msh testsDenys Vlasenko2016-10-0347-356/+0
* hush testsuite: fix another false positiveDenys Vlasenko2016-10-032-2/+1
* hust testsuite: fix a false positiveDenys Vlasenko2016-10-031-1/+1
* ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-03103-0/+795
* ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko2016-10-021-19/+23
* whitespace fixesDenys Vlasenko2016-10-022-2/+2
* hush: add var4.tests, var5.testsDenys Vlasenko2016-10-024-0/+22
* hush: fix var3.testsDenys Vlasenko2016-10-024-206/+214
* sh: do not print empty line at the end of "help" outputDenys Vlasenko2016-10-022-2/+1
* sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko2016-10-0218-114/+313
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-0210-27/+50
* sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-0211-20/+39
* ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko2016-10-026-25/+156
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-0230-0/+143
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-0216-0/+30
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-0234-3/+254
* ash: undo "tokname hack"Denys Vlasenko2016-10-021-41/+83
* ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko2016-10-021-1/+1
* hush testsuite: add glob_dir.testsDenys Vlasenko2016-10-023-1/+45
* ash: fix globbing bugs when using glibc glob()Denys Vlasenko2016-10-023-7/+66
* ash: style fixesDenys Vlasenko2016-10-021-8/+16
* ash: support "--" in "source" builtinDenys Vlasenko2016-10-021-12/+18
* ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko2016-10-025-15/+87
* test: fix compile error in last commitDenys Vlasenko2016-10-021-1/+1
* test: memory leak: free group id listDenys Vlasenko2016-10-022-7/+6
* ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko2016-10-014-0/+16