Module Name: src Committed By: maxv Date: Sat Dec 29 11:35:14 UTC 2018
Modified Files: src/doc: CHANGES Log Message: Note mbuf API changes, and removal of compat_ibcs2. To generate a diff of this commit: cvs rdiff -u -r1.2474 -r1.2475 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2474 src/doc/CHANGES:1.2475 --- src/doc/CHANGES:1.2474 Thu Dec 27 10:09:56 2018 +++ src/doc/CHANGES Sat Dec 29 11:35:14 2018 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2474 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2475 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -274,3 +274,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0: systat(1): Extend vmstat display for better insight about bufcache. [sevan 20181226] arm: Support kernel crash dumps on 64 bit platforms. [mrg 20181227] + kernel: Remove M_ALIGN, MH_ALIGN, M_COPY_PKTHDR and M_MOVE_PKTHDR. + [maxv 20181228] + kernel: Remove COMPAT_IBCS2. [maxv 20181229]