Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (S_msg_describe_ports): New function. | Michael I. Bushnell | 1996-07-01 | 1 | -0/+5 |
| | |||||
* | (S_crash_dump_task): Drop arg TARGET. | Michael I. Bushnell | 1996-07-01 | 1 | -5/+3 |
| | | | | | (dump_core): Likewise; all callers changed. (struct crasher): Delete member `target'. | ||||
* | (S_crash_dump_task): New args EXC, CODE, SUBCODE, CTTY_ID. Supply | Michael I. Bushnell | 1996-07-01 | 1 | -7/+9 |
| | | | | | | | SIGCODE arg to proc_mark_stop. (signal_crasher): New arg SIGCODE, supply to proc_mark_exit. All callers changed. (S_msg_sig_post_untraced): Supply C->sigcode to proc_mark_stop. | ||||
* | (targets): Added crash. | Michael I. Bushnell | 1996-07-01 | 1 | -1/+1 |
| | | | | (SRCS): Added crash.c. | ||||
* | (crash): New target. | Michael I. Bushnell | 1996-07-01 | 1 | -1/+4 |
| | |||||
* | typo fixes | Roland McGrath | 1996-06-21 | 1 | -4/+4 |
| | |||||
* | (null ifsock fifo new-fifo devport): Depend on ../libfshelp/libfshelp.a. | Miles Bader | 1996-06-20 | 1 | -1/+1 |
| | |||||
* | Initial revision | Miles Bader | 1996-05-29 | 1 | -0/+185 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+2 |
| | |||||
* | (all): Delete target. | Michael I. Bushnell | 1996-04-30 | 1 | -2/+2 |
| | | | | | (include ../Makeconf): *Before* all dependences. ($(targets)): Each program depends on its associated .o. | ||||
* | Use ports_create_port instead of ports_allocate_port, and notice the error. | Roland McGrath | 1996-04-27 | 1 | -5/+4 |
| | |||||
* | (fifo_trans_parse_args): Supply missing arg to argp_parse. | Michael I. Bushnell | 1996-04-15 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-04-15 | 1 | -0/+810 |
| | |||||
* | (targets): Add devport. | Miles Bader | 1996-03-31 | 1 | -5/+5 |
| | | | | | (SRCS): Add devport.c. Add devport as a target to various dependency rules. | ||||
* | (trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs. | Miles Bader | 1996-01-27 | 1 | -5/+9 |
| | |||||
* | (trivfs_S_io_select): | Miles Bader | 1996-01-19 | 1 | -3/+40 |
| | | | | | Request interruption if the reply-port dies. Don't block if there's an error immediately available. | ||||
* | Initial revision | Roland McGrath | 1995-12-15 | 1 | -0/+578 |
| | |||||
* | (main): Add flags argument to trivfs_startup call. | Miles Bader | 1995-11-06 | 3 | -3/+3 |
| | |||||
* | (S_fsys_get_options): New function. | Miles Bader | 1995-11-06 | 2 | -10/+22 |
| | | | | | (main): Add flags argument to fsys_startup call. (S_fsys_startup): Add FLAGS arg. | ||||
* | Add fwd. | Miles Bader | 1995-10-08 | 1 | -4/+4 |
| | |||||
* | (S_fsys_getpriv): Add new extra args. | Miles Bader | 1995-10-08 | 2 | -4/+6 |
| | |||||
* | Initial revision | Miles Bader | 1995-10-04 | 1 | -0/+51 |
| | |||||
* | (targets): Add new-fifo | Miles Bader | 1995-09-22 | 1 | -4/+6 |
| | | | | | (SRCS): Add new-fifo.c (new-fifo): New target. | ||||
* | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate. | Miles Bader | 1995-09-18 | 1 | -1/+1 |
| | |||||
* | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate; | Miles Bader | 1995-09-18 | 1 | -5/+3 |
| | | | | Return EINVAL if the new size isn't 0. | ||||
* | (open_hook): Block for read only when there's really someone reading already, | Miles Bader | 1995-09-11 | 1 | -23/+52 |
| | | | | | | | | | or until there's a writer. (open_hook): Use the WAIT macro to block. (wait_for_writer): New variable. (main): Set WAIT_FOR_WRITER with WAIT_FOR_READER. (trivfs_modify_stat): Only return pipe info if there's a pipe. (close_hook): Don't die if there's no pipe. | ||||
* | (trivfs_S_io_select): Use pipe_pair_select. | Miles Bader | 1995-08-31 | 1 | -13/+15 |
| | | | | (trivfs_S_io_write): Pass in the NOBLOCK parameter to pipe_write. | ||||
* | (trivfs_goaway): Implement correctly. | Miles Bader | 1995-08-30 | 1 | -11/+31 |
| | | | | | | (main): When we time out, don't exit unless there are no opens. (main): Add timeouts. (port_bucket): Now a local variable in main. | ||||
* | (open_hook): Use hurd_condition_wait to detect interrupts. | Miles Bader | 1995-08-29 | 1 | -14/+10 |
| | |||||
* | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | 1995-08-24 | 1 | -6/+10 |
| | | | | | (trivfs_modify_stat): Give the size of the fifo now that we've got a handle on it. | ||||
* | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | 1995-08-24 | 2 | -7/+4 |
| | |||||
* | (S_fsys_forward): New function. | Miles Bader | 1995-08-24 | 3 | -0/+21 |
| | |||||
* | (all): New target. | Miles Bader | 1995-08-24 | 1 | -24/+9 |
| | | | | | | (symlink, magic, ifsock, fifo, null): Put all dependencies in these targets. (null-HURDLIBS, ifsock-HURDLIBS, fifo-HURDLIBS): Removed. Get rid of rules dealing with error.o | ||||
* | (open_hook): Use condition_broadcast instead of condition_signal on | Miles Bader | 1995-08-21 | 1 | -2/+2 |
| | | | | active_fifo_changed, as all waiters need be notified of changes. | ||||
* | Initial revision | Miles Bader | 1995-08-15 | 1 | -0/+521 |
| | |||||
* | (SRCS): Add fifo.c. | Miles Bader | 1995-08-15 | 1 | -2/+5 |
| | | | | | (targets): Add fifo. (fifo): New target. | ||||
* | (main): Don't pass in the MACH_RCV_TIMEOUT flag with a zero timeout. | Miles Bader | 1995-07-25 | 1 | -1/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-07-25 | 1 | -0/+152 |
| | |||||
* | (OBJS): New var. | Michael I. Bushnell | 1995-07-07 | 1 | -0/+1 |
| | |||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -4/+0 |
| | |||||
* | (ifsock-HURDLIBS, null-HURDLIBS): New vars. | Michael I. Bushnell | 1995-07-06 | 1 | -2/+8 |
| | | | | (null, ifsock): Fix dependencies. | ||||
* | (null): Depend on $(libihash). | Michael I. Bushnell | 1995-06-28 | 1 | -1/+1 |
| | |||||
* | (PT_CTL, PT_NODE): Deleted macros. | Michael I. Bushnell | 1995-06-28 | 1 | -56/+20 |
| | | | | | | | | | | | | | | | | (trivfs_protid_porttypes, trivfs_cntl_porttypes, trivfs_protid_nporttypes, trivfs_cntl_nporttypes): Deleted vars. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): New vars. (control_class, node_class, port_bucket): New vars. (main): Initialize control_class, node_class, port_bucket, trivfs_protid_portclasses, and trivfs_cntl_portclasses. (ports_cleanroutines): Delete initialization. (main): Convert to new trivfs interface. (trivfs_goaway): Likewise. (main): Convert to new ports interface. (ports_demuxer, ports_notice_idle, ports_no_live_ports, ports_no_hard_ports): Deleted functions. | ||||
* | (PT_CTL, PT_NODE): Deleted macros. | Michael I. Bushnell | 1995-06-28 | 1 | -43/+29 |
| | | | | | | | | | | | | | | | | | | | (ports_cleanroutines): Deleted var. (ports_notice_idle, ports_no_live_ports, ports_no_hard_ports): Deleted functions. (control_class, node_class, port_bucket): New vars. (trivfs_protid_porttypes, trivfs_cntl_porttypes, trivfs_protid_nporttypes, trivfs_cntl_nporttypes): Deleted vars. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): New vars. (main): Initialize control_class, node_class, port_bucket, trivfs-protid_portclasses, and trivfs_cntl_portclasses. (main): Use new trivfs interface. (trivfs_goaway): Likewise. (main): Use new ports interface. (S_ifsock_getsockaddr): Likewise. (demuxer): Renamed from ports_demuxer. (demuxer): Declare ifsock_server. | ||||
* | (ifsock): Add dependency on $(libihash). | Michael I. Bushnell | 1995-06-28 | 1 | -2/+2 |
| | |||||
* | Add fsys_set_options, replacing fsys_mod_readonly. | Miles Bader | 1995-05-12 | 2 | -6/+6 |
| | |||||
* | (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 |
| | |||||
* | Link ifsock with error.o. | Miles Bader | 1995-04-09 | 1 | -1/+1 |
| | |||||
* | Use trivfs_startup() instead of doing things manually. | Miles Bader | 1995-04-09 | 1 | -22/+7 |
| | | | | | Get rid of _libports_initialize() [it gets called automatically]. Use error() to print error messages. |