summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/cfmakesane.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2133.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-0/+66
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.