Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc changes for tickets: 846 857 869 870 876 883 885 89...



details:   https://anonhg.NetBSD.org/src/rev/4d520def6432
branches:  netbsd-1-6
changeset: 529137:4d520def6432
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 02 03:43:03 2002 +0000

description:
changes for tickets: 846 857 869 870 876 883 885 891 892

diffstat:

 doc/CHANGES-1.6.1 |  66 ++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 58 insertions(+), 8 deletions(-)

diffs (105 lines):

diff -r 7d51cfea0885 -r 4d520def6432 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Wed Oct 02 03:35:07 2002 +0000
+++ b/doc/CHANGES-1.6.1 Wed Oct 02 03:43:03 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.5 2002/10/01 23:46:58 lukem Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.6 2002/10/02 03:43:03 lukem Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -37,9 +37,9 @@
        Add support for ACCTON EN2216-PCMCIA-ETHERNET.
        [bouyer, ticket #829]
 
-doc/LAST_MINUTE                                        1.1,patch
-doc/CHANGES                                    1.1,patch
-doc/CHANGES.prev                               1.1,patch
+doc/LAST_MINUTE                                        1.1, patch
+doc/CHANGES                                    1.1, patch
+doc/CHANGES.prev                               1.1, patch
 doc/README.files                               1.1
 
        Pull up documentation that was moved into the base source.
@@ -80,7 +80,8 @@
 distrib/utils/sysinst/menus.mi.fr              1.37-1.38
 distrib/utils/sysinst/menus.mi.pl              1.8-1.9
 
-       Nullify ftp password whenever the user is changed.  Fixes PR#11436.
+       Nullify ftp password whenever the user is changed.
+       Fixes PR#11436.
        [grant, ticket #852]
 
 distrib/utils/sysinst/arch/hpcmips/msg.md.en   1.7
@@ -104,8 +105,8 @@
 sys/arch/macppc/stand/ofwboot/Makefile         1.35
 sys/arch/macppc/stand/ofwboot/alloc.c          1.3
 
-       Re-add own alloc(), to fix recent issues with kernels
-       randomly dying on boot.
+       Re-add own alloc(), to fix recent issues with
+       kernels randomly dying on boot.
        [wrstuden, ticket #866]
 
 sys/arch/macppc/stand/ofwboot/Locore.c         1.11
@@ -123,7 +124,7 @@
 sys/nfs/nfs_serv.c                             1.63,1.65
 
        Improve various checks in nfsrv_commit() and nfs_commit().
-       Prevents DIAGNOSTIC panics with NVSv3 Linux clients.
+       Prevents DIAGNOSTIC panics with some NVSv3 clients.
        [bouyer, ticket #880]
 
 sys/arch/macppc/conf/INSTALL                   patch
@@ -138,3 +139,52 @@
 
        Fix buffer overflows.
        [mrg, ticket #892]
+
+sys/arch/arm/arm32/fault.c                     1.23
+
+       Record growth of stack in fault handler,
+       so that core dumps contain the entire stack.
+       [nathanw, ticket #885]
+
+usr.bin/sort/fsort.c                           1.21
+
+       Use the right file to output merge result.
+       [enami, ticket #883]
+
+sys/uvm/uvm_swap.c                             1.68
+
+       Fix writing of kernel core dumps to alternate dump devices.
+       Fixes PR#15947.
+       [drochner, ticket #876]
+
+sys/dev/pci/if_fxp_pci.c                       1.26
+
+       Certain revisions of the i82558 would not initialise
+       correctly; fix this.
+       Fixes PR#18011.
+       [itojun, ticket #870]
+
+gnu/dist/groff/src/preproc/pic/pic.y           1.2
+
+       Avoid a possible buffer overflow.
+       [wiz, ticket #869]
+
+sys/dev/pcmcia/if_xi.c                         1.23
+
+       Changes from FreeBSD to improve performance.
+       From PR#18372.
+       [martin, ticket #891]
+
+libexec/talkd/extern.h                         1.3
+libexec/talkd/process.c                                1.8 (via patch)
+libexec/talkd/talkd.c                          1.14
+
+       Fix response buffer & string handling.
+       [itojun, ticket #846]
+
+usr.sbin/lpr/lpd/lpd.c                         1.43 (via patch)
+
+       Set IPV6_V6ONLY socket option on AF_INET6 sockets, to avoid
+       complicated access control issues due to IPv4 mapped address.
+       [itojun, ticket #857]
+



Home | Main Index | Thread Index | Old Index