summaryrefslogtreecommitdiffstats
path: root/src/serial.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: clarify c_iflag in osmo_serial_init()Harald Welte2019-09-281-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* serial.c: Use pragma message instead of warningPau Espin Pedrol2017-06-231-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-7/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-5/+5
* update/extend doxygen documentationHarald Welte2017-06-121-3/+2
* serial.c: file descriptor '0' is a valid valueHarald Welte2016-12-241-2/+2
* serial.c: Fix fd leak in case of fcntl() error pathsHarald Welte2016-12-241-2/+4
* serial.c: Some ports don't support TIOCMBIS for RTS/CTS controlHarald Welte2016-12-231-2/+2
* serial: Open devie in non-blocking mode and then switch to blockingHarald Welte2016-12-231-3/+17
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-1/+1
* serial: don't set O_NDELAY, as it is more or less O_NONBLOCKHarald Welte2012-08-031-1/+1
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* core/serial: Fix warning when on platform other than linuxSylvain Munaut2011-11-201-1/+1
* core/serial: Fix typoSylvain Munaut2011-09-281-1/+1
* core/serial: support custom baud rates on OS XSylvain Munaut2011-09-281-2/+22
* core/serial: Add utilities to deal with serial portsSylvain Munaut2011-09-021-0/+209