aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_buffer.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13tty: split the buffering from tty_ioAlan Cox1-0/+511
The two are basically independent chunks of code so lets split them up for readability and sanity. It also makes the API boundaries much clearer. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>