aboutsummaryrefslogtreecommitdiff
path: root/x86_64/copy_user.c
Commit message (Expand)AuthorAgeFilesLines
* copyout_unpack_msg_type: Avoid changing the kernel headerSamuel Thibault2023-10-011-2/+14
* Update the 64bit RPC ABI to be simplerFlavio Cruz2023-09-251-16/+72
* copyinmsg: allow for the last message element to have msgt_number = 0.Flavio Cruz2023-06-121-2/+1
* fix copyoutmsg for 64-bit userspaceLuca Dariz2023-04-201-3/+2
* Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...Flavio Cruz2023-03-081-39/+147
* Support alignment requirements for a 64 bit kernel.Flavio Cruz2023-02-271-14/+22
* fix port name copyinLuca Dariz2023-02-271-0/+2
* fix copyin/outmsg header for ! USER32Luca Dariz2023-02-271-2/+2
* Make mach_msg_header_t have the same size for both 64 bit kernel and userland.Flavio Cruz2023-02-131-22/+13
* Consider protected payloads in mach_msg_header_t when resizing messages.Flavio Cruz2023-02-121-0/+22
* Rename msg_is_misaligned and msg_alignSamuel Thibault2023-01-191-12/+12
* x86_64: expand and shrink messages in copy{in, out}msg routinesLuca Dariz2023-01-181-0/+362