aboutsummaryrefslogtreecommitdiff
path: root/trans/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* fifo: Do not detach pipe when there are still readersSamuel Thibault2024-12-291-3/+1
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-14/+14
* trans: Port to x86_64Sergey Bugaev2023-05-101-1/+3
* Fix types of read write and readables methodsEtienne Brateau2022-08-291-5/+5
* Make RPC input array parameters constSamuel Thibault2022-01-161-1/+1
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-2/+2
* Do not make io_select return errors on unsupported READ/WRITE modeSamuel Thibault2016-06-041-2/+0
* Fix opening a fifo with O_RDWRSamuel Thibault2015-09-081-1/+1
* Include the MIG-generated server header filesJustus Winter2014-04-151-0/+3
* Add io_select_timeout to the io interfaceRichard Braun2013-02-281-5/+22
* Make io_select return errorsSamuel Thibault2012-12-171-6/+21
* Switch from cthreads to pthreadsRichard Braun2012-11-271-25/+26
* 2003-09-05 Greg Buchholz <greg@sleepingsquirrel.org>Roland McGrath2003-09-061-1/+1
* 2002-06-13 Roland McGrath <roland@frob.com>Roland McGrath2002-06-131-7/+8
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+3
* auth/Marcus Brinkmann2001-02-121-2/+2
* Reverted changes related to io_map_segment.Roland McGrath1999-09-131-7/+6
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-6/+7
* 1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>Roland McGrath1999-09-011-0/+1
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-27/+33
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+5
* Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-2/+3
* (argp_program_version): Make const.Miles Bader1997-02-201-1/+1
* (parse_opt):Miles Bader1997-02-201-71/+30
* (open_hook):Miles Bader1996-07-171-66/+79
* (trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs.Miles Bader1996-01-271-5/+9
* (trivfs_S_io_select):Miles Bader1996-01-191-3/+40
* (main): Add flags argument to trivfs_startup call.Miles Bader1995-11-061-1/+1
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate;Miles Bader1995-09-181-5/+3
* (open_hook): Block for read only when there's really someone reading already,Miles Bader1995-09-111-23/+52
* (trivfs_S_io_select): Use pipe_pair_select.Miles Bader1995-08-311-13/+15
* (trivfs_goaway): Implement correctly.Miles Bader1995-08-301-11/+31
* (open_hook): Use hurd_condition_wait to detect interrupts.Miles Bader1995-08-291-14/+10
* (trivfs_goaway, trivfs_modify_stat): Update arguments.Miles Bader1995-08-241-6/+10
* (open_hook): Use condition_broadcast instead of condition_signal onMiles Bader1995-08-211-2/+2
* Initial revisionMiles Bader1995-08-151-0/+521