Roel Kluin
|
c476f6584b
tty: incorrect test of echo_buf() result for ECHO_OP_START
|
12 年之前 |
Greg Kroah-Hartman
|
97a7729a5c
Merge 3.12-rc4 into tty-next
|
12 年之前 |
Peter Hurley
|
f8747d4a46
tty: Fix pty master read() after slave closes
|
12 年之前 |
Greg Kroah-Hartman
|
4ceedcf815
Merge 3.12-rc3 into tty-next
|
12 年之前 |
Peter Hurley
|
103fcbe2ee
n_tty: Style fix in n_tty_set_termios
|
12 年之前 |
Peter Hurley
|
c786f74e0b
n_tty: Remove unnecessary local variable
|
12 年之前 |
Peter Hurley
|
1cb40d0872
n_tty: Remove superfluous reader wakeup
|
12 年之前 |
Peter Hurley
|
93a8d4163e
n_tty: Fix EOF push index when termios changes
|
12 年之前 |
Peter Hurley
|
aefceaf453
n_tty: Fix termios_rwsem lockdep false positive
|
12 年之前 |
Peter Hurley
|
e60d27c4d8
n_tty: Factor LNEXT processing from per-char i/o path
|
12 年之前 |
Peter Hurley
|
4b293492ae
n_tty: Un-inline single-use functions
|
12 年之前 |
Peter Hurley
|
19e2ad6a09
n_tty: Remove overflow tests from receive_buf() path
|
12 年之前 |
Peter Hurley
|
7de971b050
n_tty: Factor PARMRK from normal per-char i/o
|
12 年之前 |
Peter Hurley
|
6baad00867
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
|
12 年之前 |
Peter Hurley
|
4b1f79c2d7
n_tty: Split n_tty_receive_char()
|
12 年之前 |
Peter Hurley
|
855df3c089
n_tty: Eliminate char tests from IXANY restart test
|
12 年之前 |
Peter Hurley
|
7d88d637a3
n_tty: Factor standard per-char i/o into separate fn
|
12 年之前 |
Peter Hurley
|
86e35aea47
n_tty: Fix build breakage on ppc64
|
12 年之前 |
Peter Hurley
|
ad0cc7bafe
n_tty: Factor tty->closing receive_buf() into separate fn
|
12 年之前 |
Peter Hurley
|
a1dd30e9b4
n_tty: Special case EXTPROC receive_buf() as raw mode
|
12 年之前 |
Peter Hurley
|
554117bdc8
n_tty: Factor raw mode receive_buf() into separate fn
|
12 年之前 |
Peter Hurley
|
d2f8d7abd1
n_tty: Factor flagged char handling into separate fn
|
12 年之前 |
Peter Hurley
|
b0ac50be1f
n_tty: Factor signal char handling into separate fn
|
12 年之前 |
Peter Hurley
|
4a23a4df50
n_tty: Factor 'real raw' receive_buf into standalone fn
|
12 年之前 |
Peter Hurley
|
781ad1c793
n_tty: Simplify __receive_buf loop count
|
12 年之前 |
Peter Hurley
|
1bb9d56285
n_tty: Rename process_char_map to char_map
|
12 年之前 |
Peter Hurley
|
20bafb3d23
n_tty: Move buffers into n_tty_data
|
12 年之前 |
Peter Hurley
|
8cb06c9838
n_tty: Remove alias ptrs in __receive_buf()
|
12 年之前 |
Peter Hurley
|
40d5e0905a
n_tty: Fix EOF push handling
|
12 年之前 |
Peter Hurley
|
9dfd16ddea
n_tty: Avoid false-sharing echo buffer indices
|
12 年之前 |