Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | serial.c: file descriptor '0' is a valid value | Harald Welte | 2016-12-24 | 1 | -2/+2 |
* | serial.c: Fix fd leak in case of fcntl() error paths | Harald Welte | 2016-12-24 | 1 | -2/+4 |
* | serial.c: Some ports don't support TIOCMBIS for RTS/CTS control | Harald Welte | 2016-12-23 | 1 | -2/+2 |
* | serial: Open devie in non-blocking mode and then switch to blocking | Harald Welte | 2016-12-23 | 1 | -3/+17 |
* | misc: Doxygen tweaks: fixed some typos and minor errors | Katerina Barone-Adesi | 2013-02-15 | 1 | -1/+1 |
* | serial: don't set O_NDELAY, as it is more or less O_NONBLOCK | Harald Welte | 2012-08-03 | 1 | -1/+1 |
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
* | core/serial: Fix warning when on platform other than linux | Sylvain Munaut | 2011-11-20 | 1 | -1/+1 |
* | core/serial: Fix typo | Sylvain Munaut | 2011-09-28 | 1 | -1/+1 |
* | core/serial: support custom baud rates on OS X | Sylvain Munaut | 2011-09-28 | 1 | -2/+22 |
* | core/serial: Add utilities to deal with serial ports | Sylvain Munaut | 2011-09-02 | 1 | -0/+209 |