summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Expand)Author
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-02-25correct NOMAN= caseTheo de Raadt
2004-01-29another typoMichael Shalayeff
2004-01-29cats will have fdiskTheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2004-01-07Better diagnostic message if we can't open the external MBR fileTom Cosgrove
2004-01-07Sync fdisk's internal master boot record with the recent changesTom Cosgrove
2003-10-31These should build on pegasosDale Rahn
2003-07-29spacesTheo de Raadt
2003-07-02missing protosTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-03- section reorderJason McIntyre
2003-06-03Nuke terms 3 & 4.Tobias Weingartner
2003-04-19change "%12.f" -> "%12.0f" to avoid a -Wformat warningAnil Madhavapeddy
2003-03-13Remove duplicate Amoeba entries.Miod Vallat
2003-01-31typos;Jason McIntyre
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
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-25sysctl wants size_t.Marc Espie
2002-04-20machine/limits.h is not userland. Use limits.hMarc Espie
2002-03-31remove arc from hereTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-12Add Dell, Thinkpad maintenance partition types.Kjell Wooding
2002-01-24allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com>Michael Shalayeff
2002-01-23use sizeof instead of magic numbersMichael Shalayeff
2002-01-18Allow size values to be displayed in the user's choice of units.Kjell Wooding
2002-01-18Add disklabel-style editing for size/offset values inKjell Wooding
2002-01-18Do not truncate the cylinder value to 1023 until the MBRKjell Wooding
2002-01-04sync to reality.Kjell Wooding
2002-01-04Remove references to the NT serial number. Now the first 0x1beKjell Wooding
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-15Get this damn diff out of my tree. ok from weingart@, deraadt@ and others.Kjell Wooding
2001-11-14fix a typo, from Daniel Lucq <daniel@lucq.org>, tested on:Michael Shalayeff
2001-11-07Add MacOS X for Intel (or Darwin for Intel, or whatever the correctMiod Vallat
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-07-02#include <string.h> to get mem* prototypes.Todd C. Miller
2001-06-23Add more partition types - ref. NetBSDKjell Wooding
2001-06-23Add new mbrcode.h - MBR boot code - no need for a separate file nowKjell Wooding
2001-06-23Changes from Toby. Make error tests explicit (against -1), remove one bigKjell Wooding
2001-05-21More verbose error message (what's the actual sysctl that failed)Angelos D. Keromytis
2001-05-18oopsMichael Shalayeff
2001-05-18a few harmless cleanupsMichael Shalayeff
2001-04-05permit tree build with NOMAN is setTheo de Raadt
2001-03-160x9f == BSDI, ok millert@Markus Friedl
2001-02-05Remove the NOMAN hack. This is not the way we want to do this.Artur Grabowski