Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket 1119-1120, 1122-1127 and 1129-1130.



details:   https://anonhg.NetBSD.org/src/rev/ccff88d76449
branches:  netbsd-6
changeset: 776714:ccff88d76449
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Sep 30 00:30:00 2014 +0000

description:
Ticket 1119-1120, 1122-1127 and 1129-1130.

diffstat:

 doc/CHANGES-6.2 |  54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r 6f0b38e19db4 -r ccff88d76449 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Mon Sep 29 18:46:27 2014 +0000
+++ b/doc/CHANGES-6.2   Tue Sep 30 00:30:00 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.134 2014/09/21 21:29:57 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.135 2014/09/30 00:30:00 msaitoh Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -3763,3 +3763,55 @@
        Update to tzdata2014g.
        [apb, ticket #1155]
 
+share/man/man9/callout.9                       1.27
+
+       callout_ack returns void, not bool.
+       [riastradh, ticket #1119]
+
+sys/dev/pci/radeonfb.c                         1.84
+sys/dev/wsfb/genfb.c                           1.54
+
+       Use printf("%s", s), not printf(s), in genfb and radeonfb.
+       [riastradh, ticket #1120]
+
+sys/dev/acpi/acpi_ec.c                         1.73
+
+       Register a null power handler if acpiec fails to attach.
+       [riastradh, ticket #1122]
+
+sys/dev/pci/ichsmb.c                           1.37
+
+       Register a null pmf handler even if we failed to attach.
+       Keeps ichsmb(4) from preventing suspend even if it's broken because
+       of ichlpcib(4) grodiness.
+       [riastradh, ticket #1123]
+
+share/man/man9/uvm_map.9                       1.3-1.5
+
+       Split large paragraph about uobj/uoffset into a bulleted list.
+       Mention that uvm_map doesn't add a reference to uobj.  Evidently this
+       information is important, since I just wasted countless hours over
+       the past months investigating kernel memory corruption arising from a
+       failure to notice this fact. Miscellaneous markup, speling and grammar
+       fix, Americanize a spelling.
+       [riastradh, ticket #1125]
+
+share/man/man9/uvm_km.9                                1.3
+
+       Fix typo in uvm_km(9): there is no struct vm_map_kernel.
+       [riastradh, ticket #1126]
+
+share/man/man3/attribute.3                     1.16
+
+       Fix note on __predict_true: predicts nonzero, not 1 specifically.
+       [riastradh, ticket #1127]
+
+sys/arch/amd64/conf/GENERIC                    1.385
+
+       Enable options VND_COMPRESSION in amd64/GENERIC.
+       [riastradh, ticket #1129]
+
+share/man/man9/iic.9                           1.10
+
+       Correct return type of iic_release_bus.
+       [riastradh, ticket #1130]



Home | Main Index | Thread Index | Old Index