History log of /openbsd-src/sbin/pdisk/dump.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 71c5b58d 31-Jan-2016 krw <krw@openbsd.org>

Move dump_block() declaration from io.h to io.c since it is not
used anywhere else.

Remove declarations of non-existant kPatchType and init_partition_map().


# 356b92ce 29-Jan-2016 krw <krw@openbsd.org>

Rename struct partition_map_header to struct partition_map. No change to
.o files.


# 8887dc3d 24-Jan-2016 krw <krw@openbsd.org>

Whitespace fixes.


# 3f55d322 23-Jan-2016 krw <krw@openbsd.org>

Nuke unused kPatchType. Nuke kStringNot and use " not' where needed.
Nuke kStringEmpty and use "" where needed. Nuke unused static 'g'.

Eliminate #include's in *.h files.

Some whitespace fixes.


# 9c148747 22-Jan-2016 krw <krw@openbsd.org>

Nuke 'expert' mode and the enabling, undocumented, '-d' flag by
just making all the commands available all the time. Document the
newly available commands.

Remove the former 'P' command (list partit

Nuke 'expert' mode and the enabling, undocumented, '-d' flag by
just making all the commands available all the time. Document the
newly available commands.

Remove the former 'P' command (list partitions in base address
order) and use 'P' from expert mode (show map data structures).

Stop accepting uppercase aliases for commands documented as lower
case.

Bring the 'h' help text and man pages into agreement.

ok jasper@ millert@

show more ...


# d3e64b80 19-Jan-2016 krw <krw@openbsd.org>

Bring code into line with man page and usage() by only allowing one
disk to be specified on the command line. Nuke dump() function and
hoist its few lines into main() as a result.


# 3466c127 18-Jan-2016 krw <krw@openbsd.org>

The contents of the Apple_Patches partition is none of our business.
Stop pretending we care or know what's in there. Remove 'debugging'
mode command to examine the partition contents and the support

The contents of the Apple_Patches partition is none of our business.
Stop pretending we care or know what's in there. Remove 'debugging'
mode command to examine the partition contents and the supporting
code.

ok deraadt@ jasper@

show more ...


# 86ec409a 17-Jan-2016 krw <krw@openbsd.org>

Change "//" comments to "/**/". Nuke really stupid ones.


# f947f9cb 17-Jan-2016 krw <krw@openbsd.org>

Reduce namespace pollution by eliminating parameter names from forward
declarations.


# 78070bdd 17-Jan-2016 krw <krw@openbsd.org>

Remove a bunch of ridiculous and uninformative comments like "// Defines".


# eedab009 17-Jan-2016 krw <krw@openbsd.org>

The great de-typedef'ification continues.

partition_map -> struct partition_map
partition_map_header -> struct partition_map_header


# 7446d16e 14-Jan-2016 krw <krw@openbsd.org>

Remove code supporting undocumented and inaccessible flags 'a'
(abbreviate partition type names), 'f' (print HFS partition names)
and 'kLogicalOption' (obviously a getopt_long() conversion error).


# fb04e59a 11-Jan-2016 jasper <jasper@openbsd.org>

add rcs ids


# 6577d13e 09-Dec-2007 chl <chl@openbsd.org>

remove unused functions

initially from tobias@, but I removed some other unused one

ok martin@ tobias@


# b42d9302 27-Apr-2006 martin <martin@openbsd.org>

update for pdisk 0.8a2, from NetBSD, retaining our local changes;
summing it up:

- Clean up sources - fix naming, delete old email addresses
- Added support for display of Mac volume names
- Fix blo

update for pdisk 0.8a2, from NetBSD, retaining our local changes;
summing it up:

- Clean up sources - fix naming, delete old email addresses
- Added support for display of Mac volume names
- Fix block 0 display to show logical offset of drivers
- Require confirmation of quit without write
- Fix iteration to not complain about missing devices
- Warn when creating/writing a map with more than 15 entries

and, most important, add do_update_dpme() which allows us to partition
OpenBSD slices without previous MacOS setup.

Tested with shared MacOS install on macppc, procedure there remains the
same.

grammer and spelling help and ok jmc@

ok miod@

show more ...


# 401ae41b 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# dce63815 24-Mar-2001 drahn <drahn@openbsd.org>

Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998
This is a HFS partition editing tool.