Module Name: src Committed By: snj Date: Fri Oct 13 08:06:09 UTC 2017
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1504-1506 To generate a diff of this commit: cvs rdiff -u -r1.1.2.310 -r1.1.2.311 src/doc/CHANGES-6.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-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.310 src/doc/CHANGES-6.2:1.1.2.311 --- src/doc/CHANGES-6.2:1.1.2.310 Mon Sep 11 04:46:21 2017 +++ src/doc/CHANGES-6.2 Fri Oct 13 08:06:09 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.310 2017/09/11 04:46:21 snj Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.311 2017/10/13 08:06:09 snj Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -20926,3 +20926,19 @@ crypto/external/bsd/heimdal/include/roke getpw*() internal buffers. [mlelstv, ticket #1503] +usr.sbin/syslogd/syslogd.c 1.124 + + Use looked up remote host for remote message without a hostname + [ginsbach, ticket #1504] + +sys/arch/i386/i386/i386_trap.S 1.12 via patch + + use %ss instead of %ds in trap06 + [maxv, ticket #1505] + +sys/fs/msdosfs/msdosfs_vfsops.c 1.128 + + Add more sanity checks for BPB parameters. Handle FAT12 format + for media with sectors >= 32kByte. PR 52485. + [mlelstv, ticket #1506] +