aboutsummaryrefslogtreecommitdiff
path: root/proc
Commit message (Expand)AuthorAgeFilesLines
* Add a description comment for the MIG type translation filesZhaoming Luo2024-12-141-1/+2
* x86_64: do not define mach_cpu_subtypes since we don't use itFlavio Cruz2024-09-082-0/+4
* Fix line-buffered stderrSamuel Thibault2024-08-251-1/+1
* proc: Add support for AArch64 in unameSergey Bugaev2024-03-232-2/+5
* proc: Only try host_kernel_version () on i386Sergey Bugaev2024-03-231-2/+2
* Add proc_getchildren_rusage RPC and track rusage for children and descendantsFlavio Cruz2024-02-173-1/+13
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-6/+6
* Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-171-3/+5
* Revert "Update hurd code to handle the new ABI for sending inlined port rights."Samuel Thibault2023-12-031-5/+3
* Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-031-3/+5
* x86_64: Drop -AT386 part in uname machineSamuel Thibault2023-11-061-3/+10
* proc: Fix missing freeSamuel Thibault2023-11-011-0/+1
* proc: proc_get{pgrp,session}p{,g}ids do have dealloc flagSamuel Thibault2023-11-011-3/+0
* proc: Fix pointer truncation in get_string_arraySergey Bugaev2023-06-211-2/+2
* Cosmetic tweaksSergey Bugaev2023-05-151-2/+2
* proc: Don't buffer Mach console outputSergey Bugaev2023-05-151-0/+1
* Only use host_get_kernel_version and default_pager_paging_storage_new in x86_64.Flavio Cruz2023-05-111-0/+3
* proc: Fix use-after-reallocSergey Bugaev2023-05-101-2/+4
* proc: Port to x86_64Sergey Bugaev2023-05-105-28/+29
* proc: Add CPU_TYPE_X86_64 supportSamuel Thibault2023-05-061-0/+6
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-041-35/+35
* Use uintptr_t for message payloads.Flavio Cruz2023-05-021-2/+2
* Use long_integer_t for exception_raise RPCsFlavio Cruz2023-04-082-2/+2
* 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