summaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
AgeCommit message (Expand)Author
2007-12-30sort flags in both synopsis and usageIgor Sobrado
2007-04-26lint says: fdisk.c:160: warning: operator '==' found where '=' was expectedTheo de Raadt
2006-11-09oopsTheo de Raadt
2006-11-08sh machines also have a /usr/mdec/mbrTheo de Raadt
2006-11-08add a -y flag, for non-interactive useTheo de Raadt
2006-07-27Change some obvious atoi() to strtonum().Ray Lai
2006-07-27Add checks to each write(2) attempt and try to keep fdisk in aRay Lai
2006-07-09Do not try and read /usr/mdec/mbr in ``fdisk -e'' unless the architectureMiod Vallat
2005-05-01- better synopsisJason McIntyre
2004-08-03Handle geometry parameters as unsigned quantities, getting rid of negativeOtto Moerbeek
2004-01-07Better diagnostic message if we can't open the external MBR fileTom Cosgrove
2003-07-02missing protosTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-03Nuke terms 3 & 4.Tobias Weingartner
2001-12-15Get this damn diff out of my tree. ok from weingart@, deraadt@ and others.Kjell Wooding
2001-07-02#include <string.h> to get mem* prototypes.Todd C. Miller
2001-06-23Changes from Toby. Make error tests explicit (against -1), remove one bigKjell Wooding
2000-01-08support LBA-mapped extended partitions too; sigh@kuzirabekon.econ.nagasaki-u....Theo de Raadt
1998-09-14Since on the powerpc, the system does not supply the user withDale S. Rahn
1997-10-28if printing, we do not need to read the mbr firstTheo de Raadt
1997-10-21make fdisk grok extended partitions again. we have to keep track of theNiels Provos
1997-10-19indentTheo de Raadt
1997-10-19indentTheo de Raadt
1997-10-16a bunch of improvements by weingart & ITheo de Raadt
1997-10-14Be a little more informative.Per Fogelstrom
1997-09-29ID in the first line w/ tabsMichael Shalayeff
1997-09-29better usage()Michael Shalayeff
1997-09-29New fdisk code with interactive (command line type)Tobias Weingartner
1997-09-29Clean up junk before commit of new fdiskTobias Weingartner
1997-07-06Explicit typingNiklas Hallqvist
1997-04-17fix start address for first extended filesystemNiels Provos
1997-04-15indentTheo de Raadt
1997-04-14works a bit better with extended partitions. hack.Niels Provos
1997-04-11add more partition types. add (non-functional) Extended partition supportTheo de Raadt
1997-04-06Add partition type 0x12.Jason Downs
1997-04-02fix bios geometry calculationMichael Shalayeff
1997-01-31avoid some division by zero in hackish waysTheo de Raadt
1997-01-27Support fdisk on bigendian systems. Does the necessary byte swabbing toDale S. Rahn
1997-01-10one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32jkatz
1996-09-30signature is 16 bitsTheo de Raadt
1996-09-27even betterTheo de Raadt
1996-09-27installing people do not have man pages; better usageTheo de Raadt
1996-09-27make -m also act like -i/-uTheo de Raadt
1996-09-27nicer errorsTheo de Raadt
1996-09-25permit loading of a special MBR bootblock -- do not encode a fake MBRTheo de Raadt
1996-06-17Switched to generic opendev(3)Jason Downs
1996-06-03openbsd, not netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt