History log of /netbsd-src/sbin/disklabel/dkcksum.c (Results 1 – 14 of 14)
Revision Date Author Comments
# af8f0546 03-May-2013 matt <matt@NetBSD.org>

Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder

Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.

show more ...


# d3724ba4 05-Jan-2010 tsutsui <tsutsui@NetBSD.org>

Add necessary byteswap ops for tools disklabel(8) used with -F option
(treating a target disk as a regular file and suppressing ioctl(2)s)
on reading/writing disklabel in a target file.
This allows c

Add necessary byteswap ops for tools disklabel(8) used with -F option
(treating a target disk as a regular file and suppressing ioctl(2)s)
on reading/writing disklabel in a target file.
This allows cross build enviroment creating bootable disk images
for targets in different endian.
No functional changes to native (non-tools) disklabel(8) command.

Closes PR toolchain/42357.

show more ...


# ab4082e0 24-Oct-2009 tsutsui <tsutsui@NetBSD.org>

- u_short -> uint16_t
- KNF a bit


# 1726c417 12-Jun-2005 dyoung <dyoung@NetBSD.org>

Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.c
to main.c to avoid a name collision with lib/libc/gen/disklabel.c
when we build nbdisklabel. Still todo: commit host-tool build
i

Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.c
to main.c to avoid a name collision with lib/libc/gen/disklabel.c
when we build nbdisklabel. Still todo: commit host-tool build
infrastructure to src/tools/disklabel/.

show more ...


# bf07c871 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.


# 35ccd223 24-Dec-2000 lukem <lukem@NetBSD.org>

- convert to KNF ANSI style guide
- reorder arguments of runcmd(), getnum(), defnum() to be consistent
with other functions (pass struct disklabel * first)


# 95b3ccaa 14-Sep-1997 lukem <lukem@NetBSD.org>

- cleanup use of .Nm
- xref installboot(8)
- deprecate register


# 5ec7cc78 30-Jun-1997 christos <christos@NetBSD.org>

Fix warnings.


# 0114e805 18-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS Id conventions; reduce my headache


# 7322d6fb 22-Sep-1994 mycroft <mycroft@NetBSD.org>

Finish 4.4-Lite merge, and convert to use err(3)/warn(3) functions.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources