aboutsummaryrefslogtreecommitdiff
path: root/trans
Commit message (Expand)AuthorAgeFilesLines
* typo fixesRoland McGrath1996-06-211-4/+4
* (null ifsock fifo new-fifo devport): Depend on ../libfshelp/libfshelp.a.Miles Bader1996-06-201-1/+1
* Initial revisionMiles Bader1996-05-291-0/+185
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+2
* (all): Delete target.Michael I. Bushnell1996-04-301-2/+2
* Use ports_create_port instead of ports_allocate_port, and notice the error.Roland McGrath1996-04-271-5/+4
* (fifo_trans_parse_args): Supply missing arg to argp_parse.Michael I. Bushnell1996-04-151-1/+1
* Initial revisionMichael I. Bushnell1996-04-151-0/+810
* (targets): Add devport.Miles Bader1996-03-311-5/+5
* (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
* Initial revisionRoland McGrath1995-12-151-0/+578
* (main): Add flags argument to trivfs_startup call.Miles Bader1995-11-063-3/+3
* (S_fsys_get_options): New function.Miles Bader1995-11-062-10/+22
* Add fwd.Miles Bader1995-10-081-4/+4
* (S_fsys_getpriv): Add new extra args.Miles Bader1995-10-082-4/+6
* Initial revisionMiles Bader1995-10-041-0/+51
* (targets): Add new-fifoMiles Bader1995-09-221-4/+6
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader1995-09-181-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
* (trivfs_goaway, trivfs_modify_stat): Update arguments.Miles Bader1995-08-242-7/+4
* (S_fsys_forward): New function.Miles Bader1995-08-243-0/+21
* (all): New target.Miles Bader1995-08-241-24/+9
* (open_hook): Use condition_broadcast instead of condition_signal onMiles Bader1995-08-211-2/+2
* Initial revisionMiles Bader1995-08-151-0/+521
* (SRCS): Add fifo.c.Miles Bader1995-08-151-2/+5
* (main): Don't pass in the MACH_RCV_TIMEOUT flag with a zero timeout.Miles Bader1995-07-251-1/+1
* Initial revisionMiles Bader1995-07-251-0/+152
* (OBJS): New var.Michael I. Bushnell1995-07-071-0/+1
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-4/+0
* (ifsock-HURDLIBS, null-HURDLIBS): New vars.Michael I. Bushnell1995-07-061-2/+8
* (null): Depend on $(libihash).Michael I. Bushnell1995-06-281-1/+1
* (PT_CTL, PT_NODE): Deleted macros.Michael I. Bushnell1995-06-281-56/+20
* (PT_CTL, PT_NODE): Deleted macros.Michael I. Bushnell1995-06-281-43/+29
* (ifsock): Add dependency on $(libihash).Michael I. Bushnell1995-06-281-2/+2
* Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader1995-05-122-6/+6
* (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
* Link ifsock with error.o.Miles Bader1995-04-091-1/+1
* Use trivfs_startup() instead of doing things manually.Miles Bader1995-04-091-22/+7
* 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
* Don't deallocate our right to the underlying disk node, so we don't getMiles Bader1995-03-311-6/+4
* Add support for the magic and null servers.Miles Bader1995-03-301-4/+14