summaryrefslogtreecommitdiff
path: root/sbin/pdisk
AgeCommit message (Collapse)Author
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-04-26bye byeTheo de Raadt
2003-04-26remove a bit more junkTheo de Raadt
2003-04-26remove stuff not neededTheo de Raadt
2003-04-24get rid of incorrectly sized buffer by using asprintf; ok millertPeter Valchev
2003-04-02snprintf; drahn okTheo de Raadt
2003-03-16modifed -> modifiedmargarida
2003-03-10double word (be be) in commentDavid Krause
ok drahn@
2003-02-18copyrights 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-09typos;Jason McIntyre
2003-01-06typo: s/initalize/initializeChad Loder
2002-12-15more writable spelling; torhHenning Brauer
2002-06-09rm trailing whitespaceTodd T. Fries
2002-04-29wierd -> weirdPeter Valchev
2002-04-20Build pdisk for mac68k as well.Miod Vallat
2002-02-16Part 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-21Finish 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-21Initial 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-13o) 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-05kill more registers;Mike Pechkin
millert@ ok
2001-10-12Manpage changes to go with addition of the 't' command, and cleanupDale Rahn
By Alexander Guy.
2001-10-12New 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-01Changes to build platform specific files properly with the powerpc -> macppcDale 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-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-06-04return from main() don't exitMichael Shalayeff
2001-04-22Update pdisk manpage to match formatting for other manpages, correctionsDale Rahn
appropriate for openbsd.
2001-04-17Match quoting on this...Dale Rahn
2001-04-17Add pdisk to list of programs to build for powerpc, all other archsDale Rahn
will build the manpage, with the proper destination.
2001-03-24Make the apple code compile for OpenBSD. These changes are mostly from maja.Dale Rahn
2001-03-24Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 Dale Rahn
This is a HFS partition editing tool.