summaryrefslogtreecommitdiff
path: root/proc
AgeCommit message (Expand)Author
2025-02-09proc: support mach_cpu_subtypes only on i386Samuel Thibault
2025-02-08Add names to threadsSamuel Thibault
2024-12-14Add a description comment for the MIG type translation filesZhaoming Luo
2024-09-08x86_64: do not define mach_cpu_subtypes since we don't use itFlavio Cruz
2024-08-25Fix line-buffered stderrSamuel Thibault
2024-03-23proc: Add support for AArch64 in unameSergey Bugaev
2024-03-23proc: Only try host_kernel_version () on i386Sergey Bugaev
2024-02-17Add proc_getchildren_rusage RPC and track rusage for children and descendantsFlavio Cruz
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...v0.9.git20231217Flavio Cruz
2023-12-17Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-12-03Revert "Update hurd code to handle the new ABI for sending inlined port rights."Samuel Thibault
2023-12-03Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-11-06x86_64: Drop -AT386 part in uname machineSamuel Thibault
2023-11-01proc: Fix missing freeSamuel Thibault
2023-11-01proc: proc_get{pgrp,session}p{,g}ids do have dealloc flagSamuel Thibault
2023-06-21proc: Fix pointer truncation in get_string_arraySergey Bugaev
2023-05-15Cosmetic tweaksSergey Bugaev
2023-05-15proc: Don't buffer Mach console outputSergey Bugaev
2023-05-11Only use host_get_kernel_version and default_pager_paging_storage_new in x86_64.Flavio Cruz
2023-05-10proc: Fix use-after-reallocSergey Bugaev
2023-05-10proc: Port to x86_64Sergey Bugaev
2023-05-06proc: Add CPU_TYPE_X86_64 supportSamuel Thibault
2023-05-04Use designated initializers when building mach_msg_type_tFlavio Cruz
2023-05-02Use uintptr_t for message payloads.Flavio Cruz
2023-04-08Use long_integer_t for exception_raise RPCsFlavio Cruz
2023-04-03Use the new host_get_kernel_version introduced recently.Flavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2022-12-24proc: Do not reference a task port when allocation failedv0.9.git20221224Samuel Thibault
2022-12-21S_mach_notify_new_task: Ignore notification of dead tasksSamuel Thibault
2022-12-21proc: Do not deallocate input ports on errorSamuel Thibault
2022-12-21proc: Add task to hashes before requesting death notifySamuel Thibault
2022-08-10Rename proc_complete_reauthentication to proc_reauthenticate_completeSamuel Thibault
2022-08-10Make proc_reauthenticate () recreate proc portSergey Bugaev
2022-08-10Remove the concept of process ownerSergey Bugaev
2022-08-10proc: Add proc_reauthenticate_reassign ()Sergey Bugaev
2022-08-10proc: Fix an error pathSergey Bugaev
2022-08-10proc: Use UIDs for evaluating permissionsSergey Bugaev
2022-08-10proc: Track both available and effective uidsSergey Bugaev
2022-08-10proc: Use notify server implementation from libportsSergey Bugaev
2022-08-10proc: Use ports_request_dead_name_notification ()Sergey Bugaev
2022-08-10proc: Drop some mach_port_destroy () usesSergey Bugaev
2022-01-20proc: Fix variable typeSamuel Thibault
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
2020-12-29proc: Fix building with old glibcSamuel Thibault
2020-12-28proc: Fix WIFCONTINUEDSamuel Thibault
2020-12-28proc: support waitid(WNOWAIT)Samuel Thibault
2020-12-27Add proc_waitidSamuel Thibault
2020-12-27proc: Also send SIGCHLD on child restartSamuel Thibault
2020-12-27proc: send signals with POSIX sigcodesJeremie Koenig