Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix copyoutmsg for 64-bit userspace | Luca Dariz | 2023-04-20 | 1 | -3/+2 |
* | Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin... | Flavio Cruz | 2023-03-08 | 1 | -39/+147 |
* | Support alignment requirements for a 64 bit kernel. | Flavio Cruz | 2023-02-27 | 1 | -14/+22 |
* | fix port name copyin | Luca Dariz | 2023-02-27 | 1 | -0/+2 |
* | fix copyin/outmsg header for ! USER32 | Luca Dariz | 2023-02-27 | 1 | -2/+2 |
* | Make mach_msg_header_t have the same size for both 64 bit kernel and userland. | Flavio Cruz | 2023-02-13 | 1 | -22/+13 |
* | Consider protected payloads in mach_msg_header_t when resizing messages. | Flavio Cruz | 2023-02-12 | 1 | -0/+22 |
* | Rename msg_is_misaligned and msg_align | Samuel Thibault | 2023-01-19 | 1 | -12/+12 |
* | x86_64: expand and shrink messages in copy{in, out}msg routines | Luca Dariz | 2023-01-18 | 1 | -0/+362 |