Module Name: src Committed By: martin Date: Wed Feb 4 10:18:09 UTC 2015
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets #489 and #491 To generate a diff of this commit: cvs rdiff -u -r1.1.2.192 -r1.1.2.193 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.192 src/doc/CHANGES-7.0:1.1.2.193 --- src/doc/CHANGES-7.0:1.1.2.192 Wed Feb 4 07:20:54 2015 +++ src/doc/CHANGES-7.0 Wed Feb 4 10:18:09 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.192 2015/02/04 07:20:54 snj Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.193 2015/02/04 10:18:09 martin Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -15503,3 +15503,14 @@ usr.sbin/npf/npfctl/npfctl.c 1.46 * npfctl_print_rule: print the ID in hex, not decimal. [rmind, ticket #479] +lib/libkvm/kvm_powerpc64.c 1.6 + + #if 0 some code not in use yet. + [chs, ticket #489] + +libexec/httpd/bozohttpd.c 1.61 + + Spit out a 403 not just when an open() fails with EPERM, but with + EACCES as well. + [snj, ticket #491] +