NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56886 CVS commit: [netbsd-9] src/usr.sbin/sysinst



The following reply was made to PR install/56886; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56886 CVS commit: [netbsd-9] src/usr.sbin/sysinst
Date: Sat, 31 Dec 2022 05:03:14 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Sat Dec 31 05:03:14 UTC 2022
 
 Modified Files:
 	src/usr.sbin/sysinst [netbsd-9]: disklabel.c label.c
 
 Log Message:
 Pull up following revision(s) (requested by martin in ticket #1558):
 	usr.sbin/sysinst/disklabel.c: 1.46-1.48
 	usr.sbin/sysinst/label.c: 1.40-1.41
 
 disklabel_can_add_partition() did not consider additional partitions
 (while there still is space in the disklabel). Part of PR 56886.
 
 Fix free space accounting for partition size changes and deletions.
 Part of PR 56886.
 
 renumber_partitions() needs to deal with removed/added partitions.
 
 Fix free space accounting when partitions change size or are deleted.
 Part of PR 56886.
 
 Fix inverted condition in previous and only apply special handling for
 the "all of NetBSD" partition when we have an outer MBR label.
 Pointed out by Izumi Tsutsui. Hopefully the last fix needed for PR 56886.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10.2.10 -r1.10.2.11 src/usr.sbin/sysinst/disklabel.c
 cvs rdiff -u -r1.10.2.8 -r1.10.2.9 src/usr.sbin/sysinst/label.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index