aboutsummaryrefslogtreecommitdiff
path: root/proc/mgt.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to complete auth_server_authenticateSamuel Thibault2016-02-141-7/+9
* Include missing header file in hurd/procFlavio Cruz2015-12-291-0/+1
* Fix space styleSamuel Thibault2015-03-051-12/+12
* proc: implement `proc_make_task_namespace'Justus Winter2014-12-101-9/+103
* proc: register for new task notificationsJustus Winter2014-12-101-1/+34
* Add proc_set_init_task, make runsystem pid 1Justus Winter2014-11-211-20/+56
* Add missing receiver lookup fixSamuel Thibault2014-04-221-1/+0
* proc: fix the receiver lookup in S_proc_exception_raiseJustus Winter2014-01-201-5/+2
* proc: store the privileged host port in _hurd_host_privJustus Winter2013-11-281-1/+1
* proc: turn count_up and store_pid into normal functionsJustus Winter2013-11-101-9/+14
* proc: fix error handling in S_proc_exception_raiseJustus Winter2013-11-091-0/+2
* proc: do not hand out PID 0Justus Winter2013-09-211-1/+1
* proc: keep track of {start,end}_codeJustus Winter2013-09-151-0/+39
* proc: add proc_mark_important server codeJustus Winter2013-08-291-0/+35
* Define and use symbolic names for important processesJustus Winter2013-08-281-1/+2
* Switch from cthreads to pthreadsRichard Braun2012-11-271-4/+4
* Fix spurious port deallocationSamuel Thibault2011-08-111-1/+1
* 2003-08-17 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2003-08-161-3/+3
* 2003-06-16 Ognyan Kulev <ogi@fmi.uni-sofia.bg>Marcus Brinkmann2003-08-091-3/+6
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-9/+9
* 2001-08-14 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-08-141-1/+4
* 2001-08-06 Roland McGrath <roland@frob.com>Roland McGrath2001-08-061-1/+1
* 2001-08-04 Roland McGrath <roland@frob.com>Roland McGrath2001-08-041-0/+3
* 2001-08-04 Roland McGrath <roland@frob.com>Roland McGrath2001-08-041-20/+18
* 2001-08-01 Roland McGrath <roland@frob.com>Roland McGrath2001-08-021-22/+8
* 2001-08-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-08-021-0/+6
* 2000-04-03 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-151-61/+84
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-141-3/+29
* 2000-03-12 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-121-9/+21
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-2/+2
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-14/+7
* 1999-06-05 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-051-1/+0
* 1999-06-05 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-051-97/+97
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-1/+7
* 1999-03-14 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-141-1/+0
* 1999-03-11 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-03-121-1/+1
* Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-091-2/+2
* Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-091-9/+1
* Sun Mar 7 18:19:07 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-071-3/+3
* *** empty log message ***Michael I. Bushnell1996-07-181-1/+5
* *** empty log message ***Michael I. Bushnell1996-07-181-0/+1
* Thu Jul 18 04:15:49 1996 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1996-07-181-10/+10
* (S_proc_reauthenticate): Don't use unsafe MOVE_SEND in user-sideMichael I. Bushnell1996-07-081-1/+2
* (process_has_exited): When reparenting children to init, if one ofMichael I. Bushnell1996-07-031-0/+6
* (process_has_exited): Don't call alert_parent if P->p_task is nullMichael I. Bushnell1996-05-241-1/+2
* (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
* (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