Module Name:    src
Committed By:   pgoyette
Date:           Thu Apr 26 01:58:25 UTC 2018

Modified Files:
        src/doc [pgoyette-compat]: COMPAT-branch-notes

Log Message:
Remove note about syscall #148 (old quotactl) - it was wrong.

Add comment about there being some few platforms with MD COMPAT_44
code in their machdep.c files.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 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.14 src/doc/COMPAT-branch-notes:1.1.2.15
--- src/doc/COMPAT-branch-notes:1.1.2.14	Wed Apr 18 01:39:14 2018
+++ src/doc/COMPAT-branch-notes	Thu Apr 26 01:58:25 2018
@@ -93,5 +93,10 @@ TODO
     and perhaps define something to enable the MI modcmd code to call a
     compat_xx_MD_init() routine.
 
-11. Note that pre-5.0 quotactl (syscall #148) is not currently available.
-    Its entry in syscalls.master is XXXd out.
+    Note also that there are a few bits of MD code that is COMPAT_44
+    related.  The only bit of MI COMPAT_44 code is in the single module
+    shared by COMPAT_43 and COMPAT_09.  This affects the cesfic, hp300,
+    news68k, and x68k platforms, all in their respective machdep.c
+    source file.  Additionally, the zaurus platform defines COMPAT_44 in
+    its INSTALL kernel configuration - but no other configuration files!
+

Reply via email to