summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Collapse)Author
1999-02-09BeOS/i386; ura@yamato.ibm.co.jpTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-18fix tableTheo de Raadt
1998-09-17sbin/ man page fixesAaron Campbell
1998-09-14Since on the powerpc, the system does not supply the user withDale S. Rahn
bios valid cyl,head,sector information (the information comes from the sd driver) I have made some changes to fdisk to do the following. Allow the powerpc to specify values larger than the bios limits. All platforms now have code that will translate the LBA values in the mbr into CHS values according to the disk geometry. This occurs if the start and ending CHS values have been stored as 0xffffff. If writing to the disk and one of the values of a partition violates the bios limits, it writes the requested values in the LBA fields , and stores 0xffffff for the starting and ending CHS values. This should not change the default formatting of any existing system other than the CHS and LBA values should always match given the detected geometry of the disk.
1998-09-08For powerpc's we want to keep the preinstalled msdos partition in the initPer Fogelstrom
MBR when doing a 'fdisk -i'. That is because the msdos partition is used for booting. The OpenBSD part (part 3) is set up to be the rest of the disk. Also the msdos partition is set as the 'active' partition.
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-08Include signal.h so that it compiles.Jason Downs
1998-08-07protect against SIGPIPETodd C. Miller
1998-05-16oops; dTheo de Raadt
1998-04-25build if NOMAN= is globally set; problem spotted by rahndsTheo de Raadt
1998-04-01clarifyTheo de Raadt
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