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
*
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
*
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
*
Use standard types in include/device/input.h
Flavio Cruz
2023-01-28
1
-2
/
+2
*
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 writev syscall signature with rpc types
Luca Dariz
2023-01-18
1
-0
/
+4
*
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
*
Delete ffs and strrchr prototypes.
Flavio Cruz
2023-01-15
1
-4
/
+0
*
Use rpc_uintptr_t for protected payloads.
Flavio Cruz
2023-01-13
3
-2
/
+4
*
Export input structures used by Hurd in device/input.h.
Flavio Cruz
2023-01-09
2
-52
/
+106
*
Introduce time_value64_t to keep track of real time in the kernel
Flavio Cruz
2023-01-03
2
-54
/
+26
*
Fix inttypes.h format constants for uintptr_t and intptr_t.
Flavio Cruz
2022-12-27
1
-9
/
+11
*
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
*
Remove custom stdint.h and rely on freestanding headers
Flavio Cruz
2022-12-19
2
-73
/
+0
*
Use long_natural_t for recnum_t
Flavio Cruz
2022-12-18
2
-2
/
+12
*
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
3
-22
/
+22
*
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
*
Delete mach_debug/pc_info.h
Flavio Cruz
2022-11-28
1
-43
/
+0
*
Update mach_debug interfaces to use struct.
Flavio Cruz
2022-11-25
5
-36
/
+93
[next]