Module Name: src Committed By: martin Date: Sun Apr 24 16:39:56 UTC 2022
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1438 To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-9.3 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.3 diff -u src/doc/CHANGES-9.3:1.1.2.84 src/doc/CHANGES-9.3:1.1.2.85 --- src/doc/CHANGES-9.3:1.1.2.84 Mon Apr 18 10:57:05 2022 +++ src/doc/CHANGES-9.3 Sun Apr 24 16:39:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.84 2022/04/18 10:57:05 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.85 2022/04/24 16:39:56 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1540,3 +1540,11 @@ sys/fs/udf/udf_allocation.c 1.46 Avoid a race introduced with ticket #1431. [reinoud, ticket #1437] +sys/compat/netbsd32/netbsd32.h 1.140 +sys/compat/netbsd32/netbsd32_fs.c 1.95 +sys/fs/udf/udf_subr.c 1.169 + + Fix endian issue with UDF extended attribute handling. + PR 56801: implement support for mounting UDF in compat32. + [reinoud, ticket #1438] +