| 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 | -1/+1 |
* | Fix types of read write and readables methods | Etienne Brateau | 2022-08-29 | 1 | -4/+4 |
* | Make RPC input array parameters const | Samuel Thibault | 2022-01-16 | 1 | -1/+1 |
* | Use the data_t type defined in hurd_types.h. | Flavio Cruz | 2019-09-01 | 1 | -2/+2 |
* | Do not make io_select return errors on unsupported READ/WRITE mode | Samuel Thibault | 2016-06-04 | 1 | -5/+1 |
* | Include the MIG-generated server header files | Justus Winter | 2014-04-15 | 1 | -0/+3 |
* | Check for negative sizes in file_set_size | Richard Braun | 2013-10-02 | 1 | -0/+2 |
* | trans: drop privileges in the null translator | Justus Winter | 2013-08-28 | 1 | -0/+5 |
* | Add io_select_timeout to the io interface | Richard Braun | 2013-02-28 | 1 | -0/+9 |
* | 2003-09-05 Greg Buchholz <greg@sleepingsquirrel.org> | Roland McGrath | 2003-09-06 | 1 | -2/+2 |
* | 2002-06-13 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-13 | 1 | -12/+15 |
* | 2001-02-25 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-02-26 | 1 | -3/+3 |
* | 1999-12-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-12-03 | 1 | -2/+26 |
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -6/+5 |
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -5/+6 |
* | 1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> | Roland McGrath | 1999-09-01 | 1 | -0/+1 |
* | 1999-05-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-20 | 1 | -8/+7 |
* | 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-07-20 | 1 | -4/+4 |
* | (main): | Miles Bader | 1997-09-04 | 1 | -1/+1 |
* | Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -1/+1 |
* | . | Miles Bader | 1997-03-01 | 1 | -1/+2 |
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -1/+1 |
* | (control_class, node_class, port_bucket, trivfs_protid_port_class, | Miles Bader | 1997-02-20 | 1 | -20/+5 |
* | (trivfs_S_file_check_access): | Miles Bader | 1996-09-26 | 1 | -11/+0 |
* | (trivfs_S_io_readable): | Miles Bader | 1996-09-24 | 1 | -46/+22 |
* | (main): Add flags argument to trivfs_startup call. | Miles Bader | 1995-11-06 | 1 | -1/+1 |
* | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate. | Miles Bader | 1995-09-18 | 1 | -1/+1 |
* | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | 1995-08-24 | 1 | -4/+2 |
* | (PT_CTL, PT_NODE): Deleted macros. | Michael I. Bushnell | 1995-06-28 | 1 | -56/+20 |
* | (trivfs_modify_stat): Make st_blksize really large. | Miles Bader | 1995-05-11 | 1 | -1/+1 |
* | (trivfs_S_file_truncate): Always return 0, so O_TRUNC works. | Miles Bader | 1995-04-11 | 1 | -3/+1 |
* | Use trivfs_startup() instead of doing things manually. | Miles Bader | 1995-04-09 | 1 | -18/+5 |
* | Return more useful values for the st_blksize and st_fstype fields in a stat. | Miles Bader | 1995-04-03 | 1 | -1/+3 |
* | Move the check for the bootstrap port after the args check, so that users can | Miles Bader | 1995-03-31 | 1 | -4/+4 |
* | Initial revision | Miles Bader | 1995-03-30 | 1 | -0/+394 |