summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
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
2001-08-07o Fix a typo (heko@iki.fi)Todd C. Miller
2001-08-06Update to reality based on sys/disklabel.hTodd C. Miller
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-05-19When zeroing out the parition table, make 'c' the entire disk, not justTodd C. Miller
2001-04-05permit tree build with NOMAN is setTheo de Raadt
2001-03-12correct warning; maurice@maurice.wan.nlTheo de Raadt
2001-02-05Remove the NOMAN hack. This is not the way we want to do this.Artur Grabowski
2001-02-04mention scan_ffs; map@infinitum.chTheo de Raadt
2001-01-24mention that sparc & amiga have weird partition tablesTheo de Raadt
2001-01-18Fix NOMAN builds.Artur Grabowski
2001-01-17don't nroff twice, and escape protect possible bad charsDavid Leonard
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-22Use clearerr(3) to clear EOF on stdin when aborting a command due to ^D.Todd C. Miller
2000-08-13Get rid of fflush(stdout); rewind(stdin); pairs since we should notTodd C. Miller
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-04Don't exit just because we couldn't get the default label...Todd C. Miller
2000-06-04Add 'D' and 'z' commands to editor to use the default partition andTodd C. Miller
2000-05-05Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treatTodd C. Miller
2000-04-04Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expertTodd C. Miller
2000-03-23Don't use the BIOS geometry by default, it causes too many problems.Todd C. Miller
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-02-21missing newlineTheo de Raadt