Sat May 26 11:48:40 2018 UTC ()
Add a $NetBSD$ line to track revision/changes


(pgoyette)
diff -r1.1.2.16 -r1.1.2.17 src/doc/COMPAT-branch-notes

cvs diff -r1.1.2.16 -r1.1.2.17 src/doc/Attic/COMPAT-branch-notes (expand / switch to unified diff)

--- src/doc/Attic/COMPAT-branch-notes 2018/05/26 03:12:34 1.1.2.16
+++ src/doc/Attic/COMPAT-branch-notes 2018/05/26 11:48:40 1.1.2.17
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
 1/* $NetBSD: COMPAT-branch-notes,v 1.1.2.17 2018/05/26 11:48:40 pgoyette Exp $ */
 2
1DONE 3DONE
2---- 4----
31. Removed linking of the kernel compat object library into all kernels; 51. Removed linking of the kernel compat object library into all kernels;
4 using the .o library caused some build breakage, and resulted in the 6 using the .o library caused some build breakage, and resulted in the
5 bulk of the compat code being included in every kernel, but without 7 bulk of the compat code being included in every kernel, but without
6 any module linkage. In turn, this caused failure when loading some 8 any module linkage. In turn, this caused failure when loading some
7 modules due to symbols already being defined in the kernel. 9 modules due to symbols already being defined in the kernel.
8 10
92. Reverted some intentional breakage for loading the sysv_ipc module; 112. Reverted some intentional breakage for loading the sysv_ipc module;
10 the breakage was introduced as the fix for the above-mentioned build 12 the breakage was introduced as the fix for the above-mentioned build
11 breakage.  13 breakage.
12 14
133. Split the sysv_ipc compat routines into their own compat_sysv module. 153. Split the sysv_ipc compat routines into their own compat_sysv module.