aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: remove unused EXSHELLPROCDenys Vlasenko2016-10-251-1/+0
| * ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko2016-10-251-3/+2
| * ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko2016-10-252-2/+3
| * udhcpc: check read of overload option data byte to be within packetDenys Vlasenko2016-10-251-1/+2
| * udhcpc: check read of option length byte to be within packetBrian Foley2016-10-252-3/+9
| * strings: implement -t radixTito Ragusa2016-10-241-9/+23
| * ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko2016-10-241-0/+11
| * awk: fix segfault on for loop syntax errorBrian Foley2016-10-242-1/+4
| * lineedit: fix completion with applet names. closes 9361Denys Vlasenko2016-10-241-1/+1
| * ash: return exit status of nofork appletsRon Yorston2016-10-241-1/+1
* | yes: add explicit error check for WIN32Ron Yorston2016-10-241-0/+4
* | diff: use TMPDIR rather than TMP/TEMPRon Yorston2016-10-241-1/+1
* | diff: change handling of temporary files for WIN32Ron Yorston2016-10-201-0/+21
* | Post-merge fixesRon Yorston2016-10-203-33/+35
* | Merge branch 'busybox' into mergeRon Yorston2016-10-198-164/+564
|\|
| * examples: update var_service/README againDenys Vlasenko2016-10-141-0/+54
| * typo fixes in docDenys Vlasenko2016-10-141-2/+2
| * examples: update var_service/README againDenys Vlasenko2016-10-141-5/+13
| * examples: update var_service/READMEDenys Vlasenko2016-10-141-24/+130
| * 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
* | Skip merge of "ash: all blocks in function node..."Ron Yorston2016-10-190-0/+0
|\|
| * ash: all blocks in function node copying must be SHELL_ALIGNedDenys Vlasenko2016-10-071-3/+3
* | Merge "ash testsuite: fix false positives"Ron Yorston2016-10-192-2/+2
|\|
| * ash testsuite: fix false positivesDenys Vlasenko2016-10-072-2/+2
* | Skip merge of "ash: get rid of two global data variables"Ron Yorston2016-10-190-0/+0
|\|
| * ash: get rid of two global data variablesDenys Vlasenko2016-10-071-51/+48
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-19456-2350/+5694
|\|
| * 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