This commit is contained in:
snj 2018-02-25 21:01:13 +00:00
parent 7a1c5b0557
commit 176e1316d4
1 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-8.0,v 1.1.2.128 2018/02/19 19:08:18 snj Exp $
# $NetBSD: CHANGES-8.0,v 1.1.2.129 2018/02/25 21:01:13 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@ -9717,3 +9717,13 @@ share/man/man4/gif.4 1.31
requested in PR kern/53037.
[pgoyette, ticket #560]
tests/lib/libc/sys/t_ptrace_amd64_wait.h 1.2
tests/lib/libc/sys/t_ptrace_i386_wait.h 1.2
tests/lib/libc/sys/t_ptrace_wait.c 1.10-1.20
tests/lib/libc/sys/t_ptrace_x86_wait.h 1.2-1.3
Sync some ptrace tests with -current.
This mostly disables a few tests that fail or hang various
test environments.
[martin, ticket #586]