aboutsummaryrefslogtreecommitdiff
path: root/pflocal/io.c
Commit message (Expand)AuthorAgeFilesLines
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-16/+16
* pflocal: Port to x86_64Sergey Bugaev2023-05-101-5/+7
* Fix types of read write and readables methodsEtienne Brateau2022-08-291-3/+3
* Make RPC input array parameters constSamuel Thibault2022-01-161-3/+3
* pflocal: Make io_stat allocate inode idSamuel Thibault2021-04-031-1/+6
* pflocal: Record socket creator so io_stat can return itSamuel Thibault2020-11-111-0/+2
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-2/+2
* pflocal: Use default stub implementations.Justus Winter2017-09-121-109/+0
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
* pflocal: avoid building the interrupt serverJustus Winter2015-10-291-1/+0
* pflocal: avoid nested functionJustus Winter2015-09-091-6/+7
* Replace `bzero' with `memset'Justus Winter2014-12-101-2/+2
* Rename SOCK_* into PFLOCAL_SOCK_*Samuel Thibault2013-09-211-9/+9
* Fix gcc warningSamuel Thibault2013-09-211-1/+1
* Add io_select_timeout to the io interfaceRichard Braun2013-02-281-7/+32
* Make io_select return errorsSamuel Thibault2012-12-171-4/+13
* Switch from cthreads to pthreadsRichard Braun2012-11-271-24/+24
* pflocal: Handle non-blocking connect with no pending acceptors.Neal H. Walfield2012-07-261-5/+5
* Fix source address reference accountingSamuel Thibault2011-11-271-1/+1
* 2007-11-13 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-11-131-6/+8
* Revery previous change. Was intended for ams-branch, not HEAD.Neal H. Walfield2005-08-291-5/+5
* pflocal/Neal H. Walfield2005-08-291-5/+5
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-1/+1
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-7/+6
* Add `magic' protocols to specify the file type of a sockets. ThisMark Kettenis2000-08-021-2/+2
* Reverted changes related to io_map_segment.Roland McGrath1999-09-131-8/+0
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-0/+8
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-1/+1
* Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-1/+8
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-17/+19
* (S_io_reauthenticate): Repeat sock_create_port andMichael I. Bushnell1996-07-141-8/+16
* (S_io_reauthenticate): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell1996-07-081-1/+2
* (S_io_identity): New function.Miles Bader1996-05-141-0/+47
* (S_io_reauthenticate): Use new auth_server_authenticate protocol.Michael I. Bushnell1996-05-101-2/+1
* (S_io_select): Remove TAG arg.Miles Bader1996-05-091-5/+3
* (S_io_select):Miles Bader1996-01-151-20/+39
* (S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes):Miles Bader1995-09-191-10/+11
* (S_io_pathconf): New function.Miles Bader1995-09-191-1/+20
* (S_interrupt_operation): Function deleted.Miles Bader1995-09-061-13/+0
* (S_io_read, S_io_readable): Don't return EPIPE on EOF.Miles Bader1995-09-061-6/+8
* (S_io_stat): Only attempt to use the read pipe if it exists.Miles Bader1995-09-051-7/+8
* (S_io_select): Change the way selects are done, now that writes can block.Miles Bader1995-08-311-34/+30
* (S_io_select): Use pipe_select instead of pipe_wait.Miles Bader1995-08-291-1/+1
* (S_interrupt_operation): Use ports_interrupt_rpc to interrupt waiting threads.Miles Bader1995-08-291-27/+1
* (S_io_select): Fix typo in masking off SELECT_URG.Roland McGrath1995-08-291-33/+22
* (S_io_read, S_interrupt_operation, S_io_readable, S_io_select):Miles Bader1995-08-161-26/+26
* (S_interrupt_operation): Allow sockets trying to connect, and waiting forMiles Bader1995-07-301-7/+17
* entered into RCSMiles Bader1995-07-261-9/+5
* Formerly io.c.~12~Miles Bader1995-07-251-6/+23