Fri Jan 29 21:01:53 2021 UTC ()
Tickets #1189 and #1190


(martin)
diff -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-9.2

cvs diff -r1.1.2.37 -r1.1.2.38 src/doc/Attic/CHANGES-9.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.2 2021/01/25 14:16:00 1.1.2.37
+++ src/doc/Attic/CHANGES-9.2 2021/01/29 21:01:53 1.1.2.38
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.2,v 1.1.2.37 2021/01/25 14:16:00 martin Exp $ 1# $NetBSD: CHANGES-9.2,v 1.1.2.38 2021/01/29 21:01:53 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 3A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
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.1_STABLE. 9 Welcome to 9.1_STABLE.
10 [martin] 10 [martin]
11 11
12xsrc/external/mit/freetype/dist/builds/unix/ftconfig.h.in up to 1.1.1.1 12xsrc/external/mit/freetype/dist/builds/unix/ftconfig.h.in up to 1.1.1.1
13xsrc/external/mit/freetype/dist/builds/unix/ax_compare_version.m4 up to 1.1.1.1 13xsrc/external/mit/freetype/dist/builds/unix/ax_compare_version.m4 up to 1.1.1.1
14xsrc/external/mit/freetype/dist/builds/unix/ax_prog_python_version.m4 up to 1.1.1.1 14xsrc/external/mit/freetype/dist/builds/unix/ax_prog_python_version.m4 up to 1.1.1.1
@@ -1416,13 +1416,27 @@ sys/dev/pci/if_ena.c 1.27 @@ -1416,13 +1416,27 @@ sys/dev/pci/if_ena.c 1.27
1416 PR 55942: destroyed ena(4) evcnts cause panic. 1416 PR 55942: destroyed ena(4) evcnts cause panic.
1417 [jmcneill, ticket #1186] 1417 [jmcneill, ticket #1186]
1418 1418
1419sys/kern/kern_threadpool.c 1.23 1419sys/kern/kern_threadpool.c 1.23
1420 1420
1421 PR 55948: fix a race in threadpool(9). 1421 PR 55948: fix a race in threadpool(9).
1422 [riastradh, ticket #1187] 1422 [riastradh, ticket #1187]
1423 1423
1424sys/arch/arm/broadcom/bcm2835_vcaudio.c 1.16 1424sys/arch/arm/broadcom/bcm2835_vcaudio.c 1.16
1425 1425
1426 vcaudio: make vcaudio accurately report lack of CAPTURE. 1426 vcaudio: make vcaudio accurately report lack of CAPTURE.
1427 [nia, ticket #1188] 1427 [nia, ticket #1188]
1428 1428
 1429usr.bin/progress/progress.c 1.23
 1430
 1431 PR 55914: progress(1): handle EINTR in writes.
 1432 [lukem, ticket #1189]
 1433
 1434usr.bin/ftp/ftp.c 1.171
 1435usr.bin/ftp/progressbar.c 1.24
 1436usr.bin/ftp/progressbar.h 1.9
 1437usr.bin/ftp/ssl.c 1.9
 1438usr.bin/ftp/version.h 1.92
 1439
 1440 PR 55857: ftp(1): don't use restartable signals.
 1441 [lukem, ticket #1190]
 1442