Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump update todo from my private collection (which is no...
details: https://anonhg.NetBSD.org/src/rev/2931fac9e8b5
branches: trunk
changeset: 761568:2931fac9e8b5
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Feb 01 15:26:46 2011 +0000
description:
update todo from my private collection (which is now empty)
diffstat:
sys/rump/TODO | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 68532eb2e346 -r 2931fac9e8b5 sys/rump/TODO
--- a/sys/rump/TODO Tue Feb 01 06:46:46 2011 +0000
+++ b/sys/rump/TODO Tue Feb 01 15:26:46 2011 +0000
@@ -1,4 +1,4 @@
- $NetBSD: TODO,v 1.7 2009/11/26 10:10:50 pooka Exp $
+ $NetBSD: TODO,v 1.8 2011/02/01 15:26:46 pooka Exp $
* fix the build structure to work better on non-NetBSD
= available in pkgsrc/misc/rump
@@ -6,9 +6,17 @@
fashion (requires kernel changes)
= generic fs-mounting, GSoC 2009
* integrate build framework with config(1) to stop the need to
- maintain a separate build infrastructure
+ maintain a separate build infrastructure. the remaining step
+ is to rewrite the Makefiles to use source file lists generated
+ with config(1) (where possible)
+ + this will also benefit kernel modules
* find a better solution for rumpdefs.h, the sed "solution"
doesn't really scale nicely
* make rumpuser interface fully portable
+ get rid of all non-standard binary types
+ limit use of ioctl
+* the .a semantics do not make sense for rump components.
+ additionally, they cannot be loaded as modules since they are
+ ar's instead of elf objects. make the build produce and use elf
+ objects instead of archives
+* cleanup remaining uses of __ in the kernel
Home |
Main Index |
Thread Index |
Old Index