Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/doc Remove note about syscall #148 (o...
details: https://anonhg.NetBSD.org/src/rev/3a82f8b5d45b
branches: pgoyette-compat
changeset: 318468:3a82f8b5d45b
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Apr 26 01:58:25 2018 +0000
description:
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.
diffstat:
doc/COMPAT-branch-notes | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 6cb8448533f9 -r 3a82f8b5d45b doc/COMPAT-branch-notes
--- a/doc/COMPAT-branch-notes Sun Apr 22 12:45:10 2018 +0000
+++ b/doc/COMPAT-branch-notes Thu Apr 26 01:58:25 2018 +0000
@@ -93,5 +93,10 @@
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!
+
Home |
Main Index |
Thread Index |
Old Index