aboutsummaryrefslogtreecommitdiff
path: root/x86_64/copy_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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