aboutsummaryrefslogtreecommitdiff
path: root/trans/null.c
Commit message (Expand)AuthorAgeFilesLines
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-1/+1
* Fix types of read write and readables methodsEtienne Brateau2022-08-291-4/+4
* 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-5/+1
* Include the MIG-generated server header filesJustus Winter2014-04-151-0/+3
* Check for negative sizes in file_set_sizeRichard Braun2013-10-021-0/+2
* trans: drop privileges in the null translatorJustus Winter2013-08-281-0/+5
* Add io_select_timeout to the io interfaceRichard Braun2013-02-281-0/+9
* 2003-09-05 Greg Buchholz <greg@sleepingsquirrel.org>Roland McGrath2003-09-061-2/+2
* 2002-06-13 Roland McGrath <roland@frob.com>Roland McGrath2002-06-131-12/+15
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+3
* 1999-12-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-12-031-2/+26
* Reverted changes related to io_map_segment.Roland McGrath1999-09-131-6/+5
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-5/+6
* 1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>Roland McGrath1999-09-011-0/+1
* 1999-05-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-201-8/+7
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-4/+4
* (main):Miles Bader1997-09-041-1/+1
* Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-1/+1
* .Miles Bader1997-03-011-1/+2
* (argp_program_version): Make const.Miles Bader1997-02-201-1/+1
* (control_class, node_class, port_bucket, trivfs_protid_port_class,Miles Bader1997-02-201-20/+5
* (trivfs_S_file_check_access):Miles Bader1996-09-261-11/+0
* (trivfs_S_io_readable):Miles Bader1996-09-241-46/+22
* (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-1/+1
* (trivfs_goaway, trivfs_modify_stat): Update arguments.Miles Bader1995-08-241-4/+2
* (PT_CTL, PT_NODE): Deleted macros.Michael I. Bushnell1995-06-281-56/+20
* (trivfs_modify_stat): Make st_blksize really large.Miles Bader1995-05-111-1/+1
* (trivfs_S_file_truncate): Always return 0, so O_TRUNC works.Miles Bader1995-04-111-3/+1
* Use trivfs_startup() instead of doing things manually.Miles Bader1995-04-091-18/+5
* Return more useful values for the st_blksize and st_fstype fields in a stat.Miles Bader1995-04-031-1/+3
* Move the check for the bootstrap port after the args check, so that users canMiles Bader1995-03-311-4/+4
* Initial revisionMiles Bader1995-03-301-0/+394