Module Name: src
Committed By: pgoyette
Date: Wed Mar 28 03:41:26 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Add some reminders
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/COMPAT-branch-notes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/COMPAT-branch-notes
diff -u src/doc/COMPAT-branch-notes:1.1.2.7 src/doc/COMPAT-branch-notes:1.1.2.8
--- src/doc/COMPAT-branch-notes:1.1.2.7 Sun Mar 25 23:53:51 2018
+++ src/doc/COMPAT-branch-notes Wed Mar 28 03:41:26 2018
@@ -43,7 +43,10 @@ TODO
Update: These are being done simultaneously, with compat code being
moved directly to a version-specific module. All of COMPAT_80 and
COMPAT_70, most of COMPAT_60, and much of COMPAT_50 are finished.
- Need to decide how to handle the COMPAT_BSDPTY stuff.
+ Still need to decide how to handle the COMPAT_BSDPTY stuff.
+
+ COMPAT_40 is also finished, except for some arch/sh3 MD code. There
+ is also some arch/m68k MD-specific code remaining for COMPAT_50.
3. XXX The compat_60 module still needs some work for XEN systems.