Module Name:    src
Committed By:   martin
Date:           Thu May  7 18:27:19 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #890 - #895


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-9.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.53 src/doc/CHANGES-9.1:1.1.2.54
--- src/doc/CHANGES-9.1:1.1.2.53	Tue May  5 18:34:48 2020
+++ src/doc/CHANGES-9.1	Thu May  7 18:27:19 2020
@@ -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 @@ sys/external/bsd/compiler_rt/dist/lib/bu
 	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]
+

Reply via email to