Module Name: src
Committed By: snj
Date: Wed May 13 19:20:30 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
737, 760
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.293 -r1.1.2.294 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.293 src/doc/CHANGES-7.0:1.1.2.294
--- src/doc/CHANGES-7.0:1.1.2.293 Wed May 13 17:30:57 2015
+++ src/doc/CHANGES-7.0 Wed May 13 19:20:30 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.293 2015/05/13 17:30:57 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.294 2015/05/13 19:20:30 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22851,8 +22851,10 @@ sys/dev/microcode/radeon/Makefile 1.3
[mrg, ticket #736]
sys/miscfs/fdesc/fdesc_vfsops.c 1.90
+sys/miscfs/fdesc/fdesc_vnops.c 1.125 via patch
Fix type of /dev/tty
+ Restore VNON setting code and then set the proper type in lookup.
[riz, ticket #737]
distrib/evbarm/instkernel/sshramdisk/Makefile patch
@@ -23014,3 +23016,11 @@ usr.sbin/sysinst/msg.mi.pl 1.5
Fixes PR install/49231.
[martin, ticket #754]
+usr.sbin/syslogd/syslogd.c 1.120
+
+ - when checking hostname of incoming remote messages, fallback
+ to checking remote host if the message doesn't contain a
+ hostname
+ - don't truncate IP addresses when reading syslogd.conf
+ [jnemeth, ticket #760]
+