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