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
/
mach
/
message.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the x86_64 message ABI on all 64-bit ports
Sergey Bugaev
2024-03-27
1
-5
/
+5
*
expose MACH_MSG_USER_ALIGNMENT for manually-built messages
Luca Dariz
2023-12-29
1
-9
/
+10
*
Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...
Flavio Cruz
2023-12-17
1
-10
/
+10
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-17
1
-0
/
+18
*
Revert "Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are ...
Samuel Thibault
2023-12-03
1
-10
/
+10
*
Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."
Samuel Thibault
2023-12-03
1
-18
/
+0
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-03
1
-0
/
+18
*
Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...
Flavio Cruz
2023-12-03
1
-10
/
+10
*
mach/message.h: Fix C++98 build
Samuel Thibault
2023-11-07
1
-0
/
+2
*
mach/message.h: Fix C++ build
Samuel Thibault
2023-11-03
1
-0
/
+5
*
Update the 64bit RPC ABI to be simpler
Flavio Cruz
2023-09-25
1
-5
/
+47
*
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
*
Make mach_msg_header_t have the same size for both 64 bit kernel and userland.
Flavio Cruz
2023-02-13
1
-2
/
+13
*
Consider protected payloads in mach_msg_header_t when resizing messages.
Flavio Cruz
2023-02-12
1
-1
/
+8
*
Rename msg_is_misaligned and msg_align
Samuel Thibault
2023-01-19
1
-2
/
+2
*
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
*
Use rpc_uintptr_t for protected payloads.
Flavio Cruz
2023-01-13
1
-1
/
+1
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
1
-4
/
+4
*
copyinmsg: Set msgh_size inside copyinmsg rather than the caller
Samuel Thibault
2022-08-28
1
-1
/
+1
*
include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD
Justus Winter
2014-10-01
1
-1
/
+3
*
include: add msgh_protected_payload to mach_msg_header_t
Justus Winter
2014-10-01
1
-1
/
+4
*
Removed deprecated LINTLIBRARY #ifdefs
Arne Babenhauserheide
2011-04-18
1
-32
/
+0
*
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-309
/
+0
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-4
/
+0
*
1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
1998-10-24
1
-8
/
+8
*
prerelease work
Thomas Bushnell
1997-03-24
1
-0
/
+3
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+750