The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/rump/TODO

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 7b9ca4808dba1faa268abc0ddf560b8e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.