Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/doc Note that rtsock_50 is now functional, even th...
details: https://anonhg.NetBSD.org/src/rev/c3dd0c2540b1
branches: pgoyette-compat
changeset: 830897:c3dd0c2540b1
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Jan 13 23:33:07 2019 +0000
description:
Note that rtsock_50 is now functional, even though the implementation
remains sub-optimal.
diffstat:
doc/TODO.compat-module | 21 +++++++++------------
1 files changed, 9 insertions(+), 12 deletions(-)
diffs (40 lines):
diff -r 701c6cc59253 -r c3dd0c2540b1 doc/TODO.compat-module
--- a/doc/TODO.compat-module Sun Jan 13 23:32:21 2019 +0000
+++ b/doc/TODO.compat-module Sun Jan 13 23:33:07 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.18 2018/10/12 04:12:06 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.19 2019/01/13 23:33:07 pgoyette Exp $ */
DONE
----
@@ -55,22 +55,19 @@
framework, and split version-specific code from baseline code as
needed.
+16. While the rtsock_50 situation is still a disaster (rtsock_50.c
+ #include-s the main rtsock.c code with various COMPAT_50-dependant
+ macro definitions and redefinitions), the basic functionality
+ works, and the compat_14 references to rtsock_50 routines seems to
+ be correct. The rtsock_50.c stuff should still be rewritten at
+ some future time, but it's not urgent.
+
TODO - Not required for branch merge
------------------------------------
-16. Audit the entire code base for any remaining embedded #ifdef's for
+17. Audit the entire code base for any remaining embedded #ifdef's for
COMPAT_xx. When found, move the actual compat code into the compat
hierarchy and replace originals with indirect (vectored) calls.
-17. The rtsock compat code is a disaster, with rtsock_50.c #include-ing
- the main rtsock.c code with various manipulations of the COMPAT_50
- macro. Once rtsock is separated, compat_14 references to rtsock_50
- routines needs to be verified.
-
- Currently, this entire code is built for the monolithic COMPAT
- module, but there's no way to reach the entry points, so none of
- the compat code can be executed, neither on the branch nor on
- HEAD.
-
18. The compat_60 module still needs some work for XEN systems. We
probably need some build infrastructure changes to ensure that
XEN (and, for i386, XEN-PAE) modules are build with the correct
Home |
Main Index |
Thread Index |
Old Index