aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kern: Add a mach host operation which returns elapsed time since bootupZhaoming Luo2024-12-292-0/+9
* Add thread_get_name RPC to get the name of a thread.Flavio Cruz2024-07-141-0/+8
* Include stddef.h in sys/types.h to get size_t and NULL.Flavio Cruz2024-07-101-22/+1
* Add thread_set_self_state() trapSergey Bugaev2024-04-161-0/+2
* aarch64: Add vm_param.hSergey Bugaev2024-04-161-3/+3
* Add CPU_TYPE_ARM64Sergey Bugaev2024-04-161-0/+1
* elf-load: Respect PT_GNU_STACKSergey Bugaev2024-03-292-0/+3
* Load 64-bit ELFs on all 64-bit portsSergey Bugaev2024-03-271-2/+2
* Use the x86_64 message ABI on all 64-bit portsSergey Bugaev2024-03-271-5/+5
* Disable host_kernel_version() everywhere but on i386Sergey Bugaev2024-03-271-3/+3
* Do not install device/input.hSamuel Thibault2024-03-151-106/+0
* Add thread_set_name RPC.Flavio Cruz2024-02-121-0/+8
* Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz2024-02-122-11/+6
* Add vm_pages_physSamuel Thibault2024-01-301-0/+10
* expose MACH_MSG_USER_ALIGNMENT for manually-built messagesLuca Dariz2023-12-291-9/+10
* Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...Flavio Cruz2023-12-171-10/+10
* x86_64: Support 8 byte inlined port rights to avoid message resizing.Flavio Cruz2023-12-171-0/+18
* Revert "Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are ...Samuel Thibault2023-12-031-10/+10
* Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."Samuel Thibault2023-12-031-18/+0
* x86_64: Support 8 byte inlined port rights to avoid message resizing.Flavio Cruz2023-12-031-0/+18
* Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...Flavio Cruz2023-12-031-10/+10
* Fix indentSamuel Thibault2023-11-121-4/+4
* mach/message.h: Fix C++98 buildSamuel Thibault2023-11-071-0/+2
* mach/message.h: Fix C++ buildSamuel Thibault2023-11-031-0/+5
* Update the 64bit RPC ABI to be simplerFlavio Cruz2023-09-251-5/+47
* mach_vm_object_pages: Extend for PAESamuel Thibault2023-08-283-0/+31
* x86_64: Fix loading ELF symbolsSamuel Thibault2023-08-121-3/+33
* elf64: Update namesSamuel Thibault2023-08-121-12/+12
* Fix task_info for TASK_THREAD_TIMES_INFO.Flavio Cruz2023-05-171-0/+6
* Keep host_get_kernel_version for USER32-on-x86_64 caseSamuel Thibault2023-05-111-1/+1
* Remove host_kernel_version RPC for x86_64Flavio Cruz2023-05-111-0/+4
* Delete include/mach/rpc.hFlavio Cruz2023-05-061-34/+0
* x86_64: Add CPU_TYPE_X86_64 CPU typeSamuel Thibault2023-05-061-0/+1
* Use mig_support.h prototypes instead of duplicating them.Flavio Cruz2023-05-021-3/+1
* Use c_string for dev_name_t in the device subsystem.Flavio Cruz2023-04-293-0/+31
* Update task_basic_info and thread_basic_info to include time_value64_t data.Flavio Cruz2023-04-272-0/+14
* Delete include/mach/default_pager_helper.defsFlavio Cruz2023-04-101-53/+0
* Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.Flavio Cruz2023-04-073-21/+2
* Make exception subcode a longSergey Bugaev2023-04-031-1/+1
* Remove bootstrap.defsSergey Bugaev2023-04-031-49/+0
* Use c_string to define symtab_name_t.Flavio Cruz2023-04-032-17/+20
* Drop spurious tabsSamuel Thibault2023-03-131-11/+11
* Track task and thread time using time_value64_t.Flavio Cruz2023-03-131-0/+5
* Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.Flavio Cruz2023-03-132-0/+20
* Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...Flavio Cruz2023-03-081-7/+7
* Support alignment requirements for a 64 bit kernel.Flavio Cruz2023-02-271-10/+24
* Add TIME_VALUE64_TO_TIMESPEC and TIMESPEC_TO_TIME_VALUE64Flavio Cruz2023-02-231-0/+12
* Delete include/mach/msg_type.hFlavio Cruz2023-02-201-42/+0
* x86_64: load Elf64 bootstrap modules if ! USER32Luca Dariz2023-02-161-0/+36
* Make mach_msg_header_t have the same size for both 64 bit kernel and userland.Flavio Cruz2023-02-131-2/+13