Module Name: src Committed By: kamil Date: Mon May 6 08:32:40 UTC 2019
Modified Files: src/doc: CHANGES Log Message: siginfo(2): Ship with MI syscall information of a debugged process for SIGTRAP and si_code TRAP_SCE/TRAP_SCX. To generate a diff of this commit: cvs rdiff -u -r1.2534 -r1.2535 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.2534 src/doc/CHANGES:1.2535 --- src/doc/CHANGES:1.2534 Sat May 4 09:43:16 2019 +++ src/doc/CHANGES Mon May 6 08:32:40 2019 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2534 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2535 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -374,3 +374,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0: bind: Import version 9.14.1. [christos 20190427] acpi(4): Updated ACPICA to 20190405. [christos 20190428] dhcpcd(8): Import dhcpcd-7.2.2 [roy 20190504] + siginfo(2): Ship with MI syscall information of a debugged process for + SIGTRAP and si_code TRAP_SCE/TRAP_SCX. [kamil 20190506]