Module Name: src
Committed By: martin
Date: Mon Apr 23 09:22:14 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES
Log Message:
Fix revision confusion between CHANGES.prev and CHANGES in the
processing of ticket #602: the pullup asked for rev 1.138 of CHANGES.prev
to be applied to CHANGES, not rev 1.138 of CHANGES to be pulled up.
To generate a diff of this commit:
cvs rdiff -u -r1.2286.2.3 -r1.2286.2.4 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.2286.2.3 src/doc/CHANGES:1.2286.2.4
--- src/doc/CHANGES:1.2286.2.3 Tue Mar 6 09:52:09 2018
+++ src/doc/CHANGES Mon Apr 23 09:22:14 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2286.2.3 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2286.2.4 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -355,8 +355,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
amd64: Use fine-grained permissions for architecture-specific memory
areas (W^X). [maxv 20160725]
sdtemp(4): Add support for Atmel AT30TS00, AT30TSE004, Giantec
- kernel: SMBFS uses low-overhead NT Directory Change Notify SMB to watch
- for vnode kqueue(2) events on directories [jdolecek 20030407]
GT30TS00, GT34TS02, Microchip MCP9804, MCP98244, IDT
TS3000GB[02], TS3001GB2, TSE200[24]GB2 and On Semiconductor
CAT34TS04. [msaitoh 20160726]
@@ -470,8 +468,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libc: Add accept4 function for compatibility [maya 20170208]
file(1): Upgraded to 5.30. [christos 20170210]
byacc: update to 20170201 [christos 20170211]
- ptrace(2): Add signal mask information accessors API:
- PT_GET_SIGMASK and PT_SET_SIGMASK [kamil 20170212]
postfix(1): Import version 3.1.4. [christos 20170213]
l2tp(4): Add L2TPv3 interface. [knakahara 20170216]
siginfo(2): Add new si_code for SIGTRAP: TRAP_DBREG [kamil 20170217]