minix/minix/servers/ds
David van Moolenbroek 23369f9c9e DS: workaround for weak symbol issue
The bitcode file given to the instrumentation pass does not include
certain weak symbols, in particular regcomp and regfree, which are
required to be visible to the magic pass for state transfer to work
correctly.  This patch forces DS to make the calls using their actual
symbol names (with leading underscore), thus resolving the issue, but
this issue should really be solved in a cleaner and more generic way.

Change-Id: Iebee4341cc30ddabcf7593afb5c49d41c0839863
2015-09-17 17:13:28 +00:00
..
inc.h DS: fix regex memory leaks 2015-08-31 12:55:18 +00:00
main.c services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
Makefile DS: workaround for weak symbol issue 2015-09-17 17:13:28 +00:00
proto.h New sources layout 2014-07-31 16:00:30 +02:00
store.c DS: fix regex memory leaks 2015-08-31 12:55:18 +00:00
store.h Add live update-friendly annotations. 2015-09-17 13:25:38 +00:00