minix/minix
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
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands RS: remove support for unsafe updates 2015-09-17 14:09:47 +00:00
drivers Make more services use stateful live update 2015-09-17 17:12:02 +00:00
fs VM: set recovery policy to restart 2015-09-17 13:45:43 +00:00
include Make more services use stateful live update 2015-09-17 17:12:02 +00:00
kernel Improve asynsend support for process swapping 2015-09-17 14:08:30 +00:00
lib Make more services use stateful live update 2015-09-17 17:12:02 +00:00
llvm magic pass: register additional compatible types 2015-09-17 17:13:21 +00:00
man Import NetBSD syslogd(8) 2015-07-26 11:57:04 +00:00
net services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers DS: workaround for weak symbol issue 2015-09-17 17:13:28 +00:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests tests: extend multicomponent live update test 2015-09-17 14:11:48 +00:00
usr.bin VFS: add support for F_DUPFD_CLOEXEC 2015-07-20 13:55:10 +00:00
usr.sbin mkfs.mfs: remove Linux mount check 2015-07-20 10:59:49 +00:00
Makefile benchmarks: remove unixbench 2015-07-20 11:05:28 +00:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00