Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc entries for pullups for tickets:



details:   https://anonhg.NetBSD.org/src/rev/709dd6aa0a11
branches:  netbsd-1-6
changeset: 529120:709dd6aa0a11
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 30 13:55:50 2002 +0000

description:
entries for pullups for tickets:
        822 833 842 843 852 854 856 858 866 867 879 880

diffstat:

 doc/CHANGES-1.6.1 |  84 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 79 insertions(+), 5 deletions(-)

diffs (114 lines):

diff -r d138077e2568 -r 709dd6aa0a11 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Mon Sep 30 13:52:26 2002 +0000
+++ b/doc/CHANGES-1.6.1 Mon Sep 30 13:55:50 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.2 2002/09/30 12:51:34 lukem Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.3 2002/09/30 13:55:50 lukem Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -21,13 +21,13 @@
 
        Don't build kf or kfd; there are security issues with
        Heimdal 0.4e, and we don't actually need them.
-       [Ticket #782 from joda]
+       [joda, ticket #782]
 
 sys/arch/vax/vsa/asc_vsbus.c                   1.25
 
        Increase sc_maxxfer from 63K to 64K, otherwise fsck
        fails for file systems with larger block sizes.
-       [Ticket #783 from chuck]
+       [chuck, ticket #783]
 
 sys/dev/pcmcia/if_ne_pcmcia.c                  1.95
 sys/dev/pcmcia/pcmciadevs                      1.177
@@ -35,7 +35,7 @@
 sys/dev/pcmcia/pcmciadevs_data.h               regen
 
        Add support for ACCTON EN2216-PCMCIA-ETHERNET.
-       [Ticket #829 from bouyer]
+       [bouyer, ticket #829]
 
 doc/LAST_MINUTE                                        1.1,patch
 doc/CHANGES                                    1.1,patch
@@ -50,4 +50,78 @@
 
        Correct the escape sequences for F1-F4 in our xterm entry.
        Fixes PR#18272.
-       [Ticket 789 from jdc]
+       [jdc, ticket #789]
+
+distrib/sets/makesums                          1.5
+
+       Also sum symlinks (as well as files) which match.
+       [lukem, ticket #822]
+
+distrib/notes/sparc/hardware                   1.22-1.23
+
+       Mention that some non-Sun CD-ROM drives can't boot any OS
+       on Sun hardware.  Fix broken link to CD-ROM FAQ.
+       [mbw, ticket #833]
+
+sys/netinet/ip_output.c                                1.102
+
+       In rare cases when there is no room for ip options
+       ip_insertoptions() can fail and corrupt a header length.
+       Initialize len and check what ip_insertoptions() returns.
+       [darrenr, ticket #842]
+
+libexec/ftpd/ftpd.c                            1.142
+
+       Fix to allow /etc/ftpchroot to work correctly for
+       usernames with > 9 characters.
+       [lukem, ticket #843]
+
+distrib/utils/sysinst/menus.mi.en              1.57-1.58
+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.
+       [grant, ticket #852]
+
+distrib/utils/sysinst/arch/hpcmips/msg.md.en   1.7
+distrib/utils/sysinst/arch/i386/msg.md.en      1.28
+
+       Add explanation of normal vs. serial bootblocks.
+       Addresses part of PR#18192.
+       [grant, ticket #854]
+
+distrib/hpcmips/Makefile                       1.22
+
+       Reorder lines so that ${MAKESUMS} is executed after all
+       files are installed.
+       [shin, ticket #856]
+
+sys/arch/shark/isa/isa_shark_machdep.c         1.2
+
+       Improve the display of ISA interrupts.
+       [cgd, ticket #858]
+
+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.
+       [wrstuden, ticket #866]
+
+sys/arch/macppc/stand/ofwboot/Locore.c         1.11
+
+       Remove vestiges of the syncicache() call.
+       This change makes OpenFirmware 2.4 machines actually boot.
+       [wrstuden, ticket #867]
+
+sys/nfs/nfs_serv.c                             1.64
+
+       Remove unnecessary PNBUF_PUT() in the NFSv2 mknod case.
+       Fixes PR#18013.
+       [bouyer, ticket #879]
+
+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.
+       [bouyer, ticket #880]



Home | Main Index | Thread Index | Old Index