summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-04Add pong server and clientHEADmasterJustus Winter
2013-08-04Fix the server prototypesJustus Winter
2013-08-04Fix fsys_goawayJustus Winter
2013-08-04Prefix the reincarnation routines with reincarnation_Justus Winter
2013-08-03Make reincarnation both a tool and a translatorJustus Winter
2013-08-03Link reincarnation against the local start-translator-long.oJustus Winter
2013-08-03libfshelp: use bootstrap port handed to start-translator-longJustus Winter
If a bootstrap port is given in the ports array to start-translator-long, use that one instead of allocating a new one. The only users of start-translator-long are in libfshelp, and noone relies on the old behavior, as the bootstrap port given is always MACH_PORT_NULL, in which case the old behavior is retained. * libfshelp/start-translator-long.c (start-translator-long): Use the bootstrap port if one is given.
2013-08-03Fix the fshelp.h includeJustus Winter
2013-08-03Import libfshelp/start-translator-long.cJustus Winter
2013-08-03Refactor and remove unused codeJustus Winter
2013-08-01Initial commit of the reincarnation prototypeJustus Winter