K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-04-02T21:34:38.943835Z K 7 svn:log V 282 sh: Write as much into the heredoc pipe as possible, to avoid forking. Use non-blocking I/O to write as much as the pipe will accept (often 64K, but it can be as little as 4K), avoiding the need for the ugly PIPESIZE constant. If PIPESIZE was set too high, a deadlock would occur. END