aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-25ash: [EVAL] Check exit for eval NSUBSHELLDenys Vlasenko1-3/+1
2016-10-25ash: add comment explaining "set -e; $(cmd)" discrepancyDenys Vlasenko1-0/+8
2016-10-25ash: reduce code differences from upstreamDenys Vlasenko1-2/+1
2016-10-25ash: remove unused EXSHELLPROCDenys Vlasenko1-1/+0
2016-10-25ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko1-3/+2
2016-10-25ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko2-2/+3
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko1-1/+2
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley2-3/+9
2016-10-24strings: implement -t radixTito Ragusa1-9/+23
2016-10-24ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko1-0/+11
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley2-1/+4
2016-10-24lineedit: fix completion with applet names. closes 9361Denys Vlasenko1-1/+1
2016-10-24ash: return exit status of nofork appletsRon Yorston1-1/+1
2016-10-14examples: update var_service/README againDenys Vlasenko1-0/+54
2016-10-14typo fixes in docDenys Vlasenko1-2/+2
2016-10-14examples: update var_service/README againDenys Vlasenko1-5/+13
2016-10-14examples: update var_service/READMEDenys Vlasenko1-24/+130
2016-10-13telnetd: ifdef out a buggy error handling code pathDenys Vlasenko1-0/+8
2016-10-12cpio: fix restoration of file ownership, closes 9306Denys Vlasenko1-0/+4
2016-10-12telnet: code shrinkDenys Vlasenko1-3/+4
2016-10-12telnetd: add another handshake example in comments, no code changesDenys Vlasenko1-0/+5
2016-10-12telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko1-18/+24
2016-10-12telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko2-4/+117
2016-10-12telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko1-14/+35
2016-10-12telnetd: fix handling of short writes to ptyDenys Vlasenko1-111/+120
2016-10-11more: accept and ignore a bunch of optionsDenys Vlasenko1-1/+10
2016-10-09ifupdown: rewrite state file atomicallyDenys Vlasenko1-5/+38
2016-10-07tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331Denys Vlasenko1-23/+46
2016-10-07ash: all blocks in function node copying must be SHELL_ALIGNedDenys Vlasenko1-3/+3
2016-10-07ash testsuite: fix false positivesDenys Vlasenko2-2/+2
2016-10-07ash: get rid of two global data variablesDenys Vlasenko1-51/+48
2016-10-07ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko1-16/+5
2016-10-04wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko1-24/+33
2016-10-04dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko6-253/+219
2016-10-04dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko3-69/+58
2016-10-04dhcp: merge files.c into dhcpd.cDenys Vlasenko4-243/+222
2016-10-03examples: add example of a DHCP serverDenys Vlasenko8-0/+91
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2-0/+17
2016-10-03hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko1-7/+19
2016-10-03hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko1-1/+5
2016-10-03sh testsuite: add tests for exitcode on failure to execDenys Vlasenko8-0/+16
2016-10-03shell: delete all msh testsDenys Vlasenko47-356/+0
2016-10-03hush testsuite: fix another false positiveDenys Vlasenko2-2/+1
2016-10-03hust testsuite: fix a false positiveDenys Vlasenko1-1/+1
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko103-0/+795
2016-10-02ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko1-19/+23
2016-10-02whitespace fixesDenys Vlasenko2-2/+2
2016-10-02hush: add var4.tests, var5.testsDenys Vlasenko4-0/+22
2016-10-02hush: fix var3.testsDenys Vlasenko4-206/+214
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko2-2/+1