Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/doc Add a note to revisit the compat_utils stuff, ...



details:   https://anonhg.NetBSD.org/src/rev/7deadb5611e3
branches:  pgoyette-compat
changeset: 830811:7deadb5611e3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Sep 28 09:36:20 2018 +0000

description:
Add a note to revisit the compat_utils stuff, find and document all of
its dependencies.

diffstat:

 doc/TODO.compat-module |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ab28181a0a6e -r 7deadb5611e3 doc/TODO.compat-module
--- a/doc/TODO.compat-module    Fri Sep 28 08:42:01 2018 +0000
+++ b/doc/TODO.compat-module    Fri Sep 28 09:36:20 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.14 2018/09/27 03:54:25 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.15 2018/09/28 09:36:20 pgoyette Exp $ */
 
 DONE
 ----
@@ -107,4 +107,8 @@
     and dev/wscons/wsmux that I haven't been able to cleanly separate.
     These items are not currently included in the monolithic COMPAT module
     on HEAD, so lack of integration on the branch is not a regression.
-    
+
+22. Find all the remaining dependencies on the compat_utils routines and
+    deal with them appropriately.  For now, we simply ensure that they
+    are included in every kernel via 'options COMPAT_UTILS' in file
+    sys/conf/std



Home | Main Index | Thread Index | Old Index