Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-03 | terminal-util: no real reason to assert on O_CREAT | Lennart Poettering | |
That's just handle this as a normal error. | |||
2015-08-03 | terminal-util: cast a couple of ioctl()s to void | Lennart Poettering | |
2015-08-03 | terminal-util: when resetting terminals, don't wait for carrier | Lennart Poettering | |
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-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ |