Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-17 | Initial revision | Roland McGrath | |
1996-07-17 | (open_hook): | Miles Bader | |
Unbreak a new read pipe even if not waiting for writers. Only bother to do anything if O_READ | O_WRITE. When O_NONBLOCK is set, just don't block if possible, instead of of returning EWOULDBLOCK. Only set PO->hook if O_READ or O_WRITE is set. (close_hook): Also disconnect ACTIVE_FIFO if the laster writer is going away and there were no readers. (trivfs_S_file_set_size): Add #!$@&* reply port args. (trivfs_S_io_select): The pipe is on CRED->po->hook, not CRED->hook. (trivfs_modify_stat): Zero the returned size if there's no pipe. | |||
1996-07-13 | (stop_pgrp): Fetch pgrp using correct call. | Michael I. Bushnell | |
1996-07-08 | (stop_pgrp): Don't do anything if ORPHANED. | Michael I. Bushnell | |
1996-07-08 | (stop_pgrp): Take second arg CTTYID. Fetch each pgrp member's msgpor and | Roland McGrath | |
send msg_sig_post with that as refport instead of calling POSIX.1 kill function like a bonehead. (S_crash_dump_task): Pass CTTY_ID arg through to stop_pgrp. | |||
1996-07-08 | (S_crash_dump_task): fixup | Michael I. Bushnell | |
1996-07-08 | (stop_pgrp): New function. | Michael I. Bushnell | |
(S_crash_dump_task): Call stop_pgrp. | |||
1996-07-08 | (fwd): Depend on libports. | Michael I. Bushnell | |
1996-07-04 | (crash): New target. | Michael I. Bushnell | |
1996-07-01 | (S_msg_describe_ports): New function. | Michael I. Bushnell | |
1996-07-01 | (S_crash_dump_task): Drop arg TARGET. | Michael I. Bushnell | |
(dump_core): Likewise; all callers changed. (struct crasher): Delete member `target'. | |||
1996-07-01 | (S_crash_dump_task): New args EXC, CODE, SUBCODE, CTTY_ID. Supply | Michael I. Bushnell | |
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. | |||
1996-07-01 | (targets): Added crash. | Michael I. Bushnell | |
(SRCS): Added crash.c. | |||
1996-07-01 | (crash): New target. | Michael I. Bushnell | |
1996-06-21 | typo fixes | Roland McGrath | |
1996-06-20 | (null ifsock fifo new-fifo devport): Depend on ../libfshelp/libfshelp.a. | Miles Bader | |
1996-05-29 | Initial revision | Miles Bader | |
1996-05-11 | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-04-30 | (all): Delete target. | Michael I. Bushnell | |
(include ../Makeconf): *Before* all dependences. ($(targets)): Each program depends on its associated .o. | |||
1996-04-27 | Use ports_create_port instead of ports_allocate_port, and notice the error. | Roland McGrath | |
1996-04-15 | (fifo_trans_parse_args): Supply missing arg to argp_parse. | Michael I. Bushnell | |
1996-04-15 | Initial revision | Michael I. Bushnell | |
1996-03-31 | (targets): Add devport. | Miles Bader | |
(SRCS): Add devport.c. Add devport as a target to various dependency rules. | |||
1996-01-27 | (trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs. | Miles Bader | |
1996-01-19 | (trivfs_S_io_select): | Miles Bader | |
Request interruption if the reply-port dies. Don't block if there's an error immediately available. | |||
1995-12-15 | Initial revision | Roland McGrath | |
1995-11-06 | (main): Add flags argument to trivfs_startup call. | Miles Bader | |
1995-11-06 | (S_fsys_get_options): New function. | Miles Bader | |
(main): Add flags argument to fsys_startup call. (S_fsys_startup): Add FLAGS arg. | |||
1995-10-08 | Add fwd. | Miles Bader | |
1995-10-08 | (S_fsys_getpriv): Add new extra args. | Miles Bader | |
1995-10-04 | Initial revision | Miles Bader | |
1995-09-22 | (targets): Add new-fifo | Miles Bader | |
(SRCS): Add new-fifo.c (new-fifo): New target. | |||
1995-09-18 | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate. | Miles Bader | |
1995-09-18 | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate; | Miles Bader | |
Return EINVAL if the new size isn't 0. | |||
1995-09-11 | (open_hook): Block for read only when there's really someone reading already, | Miles Bader | |
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. | |||
1995-08-31 | (trivfs_S_io_select): Use pipe_pair_select. | Miles Bader | |
(trivfs_S_io_write): Pass in the NOBLOCK parameter to pipe_write. | |||
1995-08-30 | (trivfs_goaway): Implement correctly. | Miles Bader | |
(main): When we time out, don't exit unless there are no opens. (main): Add timeouts. (port_bucket): Now a local variable in main. | |||
1995-08-29 | (open_hook): Use hurd_condition_wait to detect interrupts. | Miles Bader | |
1995-08-24 | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | |
(trivfs_modify_stat): Give the size of the fifo now that we've got a handle on it. | |||
1995-08-24 | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | |
1995-08-24 | (S_fsys_forward): New function. | Miles Bader | |
1995-08-24 | (all): New target. | Miles Bader | |
(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 | |||
1995-08-21 | (open_hook): Use condition_broadcast instead of condition_signal on | Miles Bader | |
active_fifo_changed, as all waiters need be notified of changes. | |||
1995-08-15 | Initial revision | Miles Bader | |
1995-08-15 | (SRCS): Add fifo.c. | Miles Bader | |
(targets): Add fifo. (fifo): New target. | |||
1995-07-25 | (main): Don't pass in the MACH_RCV_TIMEOUT flag with a zero timeout. | Miles Bader | |
1995-07-25 | Initial revision | Miles Bader | |
1995-07-07 | (OBJS): New var. | Michael I. Bushnell | |
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-07-06 | (ifsock-HURDLIBS, null-HURDLIBS): New vars. | Michael I. Bushnell | |
(null, ifsock): Fix dependencies. |