TODO revision 1.8.14.3 1 1.8.14.2 tls $NetBSD: TODO,v 1.8.14.3 2017/12/03 11:39:06 jdolecek Exp $
2 1.1 pooka
3 1.2 pooka * integrate build framework with config(1) to stop the need to
4 1.8 pooka maintain a separate build infrastructure. the remaining step
5 1.8 pooka is to rewrite the Makefiles to use source file lists generated
6 1.8 pooka with config(1) (where possible)
7 1.8 pooka + this will also benefit kernel modules
8 1.8.14.1 tls + the patch to config(1) exists but is not in-tree. remaining work is
9 1.8.14.1 tls modifications to files.*
10 1.8.14.1 tls * the .a semantics do not make sense for rump kernel components.
11 1.8 pooka additionally, they cannot be loaded as modules since they are
12 1.8 pooka ar's instead of elf objects. make the build produce and use elf
13 1.8 pooka objects instead of archives
14 1.8 pooka * cleanup remaining uses of __ in the kernel
15 1.8.14.1 tls * rump_syscalls.c in librump should be compiled in the client
16 1.8.14.1 tls namespace, not the rump kernel namespace. while technically trivial,
17 1.8.14.1 tls the build system makes this quite difficult. one option for "cheating"
18 1.8.14.1 tls would be to put it into librumpuser which is always available for
19 1.8.14.1 tls local clients (per definition of local client).
20