Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-10-27 | (fsys_get_options_reply): New stub. | Michael I. Bushnell | |
1995-10-27 | Typo. | Michael I. Bushnell | |
1995-10-27 | (fsys_get_options): New RPC. | Michael I. Bushnell | |
1995-10-27 | (file_get_fs_options): New RPC. | Michael I. Bushnell | |
1995-10-27 | (msg_report_wait): New RPC. | Michael I. Bushnell | |
1995-10-27 | (file_invoke_translateo): Function deleted. | Michael I. Bushnell | |
1995-10-27 | Dot fix. | Michael I. Bushnell | |
1995-10-27 | (fsys_startup_reply, fsys_getfile_reply, fsys_syncfs_reply, | Michael I. Bushnell | |
fsys_set_options_reply, fsys_getpriv_reply, fsys_forward_reply): New functions, completing interface. | |||
1995-10-25 | Add exec_startup at 30500. | Roland McGrath | |
1995-10-25 | Initial revision | Roland McGrath | |
1995-10-12 | Add INTR_INTERFACE marker. | Roland McGrath | |
1995-10-12 | (file_exec): Remove dealloc[] keywords, and revert EXEC_TASK arg to task_t | Roland McGrath | |
from mach_port_send_t. We cannot safely use dealloc ool or move rights with the current RPC system. | |||
1995-10-10 | [EXEC_IMPORTS]: Use this if defined. | Roland McGrath | |
(exec_exec, exec_init, exec_setexecdata): Use file_t for receiver. (exec_exec): Use mach_port_send_t for FILE. | |||
1995-10-07 | (file_exec): Add dealloc[] flag to most args. | Roland McGrath | |
1995-10-07 | (fsys_getpriv): Change types of returned ports to mach_port_send_t. | Miles Bader | |
1995-10-06 | (off_array_t, size_t, ssize_t): New types. | Miles Bader | |
1995-10-06 | (off_array_t): New type. | Miles Bader | |
1995-10-06 | (file_get_storage_info): Change type of ADDRESSES to off_array_t. | Miles Bader | |
Add ADDRESS_UNITS out parameter. (dir_link): Swap the DIR and FILE parameters. | |||
1995-10-03 | (struct fsys_statfsbuf): fsys_stb_bsize -> fsys_stb_iosize. | Michael I. Bushnell | |
fsys_stb_fsize -> fsys_stb_bsize. | |||
1995-09-26 | (file_storage_class): New type. | Michael I. Bushnell | |
1995-09-26 | Reoops. | Michael I. Bushnell | |
1995-09-26 | Oops. | Michael I. Bushnell | |
1995-09-26 | (file_get_storage_info): New RPC; use the slot that used to hold | Michael I. Bushnell | |
file_pathconf. | |||
1995-09-17 | (file_truncate): RPC renamed to file_set_size. | Roland McGrath | |
1995-09-17 | (file_pathconf): RPC removed (replaced with skip). | Roland McGrath | |
1995-09-17 | (io_pathconf): New RPC. | Roland McGrath | |
1995-09-17 | (EXEC_STACK_ARGS): New macro. | Roland McGrath | |
1995-09-16 | core renamed to crash. | Roland McGrath | |
1995-09-16 | (_SERVERS_CRASH): New macro. | Roland McGrath | |
(_SERVERS_CORE): Macro removed. | |||
1995-09-16 | Initial revision | Roland McGrath | |
1995-08-24 | Remove tserver. | Miles Bader | |
1995-08-24 | (fsys_forward): New rpc. | Miles Bader | |
1995-08-21 | Add tserver. | Miles Bader | |
1995-07-17 | (pf_t): New type. | Miles Bader | |
1995-07-17 | (socket_create): Change type of SERVER to pf_t. | Miles Bader | |
(socket_create_address, socket_fabricate_address): Rename first arg to `server', of type mach_port_t (so it can be either pf_t or socket_t). (socket_recv): Change type of ADDR to mach_port_send_t. (socket_send, socket_recv): Change type of AMOUNT to mach_msg_type_number_t. | |||
1995-06-26 | (fsys_goaway_reply): New routine, in its proper place. | Michael I. Bushnell | |
1995-05-12 | (fsys_set_options, fsys_mod_readonly): Replace mod_readonly with the more | Miles Bader | |
general set_options interface. | |||
1995-03-21 | (REMHDRS): Add ../libps/ps.h. | Michael I. Bushnell | |
1995-03-06 | Doc fix. | Miles Bader | |
1995-01-18 | Fix typo reply->request. | Roland McGrath | |
1995-01-17 | Synchronize with new io_select definition. | Roland McGrath | |
1995-01-17 | (io_select): Add user reply port and reply timeout args. | Roland McGrath | |
Make arg SELECT_TYPE inout, remove SELECT_RESULT out arg. | |||
1995-01-17 | (EXEC_INHERITED): New macro. | Roland McGrath | |
1995-01-17 | Prepend `msg_' to all RPC names. | Roland McGrath | |
(dir_changed, file_changed): Remove these skips. | |||
1995-01-17 | Prepend `msg_' to all RPC names. | Roland McGrath | |
Add msg_sig_post_untraced_reply and intervening skips. | |||
1995-01-17 | Prepend `msg_' to all RPC names. | Roland McGrath | |
(dir_changed, file_changed): RPCs moved to fs_notify.defs. (msg_get_exec_flags, msg_set_exec_flags, msg_set_some_exec_flags, msg_clear_some_exec_flags): New RPCs. | |||
1995-01-17 | Initial revision | Roland McGrath | |
1995-01-17 | Add fs_notify at 20500. | Roland McGrath | |
1995-01-17 | Fix RPC name in last change. | Roland McGrath | |
1995-01-17 | Add sig_post_untraced_reply, and intervening skips. | Roland McGrath | |