Module Name: src Committed By: martin Date: Tue Mar 3 18:41:42 UTC 2020
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1513 To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-8.2 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.2 diff -u src/doc/CHANGES-8.2:1.1.2.102 src/doc/CHANGES-8.2:1.1.2.103 --- src/doc/CHANGES-8.2:1.1.2.102 Mon Mar 2 08:10:28 2020 +++ src/doc/CHANGES-8.2 Tue Mar 3 18:41:42 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.102 2020/03/02 08:10:28 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.103 2020/03/03 18:41:42 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -2087,3 +2087,8 @@ sys/ufs/ufs/ufs_lookup.c 1.149 Zero out struct dirent padding, to avoid kernel memory disclosure. [maxv, ticket #1511] +lib/Makefile 1.276 + + Avoid running useless makes in every subdirectory. + [riastradh, ticket #1513] +