summaryrefslogtreecommitdiff
path: root/hurd
AgeCommit message (Collapse)Author
1996-05-06(msg_describe_ports): New rpc.Miles Bader
1996-05-06(file_get_storage_info): Change arguments & comment.Miles Bader
1996-05-06Frob comments on enum file_storage_class.Miles Bader
1996-05-06(hurd_versions): Add version 0.0.Michael I. Bushnell
1996-05-06(HURD_RELEASE): Update to 0.0.Michael I. Bushnell
1996-05-06fuxup.Michael I. Bushnell
1996-05-06track changes to process.defs.Michael I. Bushnell
1996-05-06(fsys_statfsbuf_t): Now 16 long.Michael I. Bushnell
1996-05-06(struct procinfo): Add exitstatus and sigcode members.Michael I. Bushnell
(FSTYPE_SOCKET): Doc fix. (retry_type) [FS_RETRY_REAUTH]: Doc fix. (file_storage_class): Add STORAGE_NULL, STORAGE_CONCAT, STORAGE_INTERLEAVE, and STORAGE_LAYER. (struct fsys_statfsbuf): Delete type. (fsys_statfsbuf_t): Now based upon struct statfs.
1996-05-06(struct procinfo): Add exitstatus and sigcode members.Michael I. Bushnell
1996-05-06(fsys_get_options): Add RPT.Michael I. Bushnell
1996-05-06(startup_request_notification): Add NAME.Michael I. Bushnell
1996-05-06fixup.Michael I. Bushnell
1996-05-06Initial revisionMichael I. Bushnell
1996-05-06(startup_request_notification): NOTIFY_PORT now mach_port_send_t.Michael I. Bushnell
1996-05-06Add startup_notify.Michael I. Bushnell
1996-05-06(startup_request_notification): Doc fix.Michael I. Bushnell
1996-05-06(proc_getprocinfo): Make FLAGS inout.Michael I. Bushnell
(proc_get_tty): New RPC. (proc_mark_stop, proc_mark_exit): Add SIGCODE arg. (proc_wait): Return SIGCODE parm too. (proc_setowner): Add CLEAR parm. (proc_setmsgport): Return old message port with mach_port_send_t to permit more flexibility in proc server.
1996-05-06(file_sync): New parm `omit_metadata'.Michael I. Bushnell
(dir_link, dir_rename): Add parm `excl'.
1996-05-06(io_verify_identity): Delete RPC.Michael I. Bushnell
(io_identity): New RPC.
1996-05-03(EXEC_INHERITED): Macro removed.Roland McGrath
1996-05-03(EXEC_TRACED): Macro removed.Roland McGrath
(INIT_TRACEMASK): New enum constant.
1996-05-03(msg_*_exec_flags): RPCs removed.Roland McGrath
1996-05-03(msg_sig_post, msg_sig_post_untraced): Add SIGCODE arg.Roland McGrath
(msg_startup_dosync): RPC removed.
1996-05-03(io_select): Remove ID_TAG arg.Roland McGrath
(io_verify_identity): New RPC.
1996-05-03(auth_user_authenticate, auth_server_authenticate): Remove secondRoland McGrath
rendezvous port arg, leaving just one, of type mach_port_send_t.
1996-04-30Mark with INTR_INTERFACE.Roland McGrath
(auth_user_authenticate): Remove sreplyport arg.
1996-04-28Remove 1 second waittime spec.Roland McGrath
(interrupt_operation): Add waittime arg.
1996-04-28(msg_startup_dosync): Add waittime arg.Roland McGrath
1996-04-25Initial revisionMichael I. Bushnell
1996-04-25Added pfinet.Michael I. Bushnell
1996-02-09Import hurd/ioctl_types.h with <> instead of "".Roland McGrath
1996-02-09Protect from multiple inclusion.Roland McGrath
1996-01-19(io_select): Fix ifdefs around the reply port decls to work properly when theMiles Bader
server side ports are desired.
1995-12-21(proc_getsidport): Make SESSPORT's type mach_port_send_t;Miles Bader
1995-12-01(tioctl_tiocsig): Needs one int arg.Michael I. Bushnell
1995-11-21Add skip for `Obsolete io_select_done' to match msg.defs.Miles Bader
1995-11-21(interrupt_operation): Include SEQNO server argument.Michael I. Bushnell
1995-11-19(crash_dump_task): Add sreplyport arg.Roland McGrath
1995-11-19Initial revisionRoland McGrath
1995-11-13(exec_startup): RPC removed; replaced with skip.Roland McGrath
1995-11-10Initial revisionMiles Bader
1995-11-06(fsys_startup_reply, fsys_get_options_reply): Tyop.Miles Bader
1995-10-31Add missing */.Roland McGrath
1995-10-31(proc_getprocinfo): New parm THREADWAITS.Michael I. Bushnell
1995-10-31(msg_report_wait): Add string out arg.Roland McGrath
1995-10-30(struct procinfo): New (buried) member `died'.Michael I. Bushnell
1995-10-30(msg_report_wait): and delete the string parm.Michael I. Bushnell
1995-10-30(msg_report_wait): New parm WAIT_RPC.Michael I. Bushnell
1995-10-30(PI_FETCH_TASKINFO, PI_FETCH_THREADS, PI_FETCH_THREAD_BASIC,Michael I. Bushnell
PI_FETCH_THREAD_SCHED, PI_FETCH_THREAD_WAITS): New flags. (procinfo): New (buried) member `rpc_block'.