History log of /netbsd/sys/arch/amiga/stand/bootblock/elf2bb/chksum.c (Results 1 – 9 of 9)
Revision Date Author Comments
# bf48b263 25-Apr-2022 rin <rin@NetBSD.org>

One more style... No binary changes.


# 82975e79 25-Apr-2022 rin <rin@NetBSD.org>

Wrap looong lines, and misc style/cosmetic fixes.

No binary changes.


# b5b43b02 25-Apr-2022 rin <rin@NetBSD.org>

Use htobe{16,32}(9) instead of be{16,32}toh(9) where appropriate.

No binary changes both for little and big endian machines.


# ae54ef43 25-Apr-2022 rin <rin@NetBSD.org>

u_intN_t --> uintN_t

No binary changes.


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# c7464d49 28-Nov-2004 jmc <jmc@NetBSD.org>

Convert remaining host tools for amiga to correct cross tools. Now allows
complete amiga builds on non netbsd/bsd hosts


# 8923d6ba 19-Dec-2001 mhitch <mhitch@NetBSD.org>

The ELF counterpart to aout2bb: convert a relocatable ELF object file
to the simple relocatable image used for the amiga bootblock loader.