Module Name: src
Committed By: pgoyette
Date: Sun Mar 25 23:53:51 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Another reminder, to update syscalls.master and other modules to refer
to specific compat_xx modules rather than the monolithic compat module.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/doc/COMPAT-branch-notes:1.1.2.7
--- src/doc/COMPAT-branch-notes:1.1.2.6 Sun Mar 25 08:52:54 2018
+++ src/doc/COMPAT-branch-notes Sun Mar 25 23:53:51 2018
@@ -46,3 +46,7 @@ TODO
Need to decide how to handle the COMPAT_BSDPTY stuff.
3. XXX The compat_60 module still needs some work for XEN systems.
+
+4. Update syscalls.master to point the compat calls at the specific
+ modules rather than the monolithic compat module. Update the
+ "required" lists of other modules, too.