| 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 | -16/+16 |
* | pflocal: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -5/+7 |
* | Fix types of read write and readables methods | Etienne Brateau | 2022-08-29 | 1 | -3/+3 |
* | Make RPC input array parameters const | Samuel Thibault | 2022-01-16 | 1 | -3/+3 |
* | pflocal: Make io_stat allocate inode id | Samuel Thibault | 2021-04-03 | 1 | -1/+6 |
* | pflocal: Record socket creator so io_stat can return it | Samuel Thibault | 2020-11-11 | 1 | -0/+2 |
* | Use the data_t type defined in hurd_types.h. | Flavio Cruz | 2019-09-01 | 1 | -2/+2 |
* | pflocal: Use default stub implementations. | Justus Winter | 2017-09-12 | 1 | -109/+0 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -1/+1 |
* | pflocal: avoid building the interrupt server | Justus Winter | 2015-10-29 | 1 | -1/+0 |
* | pflocal: avoid nested function | Justus Winter | 2015-09-09 | 1 | -6/+7 |
* | Replace `bzero' with `memset' | Justus Winter | 2014-12-10 | 1 | -2/+2 |
* | Rename SOCK_* into PFLOCAL_SOCK_* | Samuel Thibault | 2013-09-21 | 1 | -9/+9 |
* | Fix gcc warning | Samuel Thibault | 2013-09-21 | 1 | -1/+1 |
* | Add io_select_timeout to the io interface | Richard Braun | 2013-02-28 | 1 | -7/+32 |
* | Make io_select return errors | Samuel Thibault | 2012-12-17 | 1 | -4/+13 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -24/+24 |
* | pflocal: Handle non-blocking connect with no pending acceptors. | Neal H. Walfield | 2012-07-26 | 1 | -5/+5 |
* | Fix source address reference accounting | Samuel Thibault | 2011-11-27 | 1 | -1/+1 |
* | 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2007-11-13 | 1 | -6/+8 |
* | Revery previous change. Was intended for ams-branch, not HEAD. | Neal H. Walfield | 2005-08-29 | 1 | -5/+5 |
* | pflocal/ | Neal H. Walfield | 2005-08-29 | 1 | -5/+5 |
* | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-11 | 1 | -1/+1 |
* | 2002-05-08 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-08 | 1 | -7/+6 |
* | Add `magic' protocols to specify the file type of a sockets. This | Mark Kettenis | 2000-08-02 | 1 | -2/+2 |
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -8/+0 |
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -0/+8 |
* | 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -0/+1 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -1/+1 |
* | Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-02-16 | 1 | -1/+8 |
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -17/+19 |
* | (S_io_reauthenticate): Repeat sock_create_port and | Michael I. Bushnell | 1996-07-14 | 1 | -8/+16 |
* | (S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 |
* | (S_io_identity): New function. | Miles Bader | 1996-05-14 | 1 | -0/+47 |
* | (S_io_reauthenticate): Use new auth_server_authenticate protocol. | Michael I. Bushnell | 1996-05-10 | 1 | -2/+1 |
* | (S_io_select): Remove TAG arg. | Miles Bader | 1996-05-09 | 1 | -5/+3 |
* | (S_io_select): | Miles Bader | 1996-01-15 | 1 | -20/+39 |
* | (S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes): | Miles Bader | 1995-09-19 | 1 | -10/+11 |
* | (S_io_pathconf): New function. | Miles Bader | 1995-09-19 | 1 | -1/+20 |
* | (S_interrupt_operation): Function deleted. | Miles Bader | 1995-09-06 | 1 | -13/+0 |
* | (S_io_read, S_io_readable): Don't return EPIPE on EOF. | Miles Bader | 1995-09-06 | 1 | -6/+8 |
* | (S_io_stat): Only attempt to use the read pipe if it exists. | Miles Bader | 1995-09-05 | 1 | -7/+8 |
* | (S_io_select): Change the way selects are done, now that writes can block. | Miles Bader | 1995-08-31 | 1 | -34/+30 |
* | (S_io_select): Use pipe_select instead of pipe_wait. | Miles Bader | 1995-08-29 | 1 | -1/+1 |
* | (S_interrupt_operation): Use ports_interrupt_rpc to interrupt waiting threads. | Miles Bader | 1995-08-29 | 1 | -27/+1 |
* | (S_io_select): Fix typo in masking off SELECT_URG. | Roland McGrath | 1995-08-29 | 1 | -33/+22 |
* | (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): | Miles Bader | 1995-08-16 | 1 | -26/+26 |
* | (S_interrupt_operation): Allow sockets trying to connect, and waiting for | Miles Bader | 1995-07-30 | 1 | -7/+17 |
* | entered into RCS | Miles Bader | 1995-07-26 | 1 | -9/+5 |
* | Formerly io.c.~12~ | Miles Bader | 1995-07-25 | 1 | -6/+23 |