Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Ticket 1264, 1272-1726, 1728-1279.



details:   https://anonhg.NetBSD.org/src/rev/d0e79104fed2
branches:  netbsd-6
changeset: 776941:d0e79104fed2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Apr 14 15:08:37 2015 +0000

description:
Ticket 1264, 1272-1726, 1728-1279.

diffstat:

 doc/CHANGES-6.2 |  62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r a92c5a8ea4c7 -r d0e79104fed2 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Tue Apr 14 15:05:54 2015 +0000
+++ b/doc/CHANGES-6.2   Tue Apr 14 15:08:37 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.206 2015/04/02 17:50:33 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.207 2015/04/14 15:08:37 msaitoh Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -11291,3 +11291,63 @@
        Update OpenSSL to 1.0.1m
        [spz, ticket #1284]
 
+include/unistd.h                               1.144
+sys/kern/init_sysent.c                         regen
+sys/kern/syscalls.c                            regen
+sys/kern/syscalls.master                       1.272
+sys/rump/include/rump/rump_syscalls.h          regen
+sys/rump/librump/rumpkern/rump_syscalls.c      regen
+sys/sys/syscall.h                              regen
+sys/sys/syscallargs.h                          regen
+sys/compat/netbds32/netbsd32_syscall.h         regen
+sys/compat/netbds32/netbsd32_syscallargs.h     regen
+sys/compat/netbds32/netbsd32_syscalls.c                regen
+sys/compat/netbds32/netbsd32_sysent.c          regen
+sys/compat/netbsd32/syscalls.master            1.102
+
+       Fix return type of the readlinkat(2) syscall. PR#49684.
+       [khorben, ticket #1264]
+
+share/man/man9/pci_intr.9                      1.18 via patch
+
+       Fix type of pc argument in pci_intr(9) man page.
+       [riastradh, ticket #1272]
+
+lib/libc/stdio/fopen.3                         1.30
+
+       Use Pq to avoid space before O_EXCL.
+       [riastradh, ticket #1273]
+
+doc/BUILDING.mdoc                              1.111
+
+       Use `It Sy', not just `It', for live-image, to match other targets.
+       No change to plain-text BUILDING file.
+       [riastradh, ticket #1274]
+
+share/man/man9/uvm_km.9                                1.4
+
+       Clarify uvm_km_alloc is contiguous and zero result means fail.
+       [riastradh, ticket #1275]
+
+usr.bin/ktrace/ktrace.1                                1.43
+
+       Omit no longer existing l, m from default trace points.
+       [riastradh, ticket #1276]
+
+sys/arch/xen/include/evtchn.h                  1.23
+sys/arch/xen/xen/evtchn.c                      1.71
+sys/arch/xen/xen/pci_intr_machdep.c            1.17
+
+       Properly implemement pci_intr_disestablish(9), so that interrupt
+       handlers stop being called when the device has been detached.
+       Should fix PR port-xen/47720 (which turns out to not be related to
+       raidframe). While there fix possible races in event_remove_handler()
+       and pirq_establish().
+       [bouyer, ticket #1278]
+
+distrib/sets/makesrctars                       1.40
+
+       GPL code isn't just in src/gnu these days (i.e., the last 6 years).
+       move stuff from src/external/gpl[23] out of the src tarball and into
+       gnusrc.
+       [snj, ticket #1279]



Home | Main Index | Thread Index | Old Index