aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Expand)AuthorAgeFilesLines
* Use the new host_get_kernel_version introduced recently.Flavio Cruz2023-04-031-1/+6
* 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-212-6/+5
* 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-103-27/+9
* proc: Add proc_reauthenticate_reassign ()Sergey Bugaev2022-08-101-0/+137
* proc: Fix an error pathSergey Bugaev2022-08-101-4/+9
* proc: Use UIDs for evaluating permissionsSergey Bugaev2022-08-101-9/+31
* proc: Track both available and effective uidsSergey Bugaev2022-08-101-10/+11
* proc: Use notify server implementation from libportsSergey Bugaev2022-08-104-71/+10
* proc: Use ports_request_dead_name_notification ()Sergey Bugaev2022-08-103-44/+17
* proc: Drop some mach_port_destroy () usesSergey Bugaev2022-08-101-11/+5
* proc: Fix variable typeSamuel Thibault2022-01-201-4/+4
* Make RPC input array parameters constSamuel Thibault2022-01-162-7/+7
* Fix build warningsSamuel Thibault2022-01-012-7/+7
* proc: Fix building with old glibcSamuel Thibault2020-12-291-0/+4
* proc: Fix WIFCONTINUEDSamuel Thibault2020-12-281-0/+1
* proc: support waitid(WNOWAIT)Samuel Thibault2020-12-281-3/+9
* Add proc_waitidSamuel Thibault2020-12-272-11/+46
* proc: Also send SIGCHLD on child restartSamuel Thibault2020-12-271-0/+5
* proc: send signals with POSIX sigcodesJeremie Koenig2020-12-274-6/+7
* proc: Fix warningSamuel Thibault2020-11-221-1/+1
* Remove remnants of cthreadsSamuel Thibault2020-11-111-2/+1
* Fix build with -fno-commonSamuel Thibault2020-03-312-11/+26
* proc: do not set last_processor on thread_info() errorSamuel Thibault2019-10-311-7/+9
* proc: fix filling last_processor member.Almudena Garcia2019-10-311-1/+1
* proc: add support for last_processorAlmudena Garcia2019-10-311-0/+8
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-3/+3
* Fix warningsSamuel Thibault2018-03-052-3/+0
* Implement /proc/<pid>/exeSamuel Thibault2018-01-083-0/+46
* Record executable entry for PIE core dumpsSamuel Thibault2017-12-112-0/+19
* Simplify deallocations.Justus Winter2017-08-051-2/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-058-34/+35
* Pass the kernel's task port to proc.Justus Winter2017-03-121-5/+37
* proc: Hierarchical proc servers.Justus Winter2017-03-115-2/+398
* hurd: Use polymorphic port types to return some rights.Justus Winter2017-03-102-4/+10
* proc: Refactor.Justus Winter2017-03-092-8/+18
* proc: Remove erroneous process entry.Justus Winter2017-03-091-0/+31
* proc: Receive new-task notifications on kernel's process port.Justus Winter2017-03-093-2/+14
* proc: Open console earlier.Justus Winter2017-03-061-11/+28
* Adjust to the fixed new task notifications.Justus Winter2016-11-011-2/+2
* proc: Fix new task notifications.Justus Winter2016-11-012-5/+16
* Avoid warnings if increasing a threads priority fails.Justus Winter2016-10-151-1/+6
* proc: Fix permission check.Justus Winter2016-08-081-1/+1
* proc: Fix references to the startup server.Justus Winter2016-08-074-11/+10
* Make sure to complete auth_server_authenticateSamuel Thibault2016-02-141-7/+9