aboutsummaryrefslogtreecommitdiff
path: root/include/mach/message.h
Commit message (Expand)AuthorAgeFilesLines
* Use the x86_64 message ABI on all 64-bit portsSergey Bugaev2024-03-271-5/+5
* expose MACH_MSG_USER_ALIGNMENT for manually-built messagesLuca Dariz2023-12-291-9/+10
* Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...Flavio Cruz2023-12-171-10/+10
* x86_64: Support 8 byte inlined port rights to avoid message resizing.Flavio Cruz2023-12-171-0/+18
* Revert "Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are ...Samuel Thibault2023-12-031-10/+10
* Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."Samuel Thibault2023-12-031-18/+0
* x86_64: Support 8 byte inlined port rights to avoid message resizing.Flavio Cruz2023-12-031-0/+18
* Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...Flavio Cruz2023-12-031-10/+10
* mach/message.h: Fix C++98 buildSamuel Thibault2023-11-071-0/+2
* mach/message.h: Fix C++ buildSamuel Thibault2023-11-031-0/+5
* Update the 64bit RPC ABI to be simplerFlavio Cruz2023-09-251-5/+47
* Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...Flavio Cruz2023-03-081-7/+7
* Support alignment requirements for a 64 bit kernel.Flavio Cruz2023-02-271-10/+24
* Make mach_msg_header_t have the same size for both 64 bit kernel and userland.Flavio Cruz2023-02-131-2/+13
* Consider protected payloads in mach_msg_header_t when resizing messages.Flavio Cruz2023-02-121-1/+8
* Rename msg_is_misaligned and msg_alignSamuel Thibault2023-01-191-2/+2
* 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
* Use rpc_uintptr_t for protected payloads.Flavio Cruz2023-01-131-1/+1
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-301-4/+4
* copyinmsg: Set msgh_size inside copyinmsg rather than the callerSamuel Thibault2022-08-281-1/+1
* include: define MACH_MSG_TYPE_PROTECTED_PAYLOADJustus Winter2014-10-011-1/+3
* include: add msgh_protected_payload to mach_msg_header_tJustus Winter2014-10-011-1/+4
* Removed deprecated LINTLIBRARY #ifdefsArne Babenhauserheide2011-04-181-32/+0
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-309/+0
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 1998-10-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-8/+8
* prerelease workThomas Bushnell1997-03-241-0/+3
* Initial sourceThomas Bushnell1997-02-251-0/+750