aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAgeFilesLines
* Suffix complex_alignof with U to hint the compiler that it is always unsignedFlavio Cruz2024-07-181-2/+2
* server: Fix bogus port deallocation on server errorSamuel Thibault2024-07-141-0/+23
* Fix warningsSamuel Thibault2024-07-141-2/+1
* x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined...Flavio Cruz2023-12-171-40/+127
* Revert "x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for...Samuel Thibault2023-12-031-119/+36
* x86_64: adapt MiG generated stubs to use mach_port_name_inlined_t for inlined...Flavio Cruz2023-12-031-36/+119
* Fix printing size_tSamuel Thibault2023-05-201-2/+2
* Introduce complex_alignof to replace word_sizeFlavio Cruz2023-02-131-10/+10
* Do not generate the server routine for kernel servers.Flavio Cruz2023-02-021-46/+48
* Avoid passing NULL to memcpySamuel Thibault2023-02-021-1/+4
* mig: replace boolean.h with stdbool.hFlavio Cruz2022-11-251-19/+19
* Add _Static_assert when compiling server and user stubs.Flavio Cruz2022-01-211-2/+2
* Also add const qualifiers on server sideSamuel Thibault2022-01-161-2/+3
* Fix compiler warningSamuel Thibault2016-12-191-1/+1
* Include stdint.h in stub code by default.Flavio Cruz2016-04-051-0/+1
* Use word_size instead of 4.Flavio Cruz2016-04-031-10/+10
* Cast kernel server port arguments to the correct type.Flavio Cruz2016-02-091-0/+12
* Change x_server_routine functions to "static inline" for -std=gnu11David Michael2015-06-051-6/+0
* Do not generate code dereferencing type-punned pointersJustus Winter2015-02-151-9/+9
* Add static branch prediction to type checksJustus Winter2014-12-011-9/+12
* Provide default implementations for server functionsJustus Winter2014-11-061-0/+24
* Add support for protected payloadsJustus Winter2014-10-101-4/+35
* Fix variable-sized c stringsJustus Winter2014-02-211-0/+5
* Generate a x_server_routine in the sheader so it can be inlinedJustus Winter2013-12-161-1/+1
* Move the generation of x_server_routine function into a functionJustus Winter2013-12-161-14/+21
* mig/server.c (WriteVarDecls): quiet GCC warning about set but unused variableMarin Ramesa2013-12-151-2/+2
* Drop the register keywordJustus Winter2013-08-191-72/+72
* Fix spurious deallocationOlaf Buddenhagen2013-02-191-2/+7
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-301-1/+1
* 2004-02-10 Roland McGrath <roland@frob.com>Roland McGrath2004-02-111-1/+1
* 1999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-111-1/+1
* 1999-10-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-091-8/+12
* Created new module from gnumach/mig at tag before-mig-moveRoland McGrath1998-07-181-0/+1322