summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/termios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* termios: Make rtems_termios_ttyMutex privateSebastian Huber2020-08-041-0/+3
* termios: Replace rtems_termios_isig_status_codeSebastian Huber2020-05-071-31/+3
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libio: Robust file descriptor reference countingSebastian Huber2020-03-131-3/+3
* termios: Fix input canonical modeSebastian Huber2020-02-101-50/+33
* termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill2019-10-081-39/+186
* termios: Move default lock functionsSebastian Huber2018-11-071-18/+0
* Use rtems_task_exit()Sebastian Huber2018-10-021-2/+2
* termios: Fix use of uninitialized variableSebastian Huber2018-02-221-4/+4
* termios: Use self-contained objectsSebastian Huber2018-02-021-151/+75
* termios: Fix canonical modeSebastian Huber2017-11-071-2/+4
* libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2017-09-151-1/+1
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
* Fix IO control request typeSebastian Huber2017-07-281-1/+2
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+1
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-0/+1
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-071-2/+2
* Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel2017-04-101-1/+4
* termios: Avoid invalid memory accessSebastian Huber2017-03-271-1/+3
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-19/+25
* termios: Simplify some calculationsSebastian Huber2017-02-281-4/+3
* termios: Implement non-blocking writeSebastian Huber2017-02-281-4/+6
* termios: Make write POSIX compatibleSebastian Huber2017-02-281-34/+81
* termios: Introduce doTransmit()Sebastian Huber2017-02-281-10/+15
* termios: Simplify oproc()Sebastian Huber2017-02-281-19/+36
* termios: Fix infinite loop in receive pathSebastian Huber2017-02-281-5/+9
* termios: Change receive callback invocationSebastian Huber2017-02-281-11/+47
* termios: Change tty_rcvwakeup to boolSebastian Huber2017-02-281-9/+9
* termios: Ignore carriage return early if desiredSebastian Huber2017-02-281-6/+19
* termios: Protect raw input buffer with device lockSebastian Huber2017-02-281-16/+36
* termios: Simplify rtems_termios_read_tty()Sebastian Huber2017-02-281-11/+4
* termios: Add kqueue() and poll() supportSebastian Huber2017-02-231-2/+2
* termios: Fix static device initalizationSebastian Huber2017-02-031-6/+6
* termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2016-12-161-1/+2
* termios: Use mutex for task driven modeSebastian Huber2016-12-161-2/+76
* termios: Add IO control handlerSebastian Huber2016-09-191-2/+5
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-191-183/+277
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+1
* libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)Joel Sherrill2014-11-211-3/+6
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-071-52/+90
* termios: Separate flow control from normal handlerSebastian Huber2014-10-071-8/+15
* termios: Fix transmit daemonSebastian Huber2014-10-071-1/+9
* rtems_termios_puts: Copy and write more than one char at onceKolja Waschk2014-08-181-50/+85
* termios: PR1279: Use first open statusSebastian Huber2014-07-091-73/+82
* termios: PR1279: Use set attributes statusSebastian Huber2014-07-091-2/+4
* termios: PR2153: New low-level device APISebastian Huber2014-07-091-103/+400
* termios: Make tty list staticSebastian Huber2014-06-301-2/+3
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+1
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-0/+1