aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Repo copied contents of src/sbin/i386 to src/sbin and set specificPeter Wemm2001-11-031-1509/+0
* Fixed spelling error in previous commit.Bruce Evans2001-10-161-1/+1
* Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)Peter Wemm2001-10-151-0/+2
* Fix a number of bugs and annoyances in fdisk, many of which wereIan Dowse2001-08-051-74/+96
* After some (long-standing ;-) critics from Bruce, throw away the oldJoerg Wunsch2001-07-131-30/+60
* Make open_disk() fail nicely upon encountering an ENOENT so to notJoerg Wunsch2001-07-051-2/+4
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().David E. O'Brien2000-11-291-6/+6
* Make the order of values prompted for with the "-i" option match print_part()David E. O'Brien2000-11-181-2/+2
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tJohn Baldwin2000-08-241-46/+94
* 0xA0 = Suspend to disk.Josef Karthauser2000-08-071-0/+1
* Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted inJohn Baldwin2000-07-211-1/+1
* - Don't try to free mboot.bootinst before it has been allocated. If, forJohn Baldwin2000-07-171-2/+2
* Fix memory leak/double free found by phkmallocAndrey A. Chernov2000-07-151-8/+10
* - Always respect cylinder boundaries when creating slices unless the userJohn Baldwin2000-07-121-17/+70
* Catch the usage() function up to the command line changes. Add -I andJohn Baldwin2000-06-271-1/+1
* 0x39 == plan9Brian Somers2000-06-121-0/+1
* Add QNX 4 partitions to fdisk's list.Guy Helmer2000-06-091-1/+4
* Don't try to open the /dev/rXXX device.Mike Smith2000-05-311-1/+1
* -e -> -I change.Warner Losh2000-03-101-7/+32
* Don't use the old raw name for disk devices.David E. O'Brien2000-03-091-1/+1
* Add ata(4) support.Ruslan Ermilov2000-02-111-1/+1
* Stuff a variable declaration inside a #if block that is only used for thatBill Fumerola1999-09-251-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add -e option to usage().Doug White1999-08-251-2/+2
* Add new option to fdisk: -ePoul-Henning Kamp1999-08-231-6/+31
* Drop the embedded boot code in favour of a -B option which readsRobert Nordier1999-06-271-101/+58
* Add a -b option as a simple way to rewrite the mbr codeRobert Nordier1999-01-221-4/+21
* sd0 -> da0Joerg Wunsch1998-11-261-2/+2
* 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-061-99/+78
* Fixed printf format errors.Bruce Evans1998-06-281-8/+8
* 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-031-17/+17
* 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-061-17/+533
* 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
* 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-011-6/+45
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-76/+76
* Add NEXTSTEP as claiming partition code 0xA7.Gary Palmer1995-04-171-0/+1
* Recognise Linux filesystems.Jordan K. Hubbard1995-01-141-2/+3