Module Name: src Committed By: riz Date: Mon Oct 1 20:22:30 UTC 2012
Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: + [chs, ticket #579] + [bouyer, ticket #580] + [rmind, ticket #582] + [rmind, ticket #584] To generate a diff of this commit: cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-6.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-6.0 diff -u src/doc/CHANGES-6.0:1.1.2.211 src/doc/CHANGES-6.0:1.1.2.212 --- src/doc/CHANGES-6.0:1.1.2.211 Mon Oct 1 17:58:21 2012 +++ src/doc/CHANGES-6.0 Mon Oct 1 20:22:30 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0,v 1.1.2.211 2012/10/01 17:58:21 riz Exp $ +# $NetBSD: CHANGES-6.0,v 1.1.2.212 2012/10/01 20:22:30 riz Exp $ A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 until the 6.0 release: @@ -8741,3 +8741,34 @@ lib/libc/arch/arm/gen/swapcontext.S 1.7 Fix up the stack pointer in the ucontext returned by getcontext. [skrll, ticket #576] +sys/external/bsd/drm/dist/bsd-core/drm_sysctl.c 1.8 + + Avoid crashing when writing to certain DRM sysctls. + [chs, ticket #579] + +sys/ufs/ufs/ufs_quota2.c 1.35 +tests/fs/ffs/h_quota2_tests.c 1.4 +tests/fs/ffs/t_miscquota.sh 1.7 + + Fix quota2 list corruption issue when defaultquotas are 0 (deny any file + and block allocation). + [bouyer, ticket #580] + +usr.sbin/npf/npfctl/npf.conf.5 1.16-1.23 +usr.sbin/npf/npfctl/npfctl.c 1.19 + + Improve npf.conf(5) manpage, minor formatting fix for npfctl. + [rmind, ticket #582] + +distrib/sets/lists/base/mi 1.1003 +etc/mtree/NetBSD.dist.base 1.104 +share/examples/Makefile 1.21 +share/examples/npf/Makefile 1.1 +share/examples/npf/hashtablefile 1.1 +share/examples/npf/host-npf.conf 1.1-1.2 +share/examples/npf/soho_gw-npf.conf 1.1-1.2 +share/examples/npf/treetablefile 1.1 + + Update the NPF examples, and install them. + [rmind, ticket #584] +