Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-22 | fix typo in function name, no functional change | Martin Reindl | |
2006-05-28 | use <machine/endian.h> to figure what we are running on instead of defining | Martin Reindl | |
our own macros | |||
2006-05-12 | put back original getopt(3) handling lost during the update | Martin Reindl | |
2006-05-11 | remove a bunch of linux and NeXT defines and, in turn, -D__unix__ | Martin Reindl | |
2006-04-29 | remove get_linux_name() and an accompanying variable; | Martin Reindl | |
this function was a stub after the last cleanup | |||
2006-04-29 | With last pdisk and full functionality for mac68k now in place, start | Martin Reindl | |
cleaning the maze of ifdef's not relevant for us. This round wipes most linux and/or MacOS-only bits, more to come. | |||
2006-04-27 | update for pdisk 0.8a2, from NetBSD, retaining our local changes; | Martin Reindl | |
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@ | |||
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |
2005-04-25 | - no longer macppc only | Martin Reindl | |
- intel/dos->Intel/DOS - standard way of writing 'Mac OS' | |||
2005-03-06 | Check strdup return value for failure. OK miod | Chad Loder | |
2004-12-02 | Default to A/UX partition type for OpenBSD newly created partitions on mac68k. | Miod Vallat | |
ok drahn@ | |||
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-04-26 | bye bye | Theo de Raadt | |
2003-04-26 | remove a bit more junk | Theo de Raadt | |
2003-04-26 | remove stuff not needed | Theo de Raadt | |
2003-04-24 | get rid of incorrectly sized buffer by using asprintf; ok millert | Peter Valchev | |
2003-04-02 | snprintf; drahn ok | Theo de Raadt | |
2003-03-16 | modifed -> modified | margarida | |
2003-03-10 | double word (be be) in comment | David Krause | |
ok drahn@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | |||
2003-02-09 | typos; | Jason McIntyre | |
2003-01-06 | typo: s/initalize/initialize | Chad Loder | |
2002-12-15 | more writable spelling; torh | Henning Brauer | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-20 | Build pdisk for mac68k as well. | Miod Vallat | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-21 | Finish mdoc convert (while i'm here): | Mike Pechkin | |
o) add arch name do .Dt tag; o) sort arguments in .SYNOPSIS and .DESCRIPTION; o) sort SEE ALSO; o) .BR -> .Em; o) .br -> .Pp; o) our email format is: .An ... Aq <...>; o) minor mdoc changes; millert@ ok; | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-12 | Manpage changes to go with addition of the 't' command, and cleanup | Dale Rahn | |
By Alexander Guy. | |||
2001-10-12 | New feature for pdisk, change the type of a parition. | Dale Rahn | |
Useful since that is part of the OpenBSD/macppc installation procedure. Code by Alexander Guy, examined by drahn@ ok deraadt@ | |||
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-04-22 | Update pdisk manpage to match formatting for other manpages, corrections | Dale Rahn | |
appropriate for openbsd. | |||
2001-04-17 | Match quoting on this... | Dale Rahn | |
2001-04-17 | Add pdisk to list of programs to build for powerpc, all other archs | Dale Rahn | |
will build the manpage, with the proper destination. | |||
2001-03-24 | Make the apple code compile for OpenBSD. These changes are mostly from maja. | Dale Rahn | |
2001-03-24 | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 | Dale Rahn | |
This is a HFS partition editing tool. |