Peter Hurley
|
e2613be509
n_tty: Fix stale echo output
|
11 years ago |
Peter Hurley
|
a5934804a8
n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0
|
11 years ago |
Greg Kroah-Hartman
|
b86b75ec57
Merge 3.13-rc5 into tty-next
|
11 years ago |
Peter Hurley
|
1075a6e2dc
n_tty: Fix apparent order of echoed output
|
11 years ago |
Peter Hurley
|
4d0ed18277
n_tty: Fix buffer overruns with larger-than-4k pastes
|
11 years ago |
Greg Kroah-Hartman
|
6a8c62f3e9
Merge 3.13-rc4 into tty-next
|
11 years ago |
Peter Hurley
|
6c67716d64
n_tty: Only perform wakeups for waiters
|
11 years ago |
Peter Hurley
|
eafbe67f84
n_tty: Refactor input_available_p() by call site
|
11 years ago |
Peter Hurley
|
001ba92371
n_tty: Refactor PARMRK doubling checks
|
11 years ago |
Peter Hurley
|
8dc4b25d23
n_tty: Un-inline slow-path n_tty_receive_char_closing()
|
11 years ago |
Peter Hurley
|
eb3e4668bd
n_tty: Un-inline slow-path n_tty_receive_char()
|
11 years ago |
Peter Hurley
|
5c32d12378
n_tty: Merge .receive_buf() flavors
|
11 years ago |
Peter Hurley
|
39434abd94
n_tty: Fix missing newline echo
|
11 years ago |
Peter Hurley
|
aebf045382
n_tty: Protect minimum_to_wake reset for concurrent readers
|
12 years ago |
Peter Hurley
|
c77569d2f3
n_tty: Fix 4096-byte canonical reads
|
11 years ago |
Peter Hurley
|
6f2225363c
n_tty: Fix echo overrun tail computation
|
12 years ago |
Peter Hurley
|
42458f41d0
n_tty: Ensure reader restarts worker for next reader
|
12 years ago |
Roel Kluin
|
c476f6584b
tty: incorrect test of echo_buf() result for ECHO_OP_START
|
12 years ago |
Greg Kroah-Hartman
|
97a7729a5c
Merge 3.12-rc4 into tty-next
|
12 years ago |
Peter Hurley
|
f8747d4a46
tty: Fix pty master read() after slave closes
|
12 years ago |
Greg Kroah-Hartman
|
4ceedcf815
Merge 3.12-rc3 into tty-next
|
12 years ago |
Peter Hurley
|
103fcbe2ee
n_tty: Style fix in n_tty_set_termios
|
12 years ago |
Peter Hurley
|
c786f74e0b
n_tty: Remove unnecessary local variable
|
12 years ago |
Peter Hurley
|
1cb40d0872
n_tty: Remove superfluous reader wakeup
|
12 years ago |
Peter Hurley
|
93a8d4163e
n_tty: Fix EOF push index when termios changes
|
12 years ago |
Peter Hurley
|
aefceaf453
n_tty: Fix termios_rwsem lockdep false positive
|
12 years ago |
Peter Hurley
|
e60d27c4d8
n_tty: Factor LNEXT processing from per-char i/o path
|
12 years ago |
Peter Hurley
|
4b293492ae
n_tty: Un-inline single-use functions
|
12 years ago |
Peter Hurley
|
19e2ad6a09
n_tty: Remove overflow tests from receive_buf() path
|
12 years ago |
Peter Hurley
|
7de971b050
n_tty: Factor PARMRK from normal per-char i/o
|
12 years ago |