aboutsummaryrefslogtreecommitdiff
path: root/proc/mgt.c
Commit message (Expand)AuthorAgeFilesLines
* proc: Port to x86_64Sergey Bugaev2023-05-101-6/+6
* Use long_integer_t for exception_raise RPCsFlavio Cruz2023-04-081-1/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
* proc: Do not reference a task port when allocation failedSamuel Thibault2022-12-241-1/+2
* S_mach_notify_new_task: Ignore notification of dead tasksSamuel Thibault2022-12-211-0/+3
* proc: Do not deallocate input ports on errorSamuel Thibault2022-12-211-11/+4
* proc: Add task to hashes before requesting death notifySamuel Thibault2022-12-211-5/+4
* Rename proc_complete_reauthentication to proc_reauthenticate_completeSamuel Thibault2022-08-101-7/+7
* Make proc_reauthenticate () recreate proc portSergey Bugaev2022-08-101-29/+107
* Remove the concept of process ownerSergey Bugaev2022-08-101-23/+4
* proc: Add proc_reauthenticate_reassign ()Sergey Bugaev2022-08-101-0/+137
* proc: Fix an error pathSergey Bugaev2022-08-101-4/+9
* proc: Track both available and effective uidsSergey Bugaev2022-08-101-10/+11
* proc: Use ports_request_dead_name_notification ()Sergey Bugaev2022-08-101-9/+1
* proc: Drop some mach_port_destroy () usesSergey Bugaev2022-08-101-11/+5
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+4
* Record executable entry for PIE core dumpsSamuel Thibault2017-12-111-0/+18
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-10/+10
* proc: Hierarchical proc servers.Justus Winter2017-03-111-0/+56
* proc: Refactor.Justus Winter2017-03-091-8/+17
* proc: Remove erroneous process entry.Justus Winter2017-03-091-0/+31
* proc: Receive new-task notifications on kernel's process port.Justus Winter2017-03-091-1/+3
* Adjust to the fixed new task notifications.Justus Winter2016-11-011-2/+2
* proc: Fix new task notifications.Justus Winter2016-11-011-5/+7
* proc: Fix permission check.Justus Winter2016-08-081-1/+1
* proc: Fix references to the startup server.Justus Winter2016-08-071-2/+2
* 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