aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Expand)AuthorAgeFilesLines
* (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
* (S_proc_getmsgport): Also return EBUSY if P->waiting, because bothMichael I. Bushnell1995-11-091-2/+2
* (S_proc_wait): Also return EBUSY if P->msgportwait, because both shareMichael I. Bushnell1995-11-091-1/+1
* (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS differently.Michael I. Bushnell1995-11-081-4/+4
* (S_proc_getprocinfo): Don't attempt msg_report_wait if P->p_msgport isMichael I. Bushnell1995-11-081-1/+3
* (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS for now.Michael I. Bushnell1995-11-081-3/+6
* (S_proc_getprocinfo): Calculate the size of the returned structure correctly.Miles Bader1995-11-081-3/+2
* Include <sys/resource.h>.Miles Bader1995-11-061-0/+1
* (S_proc_getprocinfo):Miles Bader1995-11-061-7/+12
* (struct zombie): Deleted; now in proc.h.Michael I. Bushnell1995-10-311-12/+0
* (struct zombie): New type.Michael I. Bushnell1995-10-311-0/+11
* (S_proc_getprocinfo): Implement all the rest of the PI flags exceptMichael I. Bushnell1995-10-311-1/+6
* (S_proc_getprocinfo): Support new FETCH flags; support newMichael I. Bushnell1995-10-301-46/+54
* (S_proc_getprocenv): Removed #ifdef notyet; fixed args toMichael I. Bushnell1995-10-301-5/+1
* Initial revisionRoland McGrath1995-09-161-0/+12
* (DIST_FILES): Added ourmsg.defs.Roland McGrath1995-09-161-12/+1
* (MIGSTUBS): New variable.Miles Bader1995-08-241-12/+11
* (zombie_check_pid): Typo.Michael I. Bushnell1995-07-221-1/+1
* (S_proc_setpgrp): Install bletcherous hack.Michael I. Bushnell1995-07-221-5/+15
* (zombie_check_pid): Examine Z->pgrp too.Michael I. Bushnell1995-07-221-1/+2
* "ihash.h" -> <hurd/ihash.h>Michael I. Bushnell1995-07-071-2/+2
* (ourmsg_U.h ourmsgUser.c): Use local ourmsg.defs instead of includeMichael I. Bushnell1995-07-061-3/+5
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-8/+0
* (S_proc_dostop): Remove assigments from inside if tests.Michael I. Bushnell1995-06-271-3/+6