Commit ID: 10053D6C428265C691A
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/28 21:45:47 UTC
Modified files:
bin/mksh : check.t dot.mkshrc funcs.c sh.h
Log message:
https://android-review.googlesource.com/102253
• permit interrupts during a write(2) loop in the cat builtin, too,
not just in the read(2) loop – fixes inability to kill a clogged
output cat
• kill the cat when smores finish
TODO: revisit this ⓐ in more depth, ⓑ for other functions, such as
“hd”, and ⓒ test on AOSP as well
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.655 -r1.656 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.88 -r1.89 src/bin/mksh/dot.mkshrc
cvs -R rdiff -kk -upr1.256 -r1.257 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.692 -r1.693 src/bin/mksh/sh.h