summaryrefslogtreecommitdiff
path: root/proc
AgeCommit message (Expand)Author
1996-05-12(PI_FETCH_THREAD_DETAILS): New macro.Miles Bader
1996-05-12(S_proc_getprocinfo): Add comment.Miles Bader
1996-05-10(S_proc_get_tty): New function.Miles Bader
1996-05-10(S_proc_exception_raise): Fetch sigcode from correctly named member ofMichael I. Bushnell
1996-05-09(S_proc_reauthenticate): Use new authentication interface.Michael I. Bushnell
1996-05-09(S_proc_getprocinfo): FLAGS is now an in-out parameter.Michael I. Bushnell
1996-05-09(S_proc_wait): New parm SIGCODE; return p_sigcode in it.Michael I. Bushnell
1996-05-09(struct proc): Add p_sigcode.Michael I. Bushnell
1996-05-06(OUR_VERSION): Upgrade to 0.0.Michael I. Bushnell
1996-05-01(S_proc_getprocinfo):Miles Bader
1996-04-29(S_proc_getprocinfo): Install temporary hack so things at leastMichael I. Bushnell
1996-04-29*** empty log message ***Michael I. Bushnell
1996-04-25 Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell
1996-04-25Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell
1996-04-15(process_has_exited): Clear p->p_waited.Michael I. Bushnell
1996-03-29(S_proc_reassign): Use new ports_transfer_right call instead ofMichael I. Bushnell
1996-03-21(new_proc): Oops, reinstall code to request dead name notification onMichael I. Bushnell
1996-03-20(complete_exit): Leave pgrp here.Michael I. Bushnell
1996-03-20(S_proc_setpgrp): Delete bletcherous hack from July 22, 1995.Michael I. Bushnell
1996-03-20(message_demuxer): Remove call to interrupt_server.Michael I. Bushnell
1996-03-20(MIGSTUBS): Delete interruptServer.o.Michael I. Bushnell
1996-03-20(abort_getmsgport): Delete function.Michael I. Bushnell
1996-03-20(waiting_parent_cares): Delete function.Michael I. Bushnell
1996-03-20(struct proc): New member `p_wakeup'. Delete member `p_continuation'.Michael I. Bushnell
1996-03-20(new_proc): Initialize P->p_wakeup.Michael I. Bushnell
1996-02-14Add some more #ifdef'd-out code to return wait strings.Miles Bader
1996-02-09(S_proc_exception_raise): Rewritten.Roland McGrath
1996-02-09(message_demuxer): Don't call proc_excrepl_server.Roland McGrath
1996-02-09(DIST_FILES): Remove proc_excrepl.defs.Roland McGrath
1996-02-09Add msgoption arg.Roland McGrath
1996-02-09(do_mach_notify_no_senders): Don't use E->replyport.Roland McGrath
1996-02-09(struct exc): Removed useless members `replyport', `replyporttype'.Roland McGrath
1995-12-21(free_session): Correctly get rid of the receive right we're holding.Miles Bader
1995-12-20(S_proc_reassign):Miles Bader
1995-12-20(new_proc): Don't set P->p_noowner for processes 0 and 1.Michael I. Bushnell
1995-12-20(get_vector): Rewritten without arbitrary limits.Roland McGrath
1995-12-19(get_string_array): Fix stupid bug in copying to newly allocated space.Roland McGrath
1995-12-19(S_proc_reauthenticate): Reverse miles' last chonge.Michael I. Bushnell
1995-12-19(S_proc_reauthenticate): Don't return 0 for the new port.Miles Bader
1995-11-21(S_interrupt_operation): Include new seqno parameter.Michael I. Bushnell
1995-11-14(S_proc_wait): `p->msgportwait' ==> `p->p_msgportwait' typo fix.Michael I. Bushnell
1995-11-09(S_proc_setmsgport): Only do the RPC reply by hand for proc. Also,Michael I. Bushnell
1995-11-09(S_proc_getmsgport): Also return EBUSY if P->waiting, because bothMichael I. Bushnell
1995-11-09(S_proc_wait): Also return EBUSY if P->msgportwait, because both shareMichael I. Bushnell
1995-11-08(S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS differently.Michael I. Bushnell
1995-11-08(S_proc_getprocinfo): Don't attempt msg_report_wait if P->p_msgport isMichael I. Bushnell
1995-11-08(S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS for now.Michael I. Bushnell
1995-11-08(S_proc_getprocinfo): Calculate the size of the returned structure correctly.Miles Bader
1995-11-06Include <sys/resource.h>.Miles Bader
1995-11-06(S_proc_getprocinfo):Miles Bader