aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko
2016-10-26ash: [REDIR] Remove redundant CLOEXEC callsDenys Vlasenko
2016-10-26ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhereDenys Vlasenko
2016-10-26typo fixesDenys Vlasenko
2016-10-26ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Denys Vlasenko
2016-10-26ash: [PARSER] Report substition errors at expansion timeDenys Vlasenko
2016-10-25ash: [REDIR] Move null redirect checks into callerDenys Vlasenko
2016-10-25ash: [PARSER] Do not show prompts in expandstrDenys Vlasenko
2016-10-25ash: [EXPAND] Removed herefd hackDenys Vlasenko
2016-10-25ash: [SHELL] Move flushall to the point just before _exitDenys Vlasenko
2016-10-25ash: [EVAL] Let funcnode refer to a function definition, not its first commandDenys Vlasenko
2016-10-25ash: [REDIR] Remove EMFILE special caseDenys Vlasenko
2016-10-25ash: [EVAL] Check exit for eval NSUBSHELLDenys Vlasenko
2016-10-25ash: add comment explaining "set -e; $(cmd)" discrepancyDenys Vlasenko
2016-10-25ash: reduce code differences from upstreamDenys Vlasenko
2016-10-25ash: remove unused EXSHELLPROCDenys Vlasenko
2016-10-25ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko
2016-10-25ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley
2016-10-24strings: implement -t radixTito Ragusa
2016-10-24ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2016-10-24lineedit: fix completion with applet names. closes 9361Denys Vlasenko
2016-10-24ash: return exit status of nofork appletsRon Yorston
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