CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 11 22:29:36 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Removed Files: src/sys/arch/hp300/stand/mkboot: volhdr.h Log Message: Use MI to refer LIF filesystem structures. This should have

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 11 22:29:36 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Removed Files: src/sys/arch/hp300/stand/mkboot: volhdr.h Log Message: Use MI to refer LIF filesystem structures. This should have

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 7 19:55:14 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h Log Message: Use proper signedness for the LIF file system data structures. Ancient 4.3BSD used short and int for location, file

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 7 19:55:14 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h Log Message: Use proper signedness for the LIF file system data structures. Ancient 4.3BSD used short and int for location, file

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 6 18:08:49 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Misc cosmetic changes for mostly readability. - KNF and add some newlines per blocks - define and use proper bintobcd() macro -

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 6 18:08:49 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Misc cosmetic changes for mostly readability. - KNF and add some newlines per blocks - define and use proper bintobcd() macro -

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 5 07:36:38 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix integer overflow of strtol(3) for "loadpoint" address on ILP32 hosts. This strtol(3) was introduced in rev 1.12 for

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 5 07:36:38 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix integer overflow of strtol(3) for "loadpoint" address on ILP32 hosts. This strtol(3) was introduced in rev 1.12 for

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 3 15:39:50 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix build as a tool (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 3 15:39:50 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: Fix build as a tool (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 24 15:34:47 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c Log Message: avoid stringop truncation, fix copyright string to prevent assembler warnings. To generate a diff of this commit:

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 24 15:34:47 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c Log Message: avoid stringop truncation, fix copyright string to prevent assembler warnings. To generate a diff of this commit:

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 20 16:53:22 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c Log Message: add missing chunk for repro-build. fix gcc warnings. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 20 16:53:22 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c Log Message: add missing chunk for repro-build. fix gcc warnings. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 9 16:18:12 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: fix usage string, improve error handling. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/hp300/stand/mkboot

2024-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 9 16:18:12 UTC 2024 Modified Files: src/sys/arch/hp300/stand/mkboot: mkboot.c Log Message: fix usage string, improve error handling. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13