Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Tickets 30, 31, 40, 41, 42 and 43.
details: https://anonhg.NetBSD.org/src/rev/bb5db8cad18f
branches: netbsd-7
changeset: 798278:bb5db8cad18f
user: martin <martin%NetBSD.org@localhost>
date: Thu Aug 21 09:12:26 2014 +0000
description:
Tickets 30, 31, 40, 41, 42 and 43.
diffstat:
doc/CHANGES-7.0 | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diffs (46 lines):
diff -r cadd58910973 -r bb5db8cad18f doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Thu Aug 21 09:05:45 2014 +0000
+++ b/doc/CHANGES-7.0 Thu Aug 21 09:12:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.16 2014/08/21 08:41:18 sborrill Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.17 2014/08/21 09:12:26 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -265,3 +265,36 @@
<sys/param.h> comes first, per /usr/share/misc/style.
[riastradh, ticket #35]
+doc/CHANGES 1.120 (CHANGES.prev)
+ Formatting fixes, following the guidelines in the comments
+ at the top of CHANGES.
+ [apb, ticket #30]
+
+share/man/man4/options.4 1.440
+ Document options COMPAT_40, COMPAT_50, and COMPAT_60.
+ [apb, ticket #31]
+
+xsrc/external/mit/xf86-video-nv/dist/src/nv_driver.c 1.5
+external/mit/xorg/server/drivers/xf86-video-nv/Makefile 1.7
+ Put pci_device_has_kernel_driver(dev) into
+ #if NV_TEST_FOR_KERNEL_DRIVER to make it work on non-x86 again.
+ Mention NV_TEST_FOR_KERNEL_DRIVER and explain why it isn't enabled
+ for now.
+ [macallan, ticket #40]
+
+sys/arch/arm/omap/omapfb.c 1.27
+ Do not assume that PAGE_SIZE is 4kB always.
+ [macallan, ticket #41]
+
+share/man/man8/man8.x86/boot.8 1.3, 1.5
+ Document fs, menu, rndseed, and splash commands.
+ Add rescue(8) to SEE ALSO.
+ Document supported subsets of image formats.
+ [apb, ticket #42]
+
+sys/miscfs/umapfs/umap_vfsops.c 1.94
+ Fix error return in mount with value not holding an error code.
+ Bounds check a user controllable copyin size.
+ Both triggerable from root only.
+ [maxv, ticket #43]
+
Home |
Main Index |
Thread Index |
Old Index