Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #890 - #895



details:   https://anonhg.NetBSD.org/src/rev/9f5c6d50c08d
branches:  netbsd-9
changeset: 932445:9f5c6d50c08d
user:      martin <martin%NetBSD.org@localhost>
date:      Thu May 07 18:27:19 2020 +0000

description:
Tickets #890 - #895

diffstat:

 doc/CHANGES-9.1 |  44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

diffs (55 lines):

diff -r e285d2a69c9d -r 9f5c6d50c08d doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Thu May 07 18:25:14 2020 +0000
+++ b/doc/CHANGES-9.1   Thu May 07 18:27:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.53 2020/05/05 18:34:48 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.54 2020/05/07 18:27:19 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -2454,3 +2454,45 @@
        Align addresses to cache lines in __clear_cache for aarch64.
        [jmcneill, ticket #889]
 
+bin/rcp/rcp.c                                  1.50
+
+       In sink(), upon error, avoid multiple replies to the source
+       as this would lead to a desynchronization of the protocol and
+       further files or directories to be ignored or corrupted.
+       [aymeric, ticket #890]
+
+sys/arch/arm/sunxi/sun4i_a10_ccu.c             1.12
+
+       Add A20 CLK_OUT_A and CLK_OUT_B clocks.
+       [jmcneill, ticket #891]
+
+sys/dev/sdmmc/if_bwfm_sdio.c                   1.15
+
+       Add entry for BCM43362, found on Cubietruck.
+       [macallan, ticket #892]
+
+usr.sbin/lastlogin/lastlogin.8                 1.13,1.14
+usr.sbin/lastlogin/lastlogin.c                 1.16-1.20
+
+       lastlogin(8):
+       - Size output columns dynamically by default to fit contents.
+       - Show lastlogx entries even when a passwd entry is not found, just
+         like with lastlog entries.
+       - If -n is specified more than once, print the numeric user id for
+         lastlog entries, just like with lastlogx entries.
+       - Fix an issue where the last character of data copied from lastlog
+         and lastlogx fields could sometimes be dropped.
+       [kim, ticket #893]
+
+usr.bin/finger/finger.1                                1.22
+usr.bin/finger/util.c                          1.30
+
+       finger(1): add lastlogx support.
+       [kim, ticket #894]
+
+sys/arch/arm/cortex/gic_v2m.c                  1.9
+sys/arch/arm/cortex/gic_v2m.h                  1.3
+
+       Do not store a pointer to the passed in struct pci_attach_args.
+       [jmcneill, ticket #895]
+



Home | Main Index | Thread Index | Old Index