index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
kern: Add a mach host operation which returns elapsed time since bootup
Zhaoming Luo
2024-12-29
2
-0
/
+9
*
Add thread_get_name RPC to get the name of a thread.
Flavio Cruz
2024-07-14
1
-0
/
+8
*
Include stddef.h in sys/types.h to get size_t and NULL.
Flavio Cruz
2024-07-10
1
-22
/
+1
*
Add thread_set_self_state() trap
Sergey Bugaev
2024-04-16
1
-0
/
+2
*
aarch64: Add vm_param.h
Sergey Bugaev
2024-04-16
1
-3
/
+3
*
Add CPU_TYPE_ARM64
Sergey Bugaev
2024-04-16
1
-0
/
+1
*
elf-load: Respect PT_GNU_STACK
Sergey Bugaev
2024-03-29
2
-0
/
+3
*
Load 64-bit ELFs on all 64-bit ports
Sergey Bugaev
2024-03-27
1
-2
/
+2
*
Use the x86_64 message ABI on all 64-bit ports
Sergey Bugaev
2024-03-27
1
-5
/
+5
*
Disable host_kernel_version() everywhere but on i386
Sergey Bugaev
2024-03-27
1
-3
/
+3
*
Do not install device/input.h
Samuel Thibault
2024-03-15
1
-106
/
+0
*
Add thread_set_name RPC.
Flavio Cruz
2024-02-12
1
-0
/
+8
*
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2024-02-12
2
-11
/
+6
*
Add vm_pages_phys
Samuel Thibault
2024-01-30
1
-0
/
+10
*
expose MACH_MSG_USER_ALIGNMENT for manually-built messages
Luca Dariz
2023-12-29
1
-9
/
+10
*
Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...
Flavio Cruz
2023-12-17
1
-10
/
+10
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-17
1
-0
/
+18
*
Revert "Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are ...
Samuel Thibault
2023-12-03
1
-10
/
+10
*
Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."
Samuel Thibault
2023-12-03
1
-18
/
+0
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-03
1
-0
/
+18
*
Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...
Flavio Cruz
2023-12-03
1
-10
/
+10
*
Fix indent
Samuel Thibault
2023-11-12
1
-4
/
+4
*
mach/message.h: Fix C++98 build
Samuel Thibault
2023-11-07
1
-0
/
+2
*
mach/message.h: Fix C++ build
Samuel Thibault
2023-11-03
1
-0
/
+5
*
Update the 64bit RPC ABI to be simpler
Flavio Cruz
2023-09-25
1
-5
/
+47
*
mach_vm_object_pages: Extend for PAE
Samuel Thibault
2023-08-28
3
-0
/
+31
*
x86_64: Fix loading ELF symbols
Samuel Thibault
2023-08-12
1
-3
/
+33
*
elf64: Update names
Samuel Thibault
2023-08-12
1
-12
/
+12
*
Fix task_info for TASK_THREAD_TIMES_INFO.
Flavio Cruz
2023-05-17
1
-0
/
+6
*
Keep host_get_kernel_version for USER32-on-x86_64 case
Samuel Thibault
2023-05-11
1
-1
/
+1
*
Remove host_kernel_version RPC for x86_64
Flavio Cruz
2023-05-11
1
-0
/
+4
*
Delete include/mach/rpc.h
Flavio Cruz
2023-05-06
1
-34
/
+0
*
x86_64: Add CPU_TYPE_X86_64 CPU type
Samuel Thibault
2023-05-06
1
-0
/
+1
*
Use mig_support.h prototypes instead of duplicating them.
Flavio Cruz
2023-05-02
1
-3
/
+1
*
Use c_string for dev_name_t in the device subsystem.
Flavio Cruz
2023-04-29
3
-0
/
+31
*
Update task_basic_info and thread_basic_info to include time_value64_t data.
Flavio Cruz
2023-04-27
2
-0
/
+14
*
Delete include/mach/default_pager_helper.defs
Flavio Cruz
2023-04-10
1
-53
/
+0
*
Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.
Flavio Cruz
2023-04-07
3
-21
/
+2
*
Make exception subcode a long
Sergey Bugaev
2023-04-03
1
-1
/
+1
*
Remove bootstrap.defs
Sergey Bugaev
2023-04-03
1
-49
/
+0
*
Use c_string to define symtab_name_t.
Flavio Cruz
2023-04-03
2
-17
/
+20
*
Drop spurious tabs
Samuel Thibault
2023-03-13
1
-11
/
+11
*
Track task and thread time using time_value64_t.
Flavio Cruz
2023-03-13
1
-0
/
+5
*
Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.
Flavio Cruz
2023-03-13
2
-0
/
+20
*
Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...
Flavio Cruz
2023-03-08
1
-7
/
+7
*
Support alignment requirements for a 64 bit kernel.
Flavio Cruz
2023-02-27
1
-10
/
+24
*
Add TIME_VALUE64_TO_TIMESPEC and TIMESPEC_TO_TIME_VALUE64
Flavio Cruz
2023-02-23
1
-0
/
+12
*
Delete include/mach/msg_type.h
Flavio Cruz
2023-02-20
1
-42
/
+0
*
x86_64: load Elf64 bootstrap modules if ! USER32
Luca Dariz
2023-02-16
1
-0
/
+36
*
Make mach_msg_header_t have the same size for both 64 bit kernel and userland.
Flavio Cruz
2023-02-13
1
-2
/
+13
[next]