Module Name: src Committed By: snj Date: Sat Oct 11 17:03:28 UTC 2014
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: tickets 132-135 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 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.48 src/doc/CHANGES-7.0:1.1.2.49 --- src/doc/CHANGES-7.0:1.1.2.48 Fri Oct 10 18:17:03 2014 +++ src/doc/CHANGES-7.0 Sat Oct 11 17:03:28 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.48 2014/10/10 18:17:03 snj Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.49 2014/10/11 17:03:28 snj Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -1098,3 +1098,31 @@ sys/arch/zaurus/conf/GENERIC patch Disable DIAGNOSTIC and/or DEBUG. [bouyer/martin, ticket #116] +sys/kern/uipc_usrreq.c 1.172 + + Fix a getsockname(2) compatibllity problem with UNIX domain + sockets. PR kern/49247. + [taca, ticket #132] + +external/bsd/dhcp/Makefile.inc 1.12 + + Remove dhclient's dependency on /usr/lib. + [christos, ticket #133] + +lib/libperfuse/ops.c 1.75 + + Do not trust the filesystem's readdir to give us nul-terminated + file names. + [manu, ticket #134] + +lib/libutil/parsedate.3 1.13-1.14 +lib/libutil/parsedate.y 1.17-1.20 +tests/lib/libutil/t_parsedate.c 1.8-1.13 + + Fix some errors in parsedate(3)'s handling of local time + without an explicit time zone, make the second and third + arguments independent of each other (previously, if one + was NULL then the other was ignored), and add more test + cases. Fixes PR lib/47916. + [apb, ticket #135] +