Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | |
2023-11-06 | Update BAD_TYPECHECK to work on x86_64 | Flavio Cruz | |
Message-ID: <ZUhn7LOcgLOJjKZr@jupiter.tail36e24.ts.net> | |||
2023-05-06 | Update hurd/hurdselect.c to be more portable. | Flavio Cruz | |
Summary of changes: - Use BAD_TYPECHECK to perform type checking in a cleaner way. BAD_TYPECHECK is moved into sysdeps/mach/rpc.h to avoid duplication. - Remove assertions for mach_msg_type_t since those won't work for x86_64. - Update message structs to use mach_msg_type_t directly. - Use designated initializers. Message-Id: <ZFa+roan3ioo0ONM@jupiter.tail36e24.ts.net> |