From: Joe Peterson Date: Wed, 30 Apr 2008 07:53:30 +0000 (-0700) Subject: Resume TTY on SUSP and fix CRNL order in N_TTY line discipline X-Git-Tag: v2.6.26-rc1~239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575537b3248ee9b7578a3bb3df33fcdda2bfc4d5;p=pandora-kernel.git 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 Cc: Alan Cox Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed