aboutsummaryrefslogtreecommitdiffstats
path: root/src/serial.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-06-23serial.c: Use pragma message instead of warningPau Espin Pedrol1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-7/+4
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-5/+5
2017-06-12update/extend doxygen documentationHarald Welte1-3/+2
2016-12-24serial.c: file descriptor '0' is a valid valueHarald Welte1-2/+2
2016-12-24serial.c: Fix fd leak in case of fcntl() error pathsHarald Welte1-2/+4
2016-12-23serial.c: Some ports don't support TIOCMBIS for RTS/CTS controlHarald Welte1-2/+2
2016-12-23serial: Open devie in non-blocking mode and then switch to blockingHarald Welte1-3/+17
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi1-1/+1
2012-08-03serial: don't set O_NDELAY, as it is more or less O_NONBLOCKHarald Welte1-1/+1
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-20core/serial: Fix warning when on platform other than linuxSylvain Munaut1-1/+1
2011-09-28core/serial: Fix typoSylvain Munaut1-1/+1
2011-09-28core/serial: support custom baud rates on OS XSylvain Munaut1-2/+22
2011-09-02core/serial: Add utilities to deal with serial portsSylvain Munaut1-0/+209