summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2004-05-20Typo from Jared Yanovich phirerunner@comcast.netMarco Peereboom
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2004-02-25correct NOMAN= caseTheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2003-12-30s/inadvertantly/inadvertently;Jason McIntyre
2003-12-29Add support for % and & units to indicate percent of total space andTodd C. Miller
2003-12-20make disklabel docs more readable: more logical SYNOPSIS; sort options;Jason McIntyre
2003-10-31These should build on pegasosDale Rahn
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-09-02escape punctuation;Jason McIntyre
2003-08-29exclude __sparc64__ since it can handle 16k blocks. from jason@Ted Unangst
2003-08-28sparcs cannot handle booting from > 8k block partitions, so set the rootTed Unangst
2003-07-29spacesTheo de Raadt
2003-07-16new default frag/block sizes.Ted Unangst
2003-07-02missing protosTheo de Raadt
2003-07-01- add info from disklabel(8) documenting default label; suggested by millert@Jason McIntyre
2003-06-25remove junk protosTheo de Raadt
2003-06-21add CAVEATS: disklabel only supports 15 partitions, excluding `c';Jason McIntyre
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11ansificationTheo de Raadt
2003-06-03- section reorderJason McIntyre
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05o replace a strncpy + manual NUL terminate w/ strlcpyTodd C. Miller
2003-03-12more .LiTheo de Raadt
2003-02-13add support for printing disklabels in units other than sectors fromTed Unangst
2003-02-05WORKAROUND: use a volatile to get around a compiler or fp emulation bugTheo de Raadt
2003-02-01typos;Jason McIntyre
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-08-08add a hppa caseMichael Shalayeff
2002-07-27Typo; similates -> simulatesAaron Campbell
2002-06-26include <bsd.own.mk> before using NOMAN; ok millert@Wilbern Cobb
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-04-18There is no point in embedding an out-of-date copy of <sys/disklabel.h>,Miod Vallat
2002-03-24Work around a compiler bug on sparc64; deraadt@ OKTodd C. Miller
2002-02-20Tweak mvme88k and sparc64 specific settings.Miod Vallat
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-13o) start new sentence on a new line;Mike Pechkin
2001-11-05kill more registers;Mike Pechkin
2001-09-03Include su# in generated disktab. Because modern disks have a variableTodd C. Miller
2001-09-01Changes to build platform specific files properly with the powerpc -> macppcDale Rahn
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela