summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2023-12-29Use char* for inlined arrays of char in user headersFlavio Cruz
2023-12-17x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined...Flavio Cruz
2023-12-03Revert "x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for...Samuel Thibault
2023-12-03x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined...Flavio Cruz
2023-09-24Update code generation to handle the new 64 bit ABIFlavio Cruz
2023-05-20Fix printing size_tv1.8+git20230520Samuel Thibault
2023-03-08Use designated initializers for mach_msg_type_t and mach_msg_type_long_t.v1.8+git20230502Flavio Cruz
2023-02-27Change complex_align_of to be sizeof(uintptr_t)Flavio Cruz
2023-02-27Also align mach_msg_type_long_t to complex_alignofFlavio Cruz
2023-02-13Introduce complex_alignof to replace word_sizeFlavio Cruz
2022-11-25mig: replace boolean.h with stdbool.hFlavio Cruz
2022-08-27fix message fields alignment for 64 bitLuca Dariz
2022-01-21Add _Static_assert when compiling server and user stubs.Flavio Cruz
2022-01-16Also add const qualifiers on server sideSamuel Thibault
2022-01-16Make dev_name_t also use const_dev_name_tSamuel Thibault
2020-11-30Make string_t always use const_string_tSamuel Thibault
2018-01-28Fix RPC build warningsSamuel Thibault
2018-01-28Fix compilation warningsSamuel Thibault
2017-01-02Fix spurious warning on MACH_MSG_TYPE_POLYMORPHIC valueSamuel Thibault
2016-10-10Fix spurious warning on MACH_MSG_TYPE_POLYMORPHIC valueSamuel Thibault
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2015-02-15Do not generate code dereferencing type-punned pointersJustus Winter
2014-12-01Add static branch prediction to type checksJustus Winter
2013-09-04Drop the auto keywordJustus Winter
2013-08-19Drop the register keywordJustus Winter
2007-06-022007-06-02 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2004-03-182004-03-18 Roland McGrath <roland@frob.com>Roland McGrath
2004-02-112004-02-10 Roland McGrath <roland@frob.com>Roland McGrath
1998-07-18Created new module from gnumach/mig at tag before-mig-moveRoland McGrath