Tejun Heo
|
28b0f8a696
tty: make n_tty_read() always abort if hangup is in progress
|
7 years ago |
Linus Torvalds
|
a9a08845e9
vfs: do bulk POLL* -> EPOLL* replacement
|
7 years ago |
Linus Torvalds
|
168fe32a07
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 years ago |
Linus Torvalds
|
966031f340
n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)
|
7 years ago |
Al Viro
|
afc9a42b74
the rest of drivers/*: annotate ->poll() instances
|
8 years ago |
Greg Kroah-Hartman
|
e5656d43dc
tty: Remove redundant license text
|
7 years ago |
Greg Kroah-Hartman
|
e3b3d0f549
tty: add SPDX identifiers to all remaining files in drivers/tty/
|
7 years ago |
Brian Bloniarz
|
0f40fbbcc3
Fix OpenSSH pty regression on close
|
9 years ago |
Peter Hurley
|
7f71b2c144
n_tty: Ignore all read data when closing
|
9 years ago |
Peter Hurley
|
87108bc987
tty: n_tty: fix SIGIO for output
|
9 years ago |
Peter Hurley
|
ffb91a459c
n_tty: Remove tty count checks from unthrottle
|
9 years ago |
Peter Hurley
|
7bccc36544
n_tty: Fix stuck write wakeup
|
9 years ago |
Peter Hurley
|
bee6741ca0
tty, n_tty: Remove fasync() ldisc notification
|
9 years ago |
Peter Hurley
|
33d7136336
n_tty: Always wake up read()/poll() if new input
|
9 years ago |
Peter Hurley
|
b50819f437
tty: audit: Ignore current association for audit push
|
9 years ago |
Peter Hurley
|
309426ae69
tty: audit: Remove icanon mode from call chain
|
9 years ago |
Peter Hurley
|
eab25a5cd1
tty: audit: Never audit packet mode
|
9 years ago |
Peter Hurley
|
e802ca0e18
tty: Move tty_check_change() helper
|
9 years ago |
Peter Hurley
|
27228732aa
tty: Eliminate global symbol tty_ldisc_N_TTY
|
9 years ago |
Peter Hurley
|
fdfb719e93
tty: Remove chars_in_buffer() line discipline method
|
9 years ago |
Peter Hurley
|
6d27a63caa
n_tty: Fix unsafe reference to "other" ldisc
|
9 years ago |
Greg Kroah-Hartman
|
462a1196a5
Merge 4.4-rc6 into tty-next
|
9 years ago |
Peter Hurley
|
b985e9e368
n_tty: Reduce branching in canon_copy_from_read_buf()
|
9 years ago |
Peter Hurley
|
e661cf7020
n_tty: Clarify copy_from_read_buf()
|
9 years ago |
Peter Hurley
|
679e7c2999
n_tty: Uninline tty_copy_to_user()
|
9 years ago |
Peter Hurley
|
339f36ba14
tty: Define tty_*() printk macros
|
9 years ago |
Peter Hurley
|
ac8f3bf883
n_tty: Fix poll() after buffer-limited eof push read
|
9 years ago |
Peter Hurley
|
6b2a3d628a
tty: audit: Fix audit source
|
9 years ago |
Peter Hurley
|
e176058f0d
tty: Abstract tty buffer work
|
9 years ago |
Peter Hurley
|
2812d9e9fd
tty: Combine SIGTTOU/SIGTTIN handling
|
9 years ago |