Resume TTY on SUSP and fix CRNL order in N_TTY line discipline
authorJoe Peterson <joe@skyrush.com>
Wed, 30 Apr 2008 07:53:30 +0000 (00:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:40 +0000 (08:29 -0700)
commit575537b3248ee9b7578a3bb3df33fcdda2bfc4d5
tree91a7f0c1afaf55772d2cfa20ecfd52f320a05a5a
parent47f86834bbd4193139d61d659bebf9ab9d691e37
Resume TTY on SUSP and fix CRNL order in N_TTY line discipline

Refine these behaviors in the N_TTY line discipline:

1) Handle the signal characters consistently when received in a stopped TTY
   so that SUSP (typically ctrl-Z) behaves like INTR and QUIT in resuming a
   stopped TTY.

2) Adjust the order in which the IGNCR/ICRNL/INLCR processing is applied to
   be more logical and consistent with the behavior of other Unix systems.

Signed-off-by: Joe Peterson <joe@skyrush.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/n_tty.c
This page took 0.02566 seconds and 5 git commands to generate.