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
/
mach
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make exception subcode a long
Sergey Bugaev
2023-04-03
1
-1
/
+1
*
Remove bootstrap.defs
Sergey Bugaev
2023-04-03
1
-49
/
+0
*
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
*
time_value: Fix rpc_time_value_t compatibility.
Samuel Thibault
2023-02-13
1
-1
/
+6
*
Consider protected payloads in mach_msg_header_t when resizing messages.
Flavio Cruz
2023-02-12
1
-1
/
+8
*
fix rpc time value for 64 bit
Luca Dariz
2023-02-12
2
-8
/
+8
*
Define rpc_vm_size_array_t and rpc_vm_offset_array_t
Flavio Cruz
2023-01-31
1
-3
/
+5
*
Add host_set_time64 and host_adjust_time64
Flavio Cruz
2023-01-28
1
-0
/
+18
*
Rename msg_is_misaligned and msg_align
Samuel Thibault
2023-01-19
1
-2
/
+2
*
Add host_get_time64 RPC to return the time as time_value64_t
Flavio Cruz
2023-01-19
3
-13
/
+44
*
replace mach_port_t with mach_port_name_t
Luca Dariz
2023-01-18
1
-3
/
+3
*
add conversion helpers for invalid mach port names
Luca Dariz
2023-01-18
1
-2
/
+6
*
update syscall signature with rpc_vm_* and mach_port_name_t
Luca Dariz
2023-01-18
1
-14
/
+4
*
x86_64: expand and shrink messages in copy{in, out}msg routines
Luca Dariz
2023-01-18
1
-1
/
+13
*
add msg_user_header_t for user-side msg structure
Luca Dariz
2023-01-18
1
-1
/
+16
*
Use rpc_uintptr_t for protected payloads.
Flavio Cruz
2023-01-13
3
-2
/
+4
*
Introduce time_value64_t to keep track of real time in the kernel
Flavio Cruz
2023-01-03
1
-1
/
+26
*
Use uintptr_t to define vm_size_t/vm_offset_t/vm_address
Flavio Cruz
2022-12-27
1
-5
/
+1
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
2
-3
/
+1
*
time_value: Fix usage in e.g. c89 programs
Samuel Thibault
2022-12-19
1
-2
/
+2
*
Use struct for time_value_t and define seconds as long_integer_t.
Flavio Cruz
2022-12-17
2
-2
/
+38
*
Define vm_size_t and vm_offset_t as __mach_uintptr_t.
Flavio Cruz
2022-12-06
1
-1
/
+1
*
Make task_info.h structs more portable
Flavio Cruz
2022-12-06
1
-12
/
+12
*
task: Add task_set_essential
Samuel Thibault
2022-12-03
1
-0
/
+8
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
2
-5
/
+5
*
Use portable rpc types to define 'struct sample'.
Flavio Cruz
2022-11-28
2
-5
/
+11
*
Update mach_port_status_t definition to use the new struct
Flavio Cruz
2022-11-28
2
-8
/
+18
*
Update mach_debug interfaces to use struct.
Flavio Cruz
2022-11-25
1
-1
/
+3
*
default_pager_types.defs: define existing struct types as true structs
Flavio Cruz
2022-11-11
1
-4
/
+13
*
Remove unused mig type definitions in gnumach
Flavio Cruz
2022-11-06
1
-18
/
+0
*
std_types: Drop char, short and int type definitions
Samuel Thibault
2022-09-18
1
-3
/
+0
*
copyinmsg: Set msgh_size inside copyinmsg rather than the caller
Samuel Thibault
2022-08-28
1
-1
/
+1
*
fix host_info structure definition
Luca Dariz
2022-08-28
1
-1
/
+1
*
fix rpc types for KERNEL_USER stubs
Luca Dariz
2022-08-28
1
-5
/
+11
*
Add missing const_mach_port_name_array_t type
Samuel Thibault
2022-08-28
1
-0
/
+1
*
add rpc_versions for vm types
Luca Dariz
2022-08-27
1
-3
/
+28
*
add port name types
Luca Dariz
2022-08-27
3
-9
/
+21
*
cleanup multiboot
Luca Dariz
2022-08-27
1
-82
/
+0
*
remove the old_mach_port_status_t as it's unused
Luca Dariz
2022-04-03
1
-18
/
+0
*
io_map: Fix using physical addresses
Samuel Thibault
2022-02-16
1
-0
/
+4
*
Add yet more const string types
Samuel Thibault
2022-01-16
1
-0
/
+1
*
vm_region_get_proxy: rename to create_proxy
Sergey Bugaev
2021-11-07
1
-1
/
+1
[next]