Module Name: src Committed By: martin Date: Sun Feb 24 10:50:50 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1196 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-8.1 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-8.1 diff -u src/doc/CHANGES-8.1:1.1.2.110 src/doc/CHANGES-8.1:1.1.2.111 --- src/doc/CHANGES-8.1:1.1.2.110 Sat Feb 23 06:59:28 2019 +++ src/doc/CHANGES-8.1 Sun Feb 24 10:50:49 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.110 2019/02/23 06:59:28 martin Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.111 2019/02/24 10:50:49 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -2525,3 +2525,8 @@ sys/kern/sysv_shm.c 1.133 and linux32 compatibility calls. [mrg, ticket #1195] +sys/kern/kern_time.c 1.196 + + Avoid panic from setitimer(2) for CLOCK_MONOTONIC. + [mlelstv, ticket #1196] +