Module Name: src Committed By: snj Date: Sat Dec 31 04:55:53 UTC 2022
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: 30 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.13 src/doc/CHANGES-10.0:1.1.2.14 --- src/doc/CHANGES-10.0:1.1.2.13 Thu Dec 29 09:40:26 2022 +++ src/doc/CHANGES-10.0 Sat Dec 31 04:55:53 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.13 2022/12/29 09:40:26 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.14 2022/12/31 04:55:53 snj Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -406,3 +406,11 @@ sys/arch/arm/nxp/if_enet_imx.c 1.7 invalid DTB. [mrg, ticket #29] +usr.sbin/sysinst/bsddisklabel.c 1.71 + + PR 57132: when calculation additional space available for the + "expanded" partition (typically /) do not forget the reserved + space (that might be required for the system/bootloader/other + MD stuff). + [martin, ticket #30] +