summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/termios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split initialization and reserve resources from termios to reduceJoel Sherrill1999-05-271-59/+15
* Disable IXON by default based on comment from Eric NorumJoel Sherrill1999-04-011-1/+1
* Patch from Thomas Doerfler <td@imd.m.ISAR.de> to add flow control:Joel Sherrill1999-03-311-32/+272
* Patch from Aleksey (Quality Quorum <qqi@world.std.com>):Joel Sherrill1998-09-231-3/+9
* Patch from Eric Norum:Joel Sherrill1998-09-211-7/+2
* Fix from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-08-211-14/+2
* Added initialization of missing termios structure entries.Joel Sherrill1998-08-211-2/+3
* Closed window thanks to patch from Eric Norum.Joel Sherrill1998-07-281-5/+3
* Initialized tty->refcount to 0. When (for whatever reason) malloc()Joel Sherrill1998-07-171-0/+3
* Patch from Dario Alcocer <alcocer@connectnet.com>. His comments:Joel Sherrill1998-07-171-0/+2
* Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill1998-06-181-0/+14
* Added tcdrain(), cfgetospeed(0, cfsetospeed(), cfgetispeed(), andJoel Sherrill1998-05-221-0/+30
* Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill1998-05-201-1/+3
* Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill1998-05-041-28/+21
* Patch from Eric Norum:Joel Sherrill1998-01-191-0/+1
* Jennifer found some uninitialized variables:Joel Sherrill1998-01-161-1/+7
* Changed initial settings of first time.Joel Sherrill1998-01-061-3/+5
* Corrected prototypes for all termios console write driver entries toJoel Sherrill1997-12-221-2/+2
* interrupt driven change from Eric NorumJoel Sherrill1997-11-151-82/+189
* Set return code to avoid spurious errors.Joel Sherrill1997-11-101-0/+1
* added katsutoshi ShibuyaJoel Sherrill1997-10-241-1/+8
* Changed prototype of read routine.Joel Sherrill1997-10-231-13/+6
* fixed commentJoel Sherrill1997-10-231-2/+1
* New termios.c from Eric Norum.Joel Sherrill1997-10-231-601/+642
* Converted from using a message queue for the raw input queue to using aJoel Sherrill1997-10-211-49/+35
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-211-0/+760