Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Today's set from this corner:



details:   https://anonhg.NetBSD.org/src/rev/6e97976347ab
branches:  netbsd-1-6
changeset: 529437:6e97976347ab
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 21 21:01:00 2002 +0000

description:
Today's set from this corner:
 o Style fixups of a couple of earlier entries
 o tcp_output.c: don't use segments > 1/2 socket buffer
 o inet6: allow bind() of deprecated address
 o libkern: use __builtin_ffs()
 o if_sip.c: avoid reset/interrupt/reset/interrupt/... loop
 o arm32: use cached access to L1 tables
 o powerpc ansi.h: back out latest change -- causes build problem

diffstat:

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

diffs (85 lines):

diff -r e78f96fd5213 -r 6e97976347ab doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Thu Nov 21 20:55:29 2002 +0000
+++ b/doc/CHANGES-1.6.1 Thu Nov 21 21:01:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.37 2002/11/21 18:38:17 tron Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.38 2002/11/21 21:01:00 he Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -1342,13 +1342,13 @@
 
 sys/netkey/key.c                               1.73
 
-       fixed that the incorrect time was set to sadb_comb_{hard|soft}_usetime.
-       sync w/kame
+       Fixed that the incorrect time was set to sadb_comb_{hard|soft}_usetime.
+       Sync w/KAME.
        [itojun, ticket #704]
 
 sys/netkey/key.c                               1.74
 
-       should return error code from key_senderror().  sync w/kame
+       Should return error code from key_senderror().  Sync w/KAME.
        [itojun, ticket #705]
 
 sys/dev/pcmcia/if_wi_pcmcia.c                  1.25
@@ -1366,6 +1366,53 @@
        wi0: Intersil Firmware: Primary (1.0.7), Station (1.3.6)
        [abs, ticket #971]
 
+sys/netinet/tcp_output.c                       1.85
+
+       Never send more than half a socket buffer of data in a
+       segment.  This ensures that we can always keep 2 packets
+       on the wire, and we will therefore not cause any delayed
+       ACKs.  Otherwise, this causes performance problems when
+       using large-MTU interfaces, such as the loopback interface.
+       [thorpej, ticket #707]
+
+sys/netinet6/in6_pcb.c                         1.50
+sys/netinet6/in6_proto.c                       1.45
+
+       Allow bind() of deprecated addresses, trusting userland
+       application knows what it's doing.
+       [itojun, ticket #708]
+
+sys/lib/libkern/libkern.h                      1.41
+
+       GCC 2.95 supports __builtin_ffs(), so use it.
+       [thorpej, ticket #710]
+
+sys/dev/pci/if_sip.c                           1.62
+
+       Do not treat the ``reset complete'' interrupts as errors.
+       Doing so causes us to go into a reset/interrupt/reset loop.
+       [tls, ticket #1007]
+
+sys/arch/acorn32/acorn32/rpc_machdep.c         1.39
+sys/arch/arm/arm32/pmap.c                      1.110
+sys/arch/cats/cats/cats_machdep.c              1.33
+sys/arch/evbarm/integrator/integrator_machdep.c        1.26
+sys/arch/evbarm/iq80310/iq80310_machdep.c      1.43
+sys/arch/evbarm/iq80321/iq80321_machdep.c      1.10
+sys/arch/hpcarm/hpcarm/hpc_machdep.c           1.52
+sys/arch/netwinder/netwinder/netwinder_machdep.c 1.35
+sys/arch/shark/ofw/ofw.c                       1.18
+
+       Do cached memory access to L1 tables, making sure to
+       write-back the cache after any L1 table modifications.
+       [thorpej, ticket #712]
+
+sys/arch/powerpc/include/ansi.h                        patch
+
+       Back out latest change -- it is somewhat controversial,
+       ref. revision 1.14 and causes a build problem.
+       [he, ticket #638]
+
 sys/dev/pci/if_wmreg.h                         1.4
 sys/dev/pci/pcidevs                            1.474
 sys/dev/pci/pcidevs.h                          regenerate
@@ -1373,4 +1420,3 @@
 
        fix typos; "wiseman" is 82542, not 82452.
        [yamt, ticket #925]
-



Home | Main Index | Thread Index | Old Index