aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Consider protected payloads in mach_msg_header_t when resizing messages.Flavio Cruz2023-02-121-1/+8
* fix rpc time value for 64 bitLuca Dariz2023-02-122-8/+8
* Define rpc_vm_size_array_t and rpc_vm_offset_array_tFlavio Cruz2023-01-311-3/+5
* Add host_set_time64 and host_adjust_time64Flavio Cruz2023-01-281-0/+18
* Use standard types in include/device/input.hFlavio Cruz2023-01-281-2/+2
* Rename msg_is_misaligned and msg_alignSamuel Thibault2023-01-191-2/+2
* Add host_get_time64 RPC to return the time as time_value64_tFlavio Cruz2023-01-193-13/+44
* replace mach_port_t with mach_port_name_tLuca Dariz2023-01-181-3/+3
* add conversion helpers for invalid mach port namesLuca Dariz2023-01-181-2/+6
* update writev syscall signature with rpc typesLuca Dariz2023-01-181-0/+4
* update syscall signature with rpc_vm_* and mach_port_name_tLuca Dariz2023-01-181-14/+4
* x86_64: expand and shrink messages in copy{in, out}msg routinesLuca Dariz2023-01-181-1/+13
* add msg_user_header_t for user-side msg structureLuca Dariz2023-01-181-1/+16
* Delete ffs and strrchr prototypes.Flavio Cruz2023-01-151-4/+0
* Use rpc_uintptr_t for protected payloads.Flavio Cruz2023-01-133-2/+4
* Export input structures used by Hurd in device/input.h.Flavio Cruz2023-01-092-52/+106
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-032-54/+26
* Fix inttypes.h format constants for uintptr_t and intptr_t.Flavio Cruz2022-12-271-9/+11
* Use uintptr_t to define vm_size_t/vm_offset_t/vm_addressFlavio Cruz2022-12-271-5/+1
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-212-3/+1
* time_value: Fix usage in e.g. c89 programsSamuel Thibault2022-12-191-2/+2
* Remove custom stdint.h and rely on freestanding headersFlavio Cruz2022-12-192-73/+0
* Use long_natural_t for recnum_tFlavio Cruz2022-12-182-2/+12
* Use struct for time_value_t and define seconds as long_integer_t.Flavio Cruz2022-12-172-2/+38
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-1/+1
* Make task_info.h structs more portableFlavio Cruz2022-12-063-22/+22
* task: Add task_set_essentialSamuel Thibault2022-12-031-0/+8
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-302-5/+5
* Use portable rpc types to define 'struct sample'.Flavio Cruz2022-11-282-5/+11
* Update mach_port_status_t definition to use the new structFlavio Cruz2022-11-282-8/+18
* Delete mach_debug/pc_info.hFlavio Cruz2022-11-281-43/+0
* Update mach_debug interfaces to use struct.Flavio Cruz2022-11-255-36/+93
* Delete ipc_info.h since it is not usedFlavio Cruz2022-11-252-78/+0
* default_pager_types.defs: define existing struct types as true structsFlavio Cruz2022-11-111-4/+13
* Remove unused mig type definitions in gnumachFlavio Cruz2022-11-062-21/+0
* std_types: Drop char, short and int type definitionsSamuel Thibault2022-09-181-3/+0
* copyinmsg: Set msgh_size inside copyinmsg rather than the callerSamuel Thibault2022-08-281-1/+1
* fix host_info structure definitionLuca Dariz2022-08-281-1/+1
* fix rpc types for KERNEL_USER stubsLuca Dariz2022-08-281-5/+11
* Add missing const_mach_port_name_array_t typeSamuel Thibault2022-08-281-0/+1
* Fix inclusability of <mach/mach_types.h>Samuel Thibault2022-08-281-25/+14
* add rpc_versions for vm typesLuca Dariz2022-08-272-15/+40
* add port name typesLuca Dariz2022-08-273-9/+21
* cleanup multibootLuca Dariz2022-08-271-82/+0
* remove the old_mach_port_status_t as it's unusedLuca Dariz2022-04-031-18/+0
* io_map: Fix using physical addressesSamuel Thibault2022-02-161-0/+4
* device_types: Add more const_ typesSamuel Thibault2022-01-161-0/+2
* typoSamuel Thibault2022-01-161-1/+1
* Add yet more const string typesSamuel Thibault2022-01-162-0/+2
* mach_debug_types: Add const_dev_name_tSamuel Thibault2022-01-161-0/+1