aboutsummaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use char* for inlined arrays of char in user headersFlavio Cruz2023-12-291-6/+24
* x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined...Flavio Cruz2023-12-171-6/+22
* Revert "x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for...Samuel Thibault2023-12-031-22/+6
* x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined...Flavio Cruz2023-12-031-6/+22
* Update code generation to handle the new 64 bit ABIFlavio Cruz2023-09-241-8/+19
* Fix printing size_tSamuel Thibault2023-05-201-2/+2
* Use designated initializers for mach_msg_type_t and mach_msg_type_long_t.Flavio Cruz2023-03-081-26/+26
* Change complex_align_of to be sizeof(uintptr_t)Flavio Cruz2023-02-271-2/+0
* Also align mach_msg_type_long_t to complex_alignofFlavio Cruz2023-02-271-3/+8
* Introduce complex_alignof to replace word_sizeFlavio Cruz2023-02-131-1/+5
* mig: replace boolean.h with stdbool.hFlavio Cruz2022-11-251-16/+16
* fix message fields alignment for 64 bitLuca Dariz2022-08-271-0/+2
* Add _Static_assert when compiling server and user stubs.Flavio Cruz2022-01-211-7/+32
* Also add const qualifiers on server sideSamuel Thibault2022-01-161-2/+31
* Make dev_name_t also use const_dev_name_tSamuel Thibault2022-01-161-0/+2
* Make string_t always use const_string_tSamuel Thibault2020-11-301-3/+7
* Fix RPC build warningsSamuel Thibault2018-01-281-2/+28
* Fix compilation warningsSamuel Thibault2018-01-281-4/+3
* Fix spurious warning on MACH_MSG_TYPE_POLYMORPHIC valueSamuel Thibault2017-01-021-1/+1
* Fix spurious warning on MACH_MSG_TYPE_POLYMORPHIC valueSamuel Thibault2016-10-101-2/+2
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-041-1/+1
* Do not generate code dereferencing type-punned pointersJustus Winter2015-02-151-1/+7
* Add static branch prediction to type checksJustus Winter2014-12-011-2/+7
* Drop the auto keywordJustus Winter2013-09-041-3/+3
* Drop the register keywordJustus Winter2013-08-191-13/+13
* 2007-06-02 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-06-021-2/+0
* 2004-03-18 Roland McGrath <roland@frob.com>Roland McGrath2004-03-181-17/+15
* 2004-02-10 Roland McGrath <roland@frob.com>Roland McGrath2004-02-111-10/+16
* Created new module from gnumach/mig at tag before-mig-moveRoland McGrath1998-07-181-0/+417