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 src/usr.
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 src/usr.
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 -r1.45
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 -r1.45
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.
T
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.
T
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
src/usr.bin/x
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
src/usr.bin/x
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_ someth
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
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
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 backend.
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.
Poin
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.
Poin
> 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 @@
>
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 -r1.
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 -r1.
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 src/usr.sbi
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 src/usr.sbi
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 -r
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 -r
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.
To
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.
To
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 di
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 di
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
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
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 (b
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 (b
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 sh
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 sh
31 matches
Mail list logo