diff options
author | ed <ed@FreeBSD.org> | 2012-10-25 09:05:21 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2012-10-25 09:05:21 +0000 |
commit | ae88b227912c0ec48a0dde46fe47f423ca864059 (patch) | |
tree | 0b7387e61e42451b385944d1c8a832f952bfe5a3 /contrib/llvm/tools/clang/lib/Sema | |
parent | 3d11eb1465fb275027ac5463f340907bdc11a0ad (diff) | |
download | FreeBSD-src-ae88b227912c0ec48a0dde46fe47f423ca864059.zip FreeBSD-src-ae88b227912c0ec48a0dde46fe47f423ca864059.tar.gz |
Correct SIGTTIN handling.
In the old TTY layer, SIGTTIN was correctly handled like this:
while (data should be read) {
send SIGTTIN if not foreground process group
read data
}
In the new TTY layer, however, this behaviour was changed, based on a
false interpretation of the standard:
send SIGTTIN if not foreground process group
while (data should be read) {
read data
}
Correct this by pushing tty_wait_background() into the ttydisc_read_*()
functions.
Reported by: koitsu
PR: kern/173010
MFC after: 2 weeks
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Sema')
0 files changed, 0 insertions, 0 deletions