CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:41:29 UTC 2022 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: disklabel_can_add_partition() did not consider additional partitions (while there still is space in the disklabel). Part of PR 56886.

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:41:29 UTC 2022 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: disklabel_can_add_partition() did not consider additional partitions (while there still is space in the disklabel). Part of PR 56886.

CVS commit: src

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 21:18:30 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_062.c msg_085.c msg_090.c msg_092.c msg_093.c msg_094.c msg_095.c msg_096.c msg_108.c msg_114.c msg_343.c

CVS commit: src

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 21:18:30 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_062.c msg_085.c msg_090.c msg_092.c msg_093.c msg_094.c msg_095.c msg_096.c msg_108.c msg_114.c msg_343.c

CVS commit: src/usr.bin/xlint/lint1

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 22:21:49 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: merge duplicate code in typeok_minus No functional change. To generate a diff of this commit: cvs rdiff -u -r1.457 -r1.458

CVS commit: src/usr.bin/xlint/lint1

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 22:21:49 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: merge duplicate code in typeok_minus No functional change. To generate a diff of this commit: cvs rdiff -u -r1.457 -r1.458

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:46:11 UTC 2022 Modified Files: src/usr.sbin/sysinst: label.c Log Message: Fix free space accounting when partitions change size or are deleted. Part of PR 56886. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:46:11 UTC 2022 Modified Files: src/usr.sbin/sysinst: label.c Log Message: Fix free space accounting when partitions change size or are deleted. Part of PR 56886. To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Izumi Tsutsui
> Module Name: src > Committed By: martin > Date: Tue Jun 21 15:42:44 UTC 2022 > > Modified Files: > src/usr.sbin/sysinst: disklabel.c > > Log Message: > Fix free space accounting for partition size changes and deletions. > Part of PR 56886. @@ -822,6 +824,15 @@ >

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 16:08:25 UTC 2022 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: Fix inverted condition in previous and only apply special handling for the "all of NetBSD" partition when we have an outer MBR label.

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 16:08:25 UTC 2022 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: Fix inverted condition in previous and only apply special handling for the "all of NetBSD" partition when we have an outer MBR label.

Re: CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
On Wed, Jun 22, 2022 at 12:55:16AM +0900, Izumi Tsutsui wrote: > Shouldn't this part be '&& part != RAW_PART - 1' ? Good catch! > It looks we cannot choose RAW_PART (and RAW_PART-1 on MBR ports) > on the inner editor, though. Yes, the UI should prevent it, but better double check in the

CVS commit: src/sys

2022-06-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 21 15:40:21 UTC 2022 Modified Files: src/sys/arch/atari/dev: font_8x16.c src/sys/dev/wsfont: vt220iso8x16.h Log Message: Correct flipped glyph of 'N' in the "New Line" in the DEC graphics chars. To generate a

CVS commit: src/sys

2022-06-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 21 15:40:21 UTC 2022 Modified Files: src/sys/arch/atari/dev: font_8x16.c src/sys/dev/wsfont: vt220iso8x16.h Log Message: Correct flipped glyph of 'N' in the "New Line" in the DEC graphics chars. To generate a

Re: CVS commit: src/tests/libexec/ld.elf_so

2022-06-21 Thread Nick Hudson
On 21/06/2022 17:24, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Tue Jun 21 16:24:37 UTC 2022 Modified Files: src/tests/libexec/ld.elf_so: t_ifunc.c Log Message: sort; it is the same list as in h_ifunc_static.c; perhaps it should be a HAVE_

CVS commit: src/usr.bin/xlint

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 22:10:31 UTC 2022 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: decl.c emit1.c tree.c Log Message: lint: use is_struct_or_union instead of comparing twice No functional change.

CVS commit: src/usr.bin/xlint

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 22:10:31 UTC 2022 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: decl.c emit1.c tree.c Log Message: lint: use is_struct_or_union instead of comparing twice No functional change.

CVS commit: src/tests/libexec/ld.elf_so

2022-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 21 16:24:37 UTC 2022 Modified Files: src/tests/libexec/ld.elf_so: t_ifunc.c Log Message: sort; it is the same list as in h_ifunc_static.c; perhaps it should be a HAVE_ something? To generate a diff of this commit: cvs

CVS commit: src/tests/libexec/ld.elf_so

2022-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 21 16:24:37 UTC 2022 Modified Files: src/tests/libexec/ld.elf_so: t_ifunc.c Log Message: sort; it is the same list as in h_ifunc_static.c; perhaps it should be a HAVE_ something? To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:42:44 UTC 2022 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: Fix free space accounting for partition size changes and deletions. Part of PR 56886. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:42:44 UTC 2022 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: Fix free space accounting for partition size changes and deletions. Part of PR 56886. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:45:03 UTC 2022 Modified Files: src/usr.sbin/sysinst: label.c Log Message: renumber_partitions() needs to deal with removed/added partitions. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/sysinst

2022-06-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 21 15:45:03 UTC 2022 Modified Files: src/usr.sbin/sysinst: label.c Log Message: renumber_partitions() needs to deal with removed/added partitions. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.bin/xlint/lint1

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 22:16:26 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: clean up comments, don't include unused header No functional change. To generate a diff of this commit: cvs rdiff -u -r1.456

CVS commit: src/usr.bin/xlint/lint1

2022-06-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 21 22:16:26 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: clean up comments, don't include unused header No functional change. To generate a diff of this commit: cvs rdiff -u -r1.456

CVS commit: src/lib/csu/common

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:41:39 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/csu/common/crt0-common.c Please note that

CVS commit: src/lib/csu/common

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:41:39 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/csu/common/crt0-common.c Please note that

CVS commit: src

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:47:38 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c src/libexec/ld.elf_so: rtld.h src/tests/lib/csu: h_ifunc_static.c src/tests/libexec/ld.elf_so: t_ifunc.c Log Message: Wrap long

CVS commit: src

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:47:38 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c src/libexec/ld.elf_so: rtld.h src/tests/lib/csu: h_ifunc_static.c src/tests/libexec/ld.elf_so: t_ifunc.c Log Message: Wrap long

CVS commit: src

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:52:17 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c src/libexec/ld.elf_so: rtld.h src/libexec/ld.elf_so/arch/aarch64: mdreloc.c src/tests/lib/csu: h_ifunc_static.c

CVS commit: src

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:52:17 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c src/libexec/ld.elf_so: rtld.h src/libexec/ld.elf_so/arch/aarch64: mdreloc.c src/tests/lib/csu: h_ifunc_static.c

CVS commit: src/sys/arch/x68k/stand/libsa

2022-06-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jun 21 12:43:57 UTC 2022 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: x68k/stand: Correct blocksize in case of CD. - Fix calculation of the blocksize passes to SCSI IOCS. - Use three kind of sector size

CVS commit: src/sys/arch/x68k/stand/libsa

2022-06-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jun 21 12:43:57 UTC 2022 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: x68k/stand: Correct blocksize in case of CD. - Fix calculation of the blocksize passes to SCSI IOCS. - Use three kind of sector size

CVS commit: src/sys/arch/x68k/stand/libsa

2022-06-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jun 21 12:20:43 UTC 2022 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: x68k/stand: Correct a condition expression. - start is LBA but dblk is relative from this partition. - The first term was wrong. It

CVS commit: src/sys/arch/x68k/stand/libsa

2022-06-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jun 21 12:20:43 UTC 2022 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: x68k/stand: Correct a condition expression. - start is LBA but dblk is relative from this partition. - The first term was wrong. It

CVS commit: src/sys/arch/x68k/stand/boot

2022-06-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jun 21 12:45:46 UTC 2022 Modified Files: src/sys/arch/x68k/stand/boot: version Log Message: x68k/stand: Bump boot's version. Fix blocksize parameter passes to SCSI IOCS. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/arch/x68k/stand/boot

2022-06-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jun 21 12:45:46 UTC 2022 Modified Files: src/sys/arch/x68k/stand/boot: version Log Message: x68k/stand: Bump boot's version. Fix blocksize parameter passes to SCSI IOCS. To generate a diff of this commit: cvs rdiff -u -r1.8