summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/termios.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-07termios: Move default lock functionsSebastian Huber1-18/+0
2018-10-02Use rtems_task_exit()Sebastian Huber1-2/+2
2018-02-22termios: Fix use of uninitialized variableSebastian Huber1-4/+4
2018-02-02termios: Use self-contained objectsSebastian Huber1-151/+75
2017-11-07termios: Fix canonical modeSebastian Huber1-2/+4
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber1-1/+1
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2017-07-28Fix IO control request typeSebastian Huber1-1/+2
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-0/+1
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-0/+1
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber1-2/+2
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel1-1/+4
2017-03-27termios: Avoid invalid memory accessSebastian Huber1-1/+3
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-19/+25
2017-02-28termios: Simplify some calculationsSebastian Huber1-4/+3
2017-02-28termios: Implement non-blocking writeSebastian Huber1-4/+6
2017-02-28termios: Make write POSIX compatibleSebastian Huber1-34/+81
2017-02-28termios: Introduce doTransmit()Sebastian Huber1-10/+15
2017-02-28termios: Simplify oproc()Sebastian Huber1-19/+36
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-5/+9
2017-02-28termios: Change receive callback invocationSebastian Huber1-11/+47
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber1-9/+9
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber1-6/+19
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber1-16/+36
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber1-11/+4
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber1-2/+2
2017-02-03termios: Fix static device initalizationSebastian Huber1-6/+6
2016-12-16termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig1-1/+2
2016-12-16termios: Use mutex for task driven modeSebastian Huber1-2/+76
2016-09-19termios: Add IO control handlerSebastian Huber1-2/+5
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber1-183/+277
2016-07-22score: Add debug support to chainsSebastian Huber1-0/+1
2014-11-21libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)Joel Sherrill1-3/+6
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber1-52/+90
2014-10-07termios: Separate flow control from normal handlerSebastian Huber1-8/+15
2014-10-07termios: Fix transmit daemonSebastian Huber1-1/+9
2014-08-18rtems_termios_puts: Copy and write more than one char at onceKolja Waschk1-50/+85
2014-07-09termios: PR1279: Use first open statusSebastian Huber1-73/+82
2014-07-09termios: PR1279: Use set attributes statusSebastian Huber1-2/+4
2014-07-09termios: PR2153: New low-level device APISebastian Huber1-103/+400
2014-06-30termios: Make tty list staticSebastian Huber1-2/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-1/+1
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-0/+1
2014-03-11score: Add local context to SMP lock APISebastian Huber1-27/+27
2013-09-05termios: check return value from semaphore obtain/releaseGedare Bloom1-2/+7
2013-06-12termios: SMP supportSebastian Huber1-20/+22
2013-06-12termios: Notify driver about inactive transmitSebastian Huber1-0/+3
2013-06-12termios: Expand critical sectionSebastian Huber1-8/+4
2013-06-12termios: Move wake up writer task actionSebastian Huber1-2/+8