summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/termios.c (follow)
AgeCommit message (Expand)Author
2020-08-04termios: Make rtems_termios_ttyMutex privateSebastian Huber
2020-05-07termios: Replace rtems_termios_isig_status_codeSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-03-13libio: Robust file descriptor reference countingSebastian Huber
2020-02-10termios: Fix input canonical modeSebastian Huber
2019-10-08termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill
2018-11-07termios: Move default lock functionsSebastian Huber
2018-10-02Use rtems_task_exit()Sebastian Huber
2018-02-22termios: Fix use of uninitialized variableSebastian Huber
2018-02-02termios: Use self-contained objectsSebastian Huber
2017-11-07termios: Fix canonical modeSebastian Huber
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2017-07-28Fix IO control request typeSebastian Huber
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel
2017-03-27termios: Avoid invalid memory accessSebastian Huber
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel
2017-02-28termios: Simplify some calculationsSebastian Huber
2017-02-28termios: Implement non-blocking writeSebastian Huber
2017-02-28termios: Make write POSIX compatibleSebastian Huber
2017-02-28termios: Introduce doTransmit()Sebastian Huber
2017-02-28termios: Simplify oproc()Sebastian Huber
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber
2017-02-28termios: Change receive callback invocationSebastian Huber
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber
2017-02-03termios: Fix static device initalizationSebastian Huber
2016-12-16termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig
2016-12-16termios: Use mutex for task driven modeSebastian Huber
2016-09-19termios: Add IO control handlerSebastian Huber
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber
2016-07-22score: Add debug support to chainsSebastian Huber
2014-11-21libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)Joel Sherrill
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber
2014-10-07termios: Separate flow control from normal handlerSebastian Huber
2014-10-07termios: Fix transmit daemonSebastian Huber
2014-08-18rtems_termios_puts: Copy and write more than one char at onceKolja Waschk
2014-07-09termios: PR1279: Use first open statusSebastian Huber
2014-07-09termios: PR1279: Use set attributes statusSebastian Huber
2014-07-09termios: PR2153: New low-level device APISebastian Huber
2014-06-30termios: Make tty list staticSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-14score: Add SMP lock profiling supportSebastian Huber
2014-03-11score: Add function to destroy SMP locksSebastian Huber