summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/termios.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-05-172002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1502/+0
2002-01-312001-01-31 Mike Siers <mikes@poliac.com>Joel Sherrill1-0/+9
2001-10-112001-10-11 Mike Siers <mikes@poliac.com>Joel Sherrill1-6/+22
2001-08-162001-08-16 Mike Siers <mikes@poliac.com>Joel Sherrill1-0/+42
2001-08-162001-08-16 Mike Siers <mikes@poliac.com>Joel Sherrill1-8/+11
2001-01-082001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2000-11-302000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-11-252000-11-25 Antti P Miettinen <antti.p.miettinen@nokia.com>Joel Sherrill1-155/+439
2000-08-01Patch from Eric Norum <eric@cls.usask.ca> to avoid lockup underJoel Sherrill1-9/+9
2000-06-29Patch from Chris Johns <cjohns@cybertec.com.au> to make sure theJoel Sherrill1-1/+2
2000-06-13Temporary hack to compile.Joel Sherrill1-1/+0
2000-06-12Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill1-1/+7
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-4/+11
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