CVS commit: src/usr.bin/mkubootimage

2024-11-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Nov 29 02:56:44 UTC 2024 Modified Files: src/usr.bin/mkubootimage: crc32.h Log Message: crc32.h: add missing RCS ID To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkubootimage/crc32.h Please not

CVS commit: src/usr.bin/mkubootimage

2024-11-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Nov 29 02:56:44 UTC 2024 Modified Files: src/usr.bin/mkubootimage: crc32.h Log Message: crc32.h: add missing RCS ID To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkubootimage/crc32.h Please not

CVS commit: src/usr.bin/mkubootimage

2024-10-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Oct 29 02:54:38 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.c Log Message: mkubootimage.c: consistently use endian.h origin functions Since this already uses bswap32(3), le64toh(3), etc., switch to als

CVS commit: src/usr.bin/mkubootimage

2024-10-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Oct 29 02:54:38 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.c Log Message: mkubootimage.c: consistently use endian.h origin functions Since this already uses bswap32(3), le64toh(3), etc., switch to als

CVS commit: src/usr.bin/mkubootimage

2024-05-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 22 00:02:47 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: mkubootimage.1: improve markup To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/mkubootimage/mkubootimage.1

CVS commit: src/usr.bin/mkubootimage

2024-05-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 22 00:02:47 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: mkubootimage.1: improve markup To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/mkubootimage/mkubootimage.1

CVS commit: src/usr.bin/mkubootimage

2024-05-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Tue May 21 23:31:21 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: mkubootimage.1: restore .Ed lost in previous To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/mkubootimage/

CVS commit: src/usr.bin/mkubootimage

2024-05-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Tue May 21 23:31:21 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: mkubootimage.1: restore .Ed lost in previous To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/mkubootimage/

CVS commit: src/usr.bin/mkubootimage

2024-05-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 21 22:10:21 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: mkubootimage(1): adjust example output in man page Refresh to show current output format (an additional field) and address a "

CVS commit: src/usr.bin/mkubootimage

2024-05-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 21 22:10:21 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: mkubootimage(1): adjust example output in man page Refresh to show current output format (an additional field) and address a "

CVS commit: src/usr.bin/mkubootimage

2024-05-20 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 21 04:01:26 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 mkubootimage.c Log Message: mkubootimage(1): adjust usage, etc. In the tool, reflow and reorder usage() output and also consistently mark w

CVS commit: src/usr.bin/mkubootimage

2024-05-20 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 21 04:01:26 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 mkubootimage.c Log Message: mkubootimage(1): adjust usage, etc. In the tool, reflow and reorder usage() output and also consistently mark w

CVS commit: src/usr.bin/mkubootimage

2024-05-20 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 21 03:54:32 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 mkubootimage.c uboot.h Log Message: mkubootimage(1): add riscv To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/m

CVS commit: src/usr.bin/mkubootimage

2024-05-20 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 21 03:54:32 UTC 2024 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 mkubootimage.c uboot.h Log Message: mkubootimage(1): add riscv To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/m

CVS commit: src/usr.bin/mkubootimage

2024-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 9 16:10:18 UTC 2024 Modified Files: src/usr.bin/mkubootimage: crc32.c mkubootimage.1 mkubootimage.c Added Files: src/usr.bin/mkubootimage: crc32.h Log Message: PR/57914: Jan-Benedict Glaw: Set reproducible times

CVS commit: src/usr.bin/mkubootimage

2024-02-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 9 16:10:18 UTC 2024 Modified Files: src/usr.bin/mkubootimage: crc32.c mkubootimage.1 mkubootimage.c Added Files: src/usr.bin/mkubootimage: crc32.h Log Message: PR/57914: Jan-Benedict Glaw: Set reproducible times

Re: CVS commit: src/usr.bin/mkubootimage

2012-11-29 Thread Marc Balmer
Comments inline... > Module Name: src > Committed By: reed > Date: Thu Nov 29 23:23:23 UTC 2012 > > Added Files: > src/usr.bin/mkubootimage: mkubootimage.1 > > Log Message: > Add a manual for mkubootimage(1). It was missing. > It had one review on netbsd-docs@. > I didn't add the

Re: CVS commit: src/usr.bin/mkubootimage

2010-07-09 Thread David Young
On Fri, Jul 09, 2010 at 11:36:42AM +, KIYOHARA Takashi wrote: > Module Name: src > Committed By: kiyohara > Date: Fri Jul 9 11:36:42 UTC 2010 > > Modified Files: > src/usr.bin/mkubootimage: mkubootimage.c > > Log Message: > s/mkuboot/mkubootimage/ in usage(). getprogname() ?