summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a hack so that fdisk(8) can initialize an ia64 disk. There ispeter2002-05-011-0/+10
* Add partition type for IBM's JFS.grog2002-04-281-0/+1
* Fix the fdisk(8) manual page.trhodes2002-04-181-5/+5
* Get this to WARNS=4 and closer to style(9) at a sacrifice inphk2002-03-291-299/+101
* Add some more partition types.joe2002-02-181-26/+56
* Oops, the arguments to a bcopy() were reversed, which broke zeroingiedowse2001-12-301-3/+2
* Fixed spelling error in previous commit.bde2001-10-161-1/+1
* Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)peter2001-10-151-0/+2
* Fix a number of bugs and annoyances in fdisk, many of which wereiedowse2001-08-051-74/+96
* After some (long-standing ;-) critics from Bruce, throw away the oldjoerg2001-07-131-30/+60
* Make open_disk() fail nicely upon encountering an ENOENT so to notjoerg2001-07-051-2/+4
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().obrien2000-11-291-6/+6
* Make the order of values prompted for with the "-i" option match print_part()obrien2000-11-181-2/+2
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tjhb2000-08-241-46/+94
* 0xA0 = Suspend to disk.joe2000-08-071-0/+1
* Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted injhb2000-07-211-1/+1
* - Don't try to free mboot.bootinst before it has been allocated. If, forjhb2000-07-171-2/+2
* Fix memory leak/double free found by phkmallocache2000-07-151-8/+10
* - Always respect cylinder boundaries when creating slices unless the userjhb2000-07-121-17/+70
* Catch the usage() function up to the command line changes. Add -I andjhb2000-06-271-1/+1
* 0x39 == plan9brian2000-06-121-0/+1
* Add QNX 4 partitions to fdisk's list.ghelmer2000-06-091-1/+4
* Don't try to open the /dev/rXXX device.msmith2000-05-311-1/+1
* -e -> -I change.imp2000-03-101-7/+32
* Don't use the old raw name for disk devices.obrien2000-03-091-1/+1
* Add ata(4) support.ru2000-02-111-1/+1
* Stuff a variable declaration inside a #if block that is only used for thatbillf1999-09-251-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add -e option to usage().dwhite1999-08-251-2/+2
* Add new option to fdisk: -ephk1999-08-231-6/+31
* Drop the embedded boot code in favour of a -B option which readsrnordier1999-06-271-101/+58
* Add a -b option as a simple way to rewrite the mbr codernordier1999-01-221-4/+21
* sd0 -> da0joerg1998-11-261-2/+2
* Add an entry for the new NetBSD partition id.alex1998-11-061-1/+2
* Add an entry for BSD/OS [23].x partition types.jkoshy1998-11-061-1/+2
* Linux swap and Solaris x86 use the same BIOS partition id.obrien1998-09-161-2/+2
* Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unusedcharnier1998-07-061-99/+78
* Fixed printf format errors.bde1998-06-281-8/+8
* Fix typo in prompt.jraynard1998-05-201-1/+1
* Add NTFS partition type.obrien1998-03-291-8/+16
* Add more DOS/Win95 partition typesache1998-03-141-2/+5
* Oops, merge back 32bit fat description from -stable.ache1998-03-071-1/+1
* Add primary fat-32ache1998-03-071-0/+1
* Number partitions 1-4, not 0-3.brian1997-06-031-17/+17
* Don't overflow when calculating the size in MB of a partition.gibbs1997-06-021-3/+12
* OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that needimp1997-05-021-0/+1
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-5/+24
* Allow fdisk to be driven from a configuration file, making a 3rd-partyjkh1996-11-061-17/+533
* The dos() function needs a new second argument, containing the sizebde1996-10-131-10/+13
* Code clean up. Prototypes, parentheses around assignments used inalex1996-06-211-34/+68
OpenPOWER on IntegriCloud