aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk
Commit message (Expand)AuthorAgeFilesLines
* Stuff a variable declaration inside a #if block that is only used for thatBill Fumerola1999-09-251-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add -e option to usage().Doug White1999-08-251-2/+2
* Add new option to fdisk: -ePoul-Henning Kamp1999-08-232-13/+40
* Drop the embedded boot code in favour of a -B option which readsRobert Nordier1999-06-273-142/+100
* Note that a standard MBR supports booting only from hard drive 0Robert Nordier1999-03-131-1/+4
* Add a -b option as a simple way to rewrite the mbr codeRobert Nordier1999-01-222-4/+27
* sd0 -> da0Joerg Wunsch1998-11-262-4/+4
* Add an entry for the new NetBSD partition id.Alexander Langer1998-11-061-1/+2
* Add an entry for BSD/OS [23].x partition types.Joseph Koshy1998-11-061-1/+2
* Linux swap and Solaris x86 use the same BIOS partition id.David E. O'Brien1998-09-161-2/+2
* Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unusedPhilippe Charnier1998-07-062-119/+109
* Fixed printf format errors.Bruce Evans1998-06-281-8/+8
* Fix a spelling error.Steve Price1998-06-041-1/+1
* Fix typo in prompt.James Raynard1998-05-201-1/+1
* Add NTFS partition type.David E. O'Brien1998-03-291-8/+16
* Add more DOS/Win95 partition typesAndrey A. Chernov1998-03-141-2/+5
* Oops, merge back 32bit fat description from -stable.Andrey A. Chernov1998-03-071-1/+1
* Add primary fat-32Andrey A. Chernov1998-03-071-0/+1
* Number partitions 1-4, not 0-3.Brian Somers1997-06-032-30/+30
* Don't overflow when calculating the size in MB of a partition.Justin T. Gibbs1997-06-021-3/+12
* OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that needWarner Losh1997-05-021-0/+1
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-011-5/+24
* Allow fdisk to be driven from a configuration file, making a 3rd-partyJordan K. Hubbard1996-11-062-51/+771
* The dos() function needs a new second argument, containing the sizeBruce Evans1996-10-131-10/+13
* Code clean up. Prototypes, parentheses around assignments used inAlexander Langer1996-06-211-34/+68
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-301-3/+3
* Fix the spelling of 'partition'.Jean-Marc Zucconi1996-01-041-4/+4
* remove the calls to DIOCWLABEL, as it isn't supported any moreJulian Elischer1995-10-031-0/+4
* Update to the slices era. Make /dev/rfoo0 the defaults, notJoerg Wunsch1995-09-012-15/+81
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-77/+77
* Add NEXTSTEP as claiming partition code 0xA7.Gary Palmer1995-04-171-0/+1
* Recognise Linux filesystems.Jordan K. Hubbard1995-01-141-2/+3
* Don't write outside of partp[] if the user gives an invalid partitionBruce Evans1994-10-251-1/+2
* Don't change the active partition when the user says not to change it.Bruce Evans1994-10-191-6/+11
* Don't exit early if the device is not character special or if theBruce Evans1994-09-151-4/+11
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-1/+1
* The fdisk man page doesn't show correctly the usage possibilities ofRodney W. Grimes1993-08-101-0/+1
* New manual page systemCharlie Root1993-07-021-1/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-123-0/+872