Files
systemd/src/basic
Lennart Poettering 0a8b555ceb terminal-util: when resetting terminals, don't wait for carrier
In case of non-CLOCAL lines (i.e. those with carrier detect configured)
we shouldnt wait for a carrier if all we try to do is reset the TTY.
Hence, whenever we open such a TTY pass O_NONBLOCK.

Note that we continue to open ttys we intend to write to without
O_ONBLOCK, we only add it in cases we invoke ioctl()s or other terminal
operations without reading or writing to the device.

Fixes #835.
2015-08-03 19:06:35 +02:00
..
2015-07-16 14:11:12 +02:00
2015-07-31 19:56:38 +02:00
2015-06-17 18:01:49 +02:00
2015-07-23 15:06:03 +05:30
2015-07-30 15:51:50 +02:00
2015-08-01 02:16:24 +09:00