aboutsummaryrefslogtreecommitdiff
path: root/term/ptyio.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-06-25 Roland McGrath <roland@frob.com>Roland McGrath2002-06-261-1/+2
* 2002-06-25 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-251-0/+1
* 2002-06-13 Roland McGrath <roland@frob.com>Roland McGrath2002-06-131-28/+28
* 2002-03-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-03-051-1/+1
* 2002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-02-101-20/+32
* term/Marcus Brinkmann2002-01-301-1/+1
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-2/+2
* Mon Nov 18 18:16:29 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-181-2/+1
* Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-081-0/+1
* (pty_open_hook): Re-initialize EXTERNAL_PROCESSING too.Miles Bader1996-10-041-0/+3
* (pty_open_hook): Reinitialize pty variables.Miles Bader1996-10-041-1/+9
* (pty_io_read, pty_io_write): Honor O_NONBLOCK.Miles Bader1996-10-041-1/+13
* (ptyio_set_bits):Miles Bader1996-10-021-8/+15
* (S_tioctl_tiocsig, S_tioctl_tiocucntl, S_tioctl_tiocpkt):Miles Bader1996-10-021-0/+15
* blat foopMichael I. Bushnell1996-04-251-31/+0
* fixupMichael I. Bushnell1996-04-251-2/+2
* (pty_open_hook): Don't do increment of nptyperopens here.Michael I. Bushnell1996-04-251-2/+44
* (pty_po_create_hook): Don't do anything here.Michael I. Bushnell1996-04-021-3/+1
* (pty_io_read): Block using hurd_condition_wait instead of condition_wait.Miles Bader1996-03-271-1/+5
* (ptyio_init): This can't be a constructor because it frobs INPUTQ, which isMiles Bader1996-02-241-4/+2
* (pty_io_select): Add new reply port parameter, and askMichael I. Bushnell1996-01-181-3/+4
* (ptyopen, nptyperopens, pktnostop, output_stopped): Initialize to 0.Miles Bader1995-12-211-4/+4
* (pty_io_read): When copying TIOCPKT_DATA; account for size correctly.Michael I. Bushnell1995-12-141-1/+4
* (pty_io_write): Always tell the user everything was written.Michael I. Bushnell1995-12-141-0/+4
* Typos.Michael I. Bushnell1995-12-121-3/+3
* (ptyio_init): Make this a constructor function.Michael I. Bushnell1995-12-121-0/+1
* (pty_po_create_hook, pty_po_destroy_hook): New functions.Michael I. Bushnell1995-12-121-2/+31
* (pty_open_hook): New function.Michael I. Bushnell1995-12-121-0/+20
* Include <fcntl.h>.Michael I. Bushnell1995-12-051-0/+1
* (pty_io_read, pty_io_write): Validate CRED.Michael I. Bushnell1995-12-051-4/+10
* (pty_io_select): Add arg CRED.Michael I. Bushnell1995-12-051-1/+4
* (pty_io_write): Add CRED arg.Michael I. Bushnell1995-12-051-1/+4
* (pty_io_read): Add CRED arg.Michael I. Bushnell1995-12-051-1/+4
* unistd.h, not termios.h.Michael I. Bushnell1995-12-051-1/+1
* Include <termios.h>.Michael I. Bushnell1995-12-051-0/+1
* (ptyio_set_bits): If the stop char state has changed, dinkle the stopMichael I. Bushnell1995-12-051-0/+21
* Initial revisionMichael I. Bushnell1995-12-051-0/+473