| Commit message (Expand) | Author | Age | Files | Lines |
* | Update server handlers to return kern_return_error to fix -Werror=enum-int-mi... | Flavio Cruz | 2023-12-17 | 1 | -6/+6 |
* | proc: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -6/+6 |
* | Use long_integer_t for exception_raise RPCs | Flavio Cruz | 2023-04-08 | 1 | -1/+1 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 1 | -1/+1 |
* | proc: Do not reference a task port when allocation failed | Samuel Thibault | 2022-12-24 | 1 | -1/+2 |
* | S_mach_notify_new_task: Ignore notification of dead tasks | Samuel Thibault | 2022-12-21 | 1 | -0/+3 |
* | proc: Do not deallocate input ports on error | Samuel Thibault | 2022-12-21 | 1 | -11/+4 |
* | proc: Add task to hashes before requesting death notify | Samuel Thibault | 2022-12-21 | 1 | -5/+4 |
* | Rename proc_complete_reauthentication to proc_reauthenticate_complete | Samuel Thibault | 2022-08-10 | 1 | -7/+7 |
* | Make proc_reauthenticate () recreate proc port | Sergey Bugaev | 2022-08-10 | 1 | -29/+107 |
* | Remove the concept of process owner | Sergey Bugaev | 2022-08-10 | 1 | -23/+4 |
* | proc: Add proc_reauthenticate_reassign () | Sergey Bugaev | 2022-08-10 | 1 | -0/+137 |
* | proc: Fix an error path | Sergey Bugaev | 2022-08-10 | 1 | -4/+9 |
* | proc: Track both available and effective uids | Sergey Bugaev | 2022-08-10 | 1 | -10/+11 |
* | proc: Use ports_request_dead_name_notification () | Sergey Bugaev | 2022-08-10 | 1 | -9/+1 |
* | proc: Drop some mach_port_destroy () uses | Sergey Bugaev | 2022-08-10 | 1 | -11/+5 |
* | Implement /proc/<pid>/exe | Samuel Thibault | 2018-01-08 | 1 | -0/+4 |
* | Record executable entry for PIE core dumps | Samuel Thibault | 2017-12-11 | 1 | -0/+18 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -10/+10 |
* | proc: Hierarchical proc servers. | Justus Winter | 2017-03-11 | 1 | -0/+56 |
* | proc: Refactor. | Justus Winter | 2017-03-09 | 1 | -8/+17 |
* | proc: Remove erroneous process entry. | Justus Winter | 2017-03-09 | 1 | -0/+31 |
* | proc: Receive new-task notifications on kernel's process port. | Justus Winter | 2017-03-09 | 1 | -1/+3 |
* | Adjust to the fixed new task notifications. | Justus Winter | 2016-11-01 | 1 | -2/+2 |
* | proc: Fix new task notifications. | Justus Winter | 2016-11-01 | 1 | -5/+7 |
* | proc: Fix permission check. | Justus Winter | 2016-08-08 | 1 | -1/+1 |
* | proc: Fix references to the startup server. | Justus Winter | 2016-08-07 | 1 | -2/+2 |
* | Make sure to complete auth_server_authenticate | Samuel Thibault | 2016-02-14 | 1 | -7/+9 |
* | Include missing header file in hurd/proc | Flavio Cruz | 2015-12-29 | 1 | -0/+1 |
* | Fix space style | Samuel Thibault | 2015-03-05 | 1 | -12/+12 |
* | proc: implement `proc_make_task_namespace' | Justus Winter | 2014-12-10 | 1 | -9/+103 |
* | proc: register for new task notifications | Justus Winter | 2014-12-10 | 1 | -1/+34 |
* | Add proc_set_init_task, make runsystem pid 1 | Justus Winter | 2014-11-21 | 1 | -20/+56 |
* | Add missing receiver lookup fix | Samuel Thibault | 2014-04-22 | 1 | -1/+0 |
* | proc: fix the receiver lookup in S_proc_exception_raise | Justus Winter | 2014-01-20 | 1 | -5/+2 |
* | proc: store the privileged host port in _hurd_host_priv | Justus Winter | 2013-11-28 | 1 | -1/+1 |
* | proc: turn count_up and store_pid into normal functions | Justus Winter | 2013-11-10 | 1 | -9/+14 |
* | proc: fix error handling in S_proc_exception_raise | Justus Winter | 2013-11-09 | 1 | -0/+2 |
* | proc: do not hand out PID 0 | Justus Winter | 2013-09-21 | 1 | -1/+1 |
* | proc: keep track of {start,end}_code | Justus Winter | 2013-09-15 | 1 | -0/+39 |
* | proc: add proc_mark_important server code | Justus Winter | 2013-08-29 | 1 | -0/+35 |
* | Define and use symbolic names for important processes | Justus Winter | 2013-08-28 | 1 | -1/+2 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -4/+4 |
* | Fix spurious port deallocation | Samuel Thibault | 2011-08-11 | 1 | -1/+1 |
* | 2003-08-17 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2003-08-16 | 1 | -3/+3 |
* | 2003-06-16 Ognyan Kulev <ogi@fmi.uni-sofia.bg> | Marcus Brinkmann | 2003-08-09 | 1 | -3/+6 |
* | 2002-05-07 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-08 | 1 | -9/+9 |
* | 2001-08-14 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-08-14 | 1 | -1/+4 |
* | 2001-08-06 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-08-06 | 1 | -1/+1 |
* | 2001-08-04 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-08-04 | 1 | -0/+3 |