Module Name: src
Committed By: kamil
Date: Wed Mar 1 10:32:09 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Correct the date of PT_GETDBREGS and PT_SETDBREGS introduction
Feb 28th -> Feb 23rd
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.2259 -r1.2260 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.2259 src/doc/CHANGES:1.2260
--- src/doc/CHANGES:1.2259 Wed Mar 1 10:28:47 2017
+++ src/doc/CHANGES Wed Mar 1 10:32:09 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2259 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2260 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -476,10 +476,10 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
disklabel(5): Add DISKLABEL_EI (``Endian-Independent'' disklabel)
kernel option to machines that support Master Boot Record
(MBR). [rin 20170219]
+ ptrace(2): Add new API replacing PT_WATCHPOINT for Debug Registers:
+ PT_GETDBREGS and PT_SETDBREGS [kamil 20170223]
dk(4): Add DKWEDGE_METHOD_RDB option to enable Amiga Rigid Disk Block
(RDB) partitioning detection method. [rin 20170226]
- ptrace(2): Add new API replacing PT_WATCHPOINT for Debug Registers:
- PT_GETDBREGS and PT_SETDBREGS [kamil 20170228]
siginfo(2): Add new si_code values for SIGTRAP: TRAP_SCE and TRAP_SCX
[kamil 20170228]
zoneinfo: Import tzdata2017a. [kre 20170301]