| Commit message (Expand) | Author | Age | Files | Lines |
* | Update server handlers to return kern_return_error to fix -Werror=enum-int-mi... | Flavio Cruz | 2023-12-17 | 1 | -5/+5 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 1 | -10/+10 |
* | Fix types of read write and readables methods | Etienne Brateau | 2022-08-29 | 1 | -2/+2 |
* | term: Prevent new master while some slaves are still there | Samuel Thibault | 2022-08-22 | 1 | -1/+1 |
* | Make RPC input array parameters const | Samuel Thibault | 2022-01-16 | 1 | -2/+2 |
* | Let pty readers always read end of writer output | Samuel Thibault | 2014-11-21 | 1 | -1/+1 |
* | term: fix receiver lookups in the tioctl server functions | Justus Winter | 2014-02-28 | 1 | -28/+20 |
* | term: fix read on a closed PTY | Richard Braun | 2013-10-14 | 1 | -0/+6 |
* | Add io_select_timeout to the io interface | Richard Braun | 2013-02-28 | 1 | -4/+10 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -40/+40 |
* | Remove condition implications | Richard Braun | 2012-11-24 | 1 | -2/+2 |
* | 2002-06-25 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-26 | 1 | -1/+2 |
* | 2002-06-25 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2002-06-25 | 1 | -0/+1 |
* | 2002-06-13 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-13 | 1 | -28/+28 |
* | 2002-03-05 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2002-03-05 | 1 | -1/+1 |
* | 2002-02-10 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2002-02-10 | 1 | -20/+32 |
* | term/ | Marcus Brinkmann | 2002-01-30 | 1 | -1/+1 |
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -2/+2 |
* | Mon Nov 18 18:16:29 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-18 | 1 | -2/+1 |
* | Thu Sep 26 14:24:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-10-08 | 1 | -0/+1 |
* | (pty_open_hook): Re-initialize EXTERNAL_PROCESSING too. | Miles Bader | 1996-10-04 | 1 | -0/+3 |
* | (pty_open_hook): Reinitialize pty variables. | Miles Bader | 1996-10-04 | 1 | -1/+9 |
* | (pty_io_read, pty_io_write): Honor O_NONBLOCK. | Miles Bader | 1996-10-04 | 1 | -1/+13 |
* | (ptyio_set_bits): | Miles Bader | 1996-10-02 | 1 | -8/+15 |
* | (S_tioctl_tiocsig, S_tioctl_tiocucntl, S_tioctl_tiocpkt): | Miles Bader | 1996-10-02 | 1 | -0/+15 |
* | blat foop | Michael I. Bushnell | 1996-04-25 | 1 | -31/+0 |
* | fixup | Michael I. Bushnell | 1996-04-25 | 1 | -2/+2 |
* | (pty_open_hook): Don't do increment of nptyperopens here. | Michael I. Bushnell | 1996-04-25 | 1 | -2/+44 |
* | (pty_po_create_hook): Don't do anything here. | Michael I. Bushnell | 1996-04-02 | 1 | -3/+1 |
* | (pty_io_read): Block using hurd_condition_wait instead of condition_wait. | Miles Bader | 1996-03-27 | 1 | -1/+5 |
* | (ptyio_init): This can't be a constructor because it frobs INPUTQ, which is | Miles Bader | 1996-02-24 | 1 | -4/+2 |
* | (pty_io_select): Add new reply port parameter, and ask | Michael I. Bushnell | 1996-01-18 | 1 | -3/+4 |
* | (ptyopen, nptyperopens, pktnostop, output_stopped): Initialize to 0. | Miles Bader | 1995-12-21 | 1 | -4/+4 |
* | (pty_io_read): When copying TIOCPKT_DATA; account for size correctly. | Michael I. Bushnell | 1995-12-14 | 1 | -1/+4 |
* | (pty_io_write): Always tell the user everything was written. | Michael I. Bushnell | 1995-12-14 | 1 | -0/+4 |
* | Typos. | Michael I. Bushnell | 1995-12-12 | 1 | -3/+3 |
* | (ptyio_init): Make this a constructor function. | Michael I. Bushnell | 1995-12-12 | 1 | -0/+1 |
* | (pty_po_create_hook, pty_po_destroy_hook): New functions. | Michael I. Bushnell | 1995-12-12 | 1 | -2/+31 |
* | (pty_open_hook): New function. | Michael I. Bushnell | 1995-12-12 | 1 | -0/+20 |
* | Include <fcntl.h>. | Michael I. Bushnell | 1995-12-05 | 1 | -0/+1 |
* | (pty_io_read, pty_io_write): Validate CRED. | Michael I. Bushnell | 1995-12-05 | 1 | -4/+10 |
* | (pty_io_select): Add arg CRED. | Michael I. Bushnell | 1995-12-05 | 1 | -1/+4 |
* | (pty_io_write): Add CRED arg. | Michael I. Bushnell | 1995-12-05 | 1 | -1/+4 |
* | (pty_io_read): Add CRED arg. | Michael I. Bushnell | 1995-12-05 | 1 | -1/+4 |
* | unistd.h, not termios.h. | Michael I. Bushnell | 1995-12-05 | 1 | -1/+1 |
* | Include <termios.h>. | Michael I. Bushnell | 1995-12-05 | 1 | -0/+1 |
* | (ptyio_set_bits): If the stop char state has changed, dinkle the stop | Michael I. Bushnell | 1995-12-05 | 1 | -0/+21 |
* | Initial revision | Michael I. Bushnell | 1995-12-05 | 1 | -0/+473 |