mog: ensure stdout/stderr are always sync=true
commitfab3a54359e7ddd67b96be010ce7fcdee31b23a6
authorEric Wong <normalperson@yhbt.net>
Sun, 13 Nov 2011 06:45:50 +0000 (13 06:45 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 13 Nov 2011 06:45:50 +0000 (13 06:45 +0000)
tree9810482a7a427ba3445b282053a498fd2b6dbbc2
parent7bedbf3ed5920a922da89874a2bd134fb1a82c83
mog: ensure stdout/stderr are always sync=true

Luserspace buffering is often confusing to users reading
input, and performance-wise it's more often a waste
of memory bandwidth than it saves for syscall reductions,
especially since we usually do large transfers.
bin/mog