Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Note pullup of tickets 1155, 1156, 1167, 1172, 1183...



details:   https://anonhg.NetBSD.org/src/rev/ba60baaa6fa8
branches:  netbsd-1-6
changeset: 530249:ba60baaa6fa8
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 02 15:09:38 2003 +0000

description:
Note pullup of tickets 1155, 1156, 1167, 1172, 1183, 1188, 1191 and 1202.

diffstat:

 doc/CHANGES-1.6.2 |  86 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 83 insertions(+), 3 deletions(-)

diffs (104 lines):

diff -r 24ee99f28fda -r ba60baaa6fa8 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Mon Jun 02 15:06:10 2003 +0000
+++ b/doc/CHANGES-1.6.2 Mon Jun 02 15:09:38 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.7 2003/06/02 09:56:26 tron Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.8 2003/06/02 15:09:38 tron Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -71,12 +71,92 @@
 
        Add PQUIRK_NOLUNS entry for "NEC     ", "CD-ROM DRIVE:502".
        Fixes PR kern/18479
-       [bouyer, ticket #]
+       [bouyer, ticket #1140]
 
 sys/dev/pci/pcidevs                            1.503
 sys/dev/pci/pcidevs.h                          regenerate
 sys/dev/pci/pcidevs_data.h                     regenerate
 
        Add SiS 651 host bridge.
-       [bouyer, ticket #]
+       [bouyer, ticket #1143]
+
+sys/dev/scsipi/scsiconf.c                      1.198
+
+       Remove revision in quirk entry for TOSHIBA XM-4101TASUNSLCD.
+       The same drive with a newer revision also fails, so assume all
+       revisions are bad until proven otherwise.
+       [bouyer, ticket #1155]
+
+sys/kern/kern_malloc.c                         1.73
+sys/uvm/uvm_amap.c                             1.45
+sys/uvm/uvm_amap.h                             1.18
+sys/uvm/uvm_extern.h                           1.72
+sys/uvm/uvm_km.c                               1.58
+sys/uvm/uvm_map.c                              1.119
+
+       Add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to
+       return failure if swap is full and there are no free physical pages.
+       have malloc() use this flag if M_CANFAIL is passed to it.
+       use M_CANFAIL to allow amap_extend() to fail when memory is scarce.
+       this should prevent most of the remaining hangs in low-memory
+       situations.
+       [skrll, ticket #1156]
+
+usr.bin/progress/progress.c                    1.7
+
+       Use an even more elaborate wait loop; it turns out we have a
+       child before we even start when run from sysinst.
+       [ross, ticket #1167]
+
+usr.bin/cdplay/cdplay.c                                1.22
+
+       Fix PR 18444 and a few other corner cases in cdplay.c.
+       [is, ticket #1172]
+
+sys/arch/mac68k/dev/akbdmap.h                  1.4
+sys/arch/macppc/dev/akbdmap.h                  1.5
+
+Merged mac68k and macppc keayboards, since they are the same. The file
+could move to <arch/mac> if one day we create it.
 
+       Added a french keyboard layout.
+       Fixed french keymap: option was not mapped correctly, thus making
+       impossible to use |{}[] (tested).
+       Added jp keymap from PR/15438, and sf, sv, de and uk keymaps from
+       OpenBSD. (all untested).
+       [manu, ticket #1183]
+
+sys/net/if_ethersubr.c                         1.105
+
+       Ignore multicast PPPoE packets ASAP.
+       This improves performance a lot on slow machines behind a cable modem.
+       Protect it with PPPOE_SERVER as a reminder that this will have to be
+       changed if we add PPPoE server code in the kernel one day.
+       [aymeric, ticket #1188]
+
+share/misc/style                               1.23
+
+       Return value style update (no parentheses)
+       [mason, ticket #1191]
+
+lib/libc/citrus/citrus_ctype_template.h                1.15-1.20
+lib/libc/citrus/citrus_none.c                  1.6-1.7
+
+       mbsrtowcs_priv template:
+               n == 0 is not an error. it's a valid input.
+       _citrus_NONE_ctype_mbsrtowcs:
+               fix a typo that causes SEGV.
+       while i'm here, make them similar each other.
+       when s==0, wctomb should initialize its internal state and return if
+       encodings have state dependency or not. Fix part of PR 18269.
+       In _RESTART_BEGIN macro, don't use external variable directly.
+       - add missing _CEI_TO_EI/_TO_CEI.
+       - add missing _STATE_NEEDS_EXPLICIT_INIT checks.
+       - more comment.
+       - add missing _CEI_TO_EI/_TO_CEI.
+       - don't use 'cl' before assert it's non NULL.
+       - handle s==NULL case of wcrtomb.
+       - add a comment about it.
+       Fix rest of PR 18269 by wurlitzer.
+       [yamt, ticket #1202]
+



Home | Main Index | Thread Index | Old Index