summaryrefslogtreecommitdiff
path: root/proc
AgeCommit message (Expand)Author
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio 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 failedSamuel 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
2020-11-22proc: Fix warningSamuel Thibault
2020-11-11Remove remnants of cthreadsSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-10-31proc: do not set last_processor on thread_info() errorSamuel Thibault
2019-10-31proc: fix filling last_processor member.Almudena Garcia
2019-10-31proc: add support for last_processorAlmudena Garcia
2019-09-01Use the data_t type defined in hurd_types.h.Flavio Cruz
2018-03-05Fix warningsSamuel Thibault