summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/ttycom.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete network header filesSebastian Huber2017-12-071-145/+0
| | | | Update #3254.
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-071-4/+0
| | | | | | | Remove obsolete support for OFILL, OFDEL, NLDLY, CRDLY, BSDLY, VTDLY, and FFDLY which is not present on FreeBSD and not implemented in Linux. Update #2833.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-1/+5
| | | | | | | | | | | 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.
* Import latest <sys/ttycom.h> from FreeBSDSebastian Huber2015-11-171-57/+62
| | | | Required by new network stack.
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-1/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* 2000-11-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-301-0/+141
* include/sys/ttycom.h: New file -- moved from libnetworking/sys. * Makefile.am: Modified to reflect above.