aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Expand)AuthorAgeFilesLines
* (S_proc_setmsgport): Add OLDMSGPORT_TYPE param.Miles Bader1996-06-201-1/+4
* (S_proc_getsidport): MAKE_SEND_ONCE -> MAKE_SEND.Michael I. Bushnell1996-05-301-1/+1
* (S_proc_getprocinfo): Get rid of temp hack for strnlen.Miles Bader1996-05-291-3/+0
* (S_proc_getprocinfo): Set PI->exitstatus and PI->sigcode.Michael I. Bushnell1996-05-241-0/+7
* (process_has_exited): Don't call alert_parent if P->p_task is nullMichael I. Bushnell1996-05-241-1/+2
* (send_signal): Send sigcode in message.Miles Bader1996-05-231-2/+15
* (S_proc_pid2task, S_proc_pid2proc): Use check_owner.Miles Bader1996-05-151-2/+3
* (check_owner): New inline function.Miles Bader1996-05-151-3/+12
* (PI_FETCH_THREAD_DETAILS): New macro.Miles Bader1996-05-121-13/+27
* (S_proc_getprocinfo): Add comment.Miles Bader1996-05-121-0/+3
* (S_proc_get_tty): New function.Miles Bader1996-05-101-0/+7
* (S_proc_exception_raise): Fetch sigcode from correctly named member ofMichael I. Bushnell1996-05-101-1/+1
* (S_proc_reauthenticate): Use new authentication interface.Michael I. Bushnell1996-05-091-11/+20
* (S_proc_getprocinfo): FLAGS is now an in-out parameter.Michael I. Bushnell1996-05-091-11/+11
* (S_proc_wait): New parm SIGCODE; return p_sigcode in it.Michael I. Bushnell1996-05-091-3/+13
* (struct proc): Add p_sigcode.Michael I. Bushnell1996-05-091-0/+1
* (OUR_VERSION): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
* (S_proc_getprocinfo):Miles Bader1996-05-011-6/+16
* (S_proc_getprocinfo): Install temporary hack so things at leastMichael I. Bushnell1996-04-291-0/+3
* *** empty log message ***Michael I. Bushnell1996-04-291-48/+42
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-259-167/+233
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-251-31/+27
* (process_has_exited): Clear p->p_waited.Michael I. Bushnell1996-04-151-0/+1
* (S_proc_reassign): Use new ports_transfer_right call instead ofMichael I. Bushnell1996-03-291-6/+41
* (new_proc): Oops, reinstall code to request dead name notification onMichael I. Bushnell1996-03-211-0/+9
* (complete_exit): Leave pgrp here.Michael I. Bushnell1996-03-201-55/+57
* (S_proc_setpgrp): Delete bletcherous hack from July 22, 1995.Michael I. Bushnell1996-03-201-16/+6
* (message_demuxer): Remove call to interrupt_server.Michael I. Bushnell1996-03-201-2/+2
* (MIGSTUBS): Delete interruptServer.o.Michael I. Bushnell1996-03-201-1/+1
* (abort_getmsgport): Delete function.Michael I. Bushnell1996-03-201-36/+9
* (waiting_parent_cares): Delete function.Michael I. Bushnell1996-03-201-83/+13
* (struct proc): New member `p_wakeup'. Delete member `p_continuation'.Michael I. Bushnell1996-03-201-17/+3
* (new_proc): Initialize P->p_wakeup.Michael I. Bushnell1996-03-201-0/+2
* Add some more #ifdef'd-out code to return wait strings.Miles Bader1996-02-141-18/+70
* (S_proc_exception_raise): Rewritten.Roland McGrath1996-02-091-76/+97
* (message_demuxer): Don't call proc_excrepl_server.Roland McGrath1996-02-091-9/+7
* (DIST_FILES): Remove proc_excrepl.defs.Roland McGrath1996-02-091-7/+6
* Add msgoption arg.Roland McGrath1996-02-091-15/+16
* (do_mach_notify_no_senders): Don't use E->replyport.Roland McGrath1996-02-091-8/+6
* (struct exc): Removed useless members `replyport', `replyporttype'.Roland McGrath1996-02-091-11/+10
* (free_session): Correctly get rid of the receive right we're holding.Miles Bader1995-12-211-6/+8
* (S_proc_reassign):Miles Bader1995-12-201-5/+7
* (new_proc): Don't set P->p_noowner for processes 0 and 1.Michael I. Bushnell1995-12-201-1/+3
* (get_vector): Rewritten without arbitrary limits.Roland McGrath1995-12-201-31/+37
* (get_string_array): Fix stupid bug in copying to newly allocated space.Roland McGrath1995-12-191-43/+48
* (S_proc_reauthenticate): Reverse miles' last chonge.Michael I. Bushnell1995-12-191-1/+1
* (S_proc_reauthenticate): Don't return 0 for the new port.Miles Bader1995-12-191-1/+1
* (S_interrupt_operation): Include new seqno parameter.Michael I. Bushnell1995-11-211-1/+2
* (S_proc_wait): `p->msgportwait' ==> `p->p_msgportwait' typo fix.Michael I. Bushnell1995-11-141-1/+1
* (S_proc_setmsgport): Only do the RPC reply by hand for proc. Also,Michael I. Bushnell1995-11-091-8/+11