summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Collapse)Author
1998-02-19new netbsd partition typeTheo de Raadt
1998-01-19Fix wording. Thanks to austin@canuck.comTobias Weingartner
1998-01-04fix maximal cyl/heads; vons@usa.netTheo de Raadt
1997-12-23swap exit and quitTheo de Raadt
1997-10-28use RAW_PART, not 0Theo de Raadt
1997-10-28if printing, we do not need to read the mbr firstTheo de Raadt
1997-10-26do device sysctl operations like installboot does; I hope this is rightTheo de Raadt
1997-10-22newer bios stuff; needs workMichael Shalayeff
1997-10-21make fdisk grok extended partitions again. we have to keep track of theNiels Provos
absolute offset of the current mbr and its relative position. because: the starting sector of the first mbr entry in an extended partition is relative to the starting offset of the whole mbr itself. the starting offset of a new extended partition is relative to the offset of the very first extended partition.
1997-10-19when we reinit, show what we didTheo de Raadt
1997-10-19spellingTheo de Raadt
1997-10-19clarifyTheo de Raadt
1997-10-19indentTheo de Raadt
1997-10-19indentTheo de Raadt
1997-10-19for p, print disk info tooTheo de Raadt
1997-10-18constrain edit mode to size of BIOS part of disk; sorryTheo de Raadt
1997-10-17no input does not do stupid auto helpTheo de Raadt
1997-10-16ensure man pages exist firstTheo de Raadt
1997-10-16CLEANFILES+=manual.cTheo de Raadt
1997-10-16new command: manualTheo de Raadt
1997-10-16oopsTheo de Raadt
1997-10-16match recent changesTheo de Raadt
1997-10-16only help if possibleTheo de Raadt
1997-10-16better messageTheo de Raadt
1997-10-16a bunch of improvements by weingart & ITheo de Raadt
1997-10-14Be a little more informative.Per Fogelstrom
1997-10-04support CPU_BIOSDEV on i386Theo de Raadt
1997-10-04do not ask for confirmation in writeTheo de Raadt
1997-10-02do not whine if user quits without modsTheo de Raadt
1997-10-02tell user about "help"Theo de Raadt
1997-10-02shorten two common namesTheo de Raadt
1997-09-302nd tryMichael Shalayeff
1997-09-30don't say 'dirty' if nothing is changed actuallyMichael Shalayeff
1997-09-30ask permission to write new MBRMichael Shalayeff
1997-09-29ID in the first line w/ tabsMichael Shalayeff
1997-09-29don't exseed 80 columns; bell on important warningMichael Shalayeff
1997-09-29better usage()Michael Shalayeff
1997-09-29fix Notes:Michael Shalayeff
1997-09-29New fdisk code with interactive (command line type)Tobias Weingartner
editing code. Rewrite from the ground up, save about 20 lines of code. Seems to create valid partition tables on i386 and alphas.
1997-09-29Clean up junk before commit of new fdiskTobias Weingartner
1997-09-21$OpenBSD$Theo de Raadt
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
which can be finished by someone who has Extended partitions (HINT: I would really like to see this working for 2.1)
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
read and write the fdisk label. Added powerpc to systems to build this for. Currently uses local functions getshort, putshort, getlong, and putlong. These functions probably should be moved and renamed. Something like htoles, letohs, htolel, letohl, or htole16, htole32 should be used instead.