Wed Jul 15 15:52:24 2020 UTC ()
Tickets #1005 - #1010, #1012, #1013


(martin)
diff -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-9.1

cvs diff -r1.1.2.77 -r1.1.2.78 src/doc/Attic/CHANGES-9.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.1 2020/07/14 13:38:12 1.1.2.77
+++ src/doc/Attic/CHANGES-9.1 2020/07/15 15:52:24 1.1.2.78
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.77 2020/07/14 13:38:12 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.78 2020/07/15 15:52:24 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 9.0_STABLE. 9 Welcome to 9.0_STABLE.
10 [martin] 10 [martin]
11 11
12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57 12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57
13 13
14 zfs_netbsd_setattr: ignore size changes on device nodes. 14 zfs_netbsd_setattr: ignore size changes on device nodes.
@@ -3370,13 +3370,57 @@ sys/dev/wscons/wsksymdef.h 1.68-1.73 @@ -3370,13 +3370,57 @@ sys/dev/wscons/wsksymdef.h 1.68-1.73
3370 [nia, ticket #1002] 3370 [nia, ticket #1002]
3371 3371
3372sys/dev/usb/ualea.c 1.12 3372sys/dev/usb/ualea.c 1.12
3373 3373
3374 Set up the USB xfer for every transfer, not just once in the attach 3374 Set up the USB xfer for every transfer, not just once in the attach
3375 function. 3375 function.
3376 [simonb, ticket #1003] 3376 [simonb, ticket #1003]
3377 3377
3378lib/libcurses/newwin.c 1.58 3378lib/libcurses/newwin.c 1.58
3379 3379
3380 PR 55484: newwin() - fix crash with negative ncols. 3380 PR 55484: newwin() - fix crash with negative ncols.
3381 [uwe, ticket #1004] 3381 [uwe, ticket #1004]
3382 3382
 3383sys/kern/subr_percpu.c 1.20
 3384
 3385 Fix assertion.
 3386 [riastradh, ticket #1005]
 3387
 3388sbin/rndctl/rndctl.c 1.32,1.33
 3389
 3390 Accept both byte orders for random seed in `rndctl -L'.
 3391 [riastradh, ticket #1006]
 3392
 3393share/man/man9/rnd.9 1.26,1.27
 3394
 3395 Update rnd(9) man page to reflect reality since netbsd-7.
 3396 [riastradh, ticket #1007]
 3397
 3398sys/dev/usb/ualea.c 1.10
 3399
 3400 Turn XXX comment into KASSERT.
 3401 [riastradh, ticket #1008]
 3402
 3403sys/arch/x86/x86/coretemp.c 1.37
 3404
 3405 Add special handling for model 0x0f stepping >=2 or mode 0x0e to get
 3406 Tjmax.
 3407 [msaitoh, ticket #1009]
 3408
 3409sys/dev/hid/hid.h 1.4,1.5
 3410sys/dev/usb/uhid.c 1.112,1.113
 3411sys/dev/usb/usbhid.h 1.19
 3412
 3413 Add support for USB HID raw mode for U2F/FIDO2 security keys.
 3414 [riastradh, ticket #1010]
 3415
 3416share/man/man4/wskbd.4 1.20,1.21
 3417
 3418 Various fixes.
 3419 [nia, ticket #1012]
 3420
 3421share/man/man8/man8.x86/boot.8 1.21
 3422sys/arch/i386/stand/boot/boot2.c 1.74
 3423
 3424 PR 55490: let the consdev command also set speed.
 3425 [kim, ticket #1013]
 3426