Sun Mar 5 14:38:29 2023 UTC ()
Tickets #110 - #112


(martin)
diff -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-10.0

cvs diff -r1.1.2.39 -r1.1.2.40 src/doc/Attic/CHANGES-10.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-10.0 2023/03/03 17:03:36 1.1.2.39
+++ src/doc/Attic/CHANGES-10.0 2023/03/05 14:38:29 1.1.2.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-10.0,v 1.1.2.39 2023/03/03 17:03:36 martin Exp $ 1# $NetBSD: CHANGES-10.0,v 1.1.2.40 2023/03/05 14:38:29 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
4until the 10.0 release: 4until the 10.0 release:
5 5
6doc/CHANGES-10.0 created 6doc/CHANGES-10.0 created
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 10.0_BETA! 12 Welcome to 10.0_BETA!
13 13
14sys/arch/x86/pci/amdsmn.c 1.15 14sys/arch/x86/pci/amdsmn.c 1.15
@@ -1406,13 +1406,32 @@ sys/kern/kern_ksyms.c 1.108 @@ -1406,13 +1406,32 @@ sys/kern/kern_ksyms.c 1.108
1406 [riastradh, ticket #107] 1406 [riastradh, ticket #107]
1407 1407
1408sys/external/bsd/drm2/linux/linux_dma_buf.c 1.16 1408sys/external/bsd/drm2/linux/linux_dma_buf.c 1.16
1409 1409
1410 drm: Teach dmabuf to handle lseek. 1410 drm: Teach dmabuf to handle lseek.
1411 [riastradh, ticket #108] 1411 [riastradh, ticket #108]
1412 1412
1413sys/arch/arm/ti/if_cpsw.c 1.17 1413sys/arch/arm/ti/if_cpsw.c 1.17
1414 1414
1415 cpsw(4): disable a debug message unless explicit driver 1415 cpsw(4): disable a debug message unless explicit driver
1416 debugging is requested. 1416 debugging is requested.
1417 [sekiya, ticket #109] 1417 [sekiya, ticket #109]
1418 1418
 1419external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.81
 1420
 1421 Adapt zfs_netbsd_access() to ACL support.
 1422 [hannken, ticket #110]
 1423
 1424sys/miscfs/genfs/genfs_vnops.c 1.220
 1425
 1426 PR 57246: fix genfs_can_chtimes() to allow setting the current
 1427 time with only write permission on the file.
 1428 [hannken, ticket #111]
 1429
 1430sbin/nvmectl/logpage.c 1.11
 1431sbin/nvmectl/nvmectl.h 1.10
 1432sbin/nvmectl/util.c 1.3
 1433
 1434 nvmectl(8): data units read/written are counted in 1000s of 512 bytes.
 1435 Convert to human-readable value.
 1436 [mlelstv, ticket #112]
 1437