summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Use symbolic constants from <sys/diskmbr.h> instead of local constants.phk2003-04-131-13/+15
* Use default geometry in case the device doesn't provide one:phk2003-03-291-1/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
* Make fdisk work on active GEOM devices.phk2002-12-291-8/+33
* Fix the regexp evilness so that fdisk can (again?) find the devicephk2002-10-271-1/+1
* Don't attempt to find the geometry with disklabel based ioctl, it justphk2002-10-271-15/+0
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* Straighten out get_params().phk2002-09-201-33/+34
* Try to pick up disk geometry with specific DIOC* ioctls, rather thanphk2002-09-151-1/+21
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-6/+6
* Fixed some print format errors. Avoid some warnings about possiblebde2002-07-161-4/+5
* 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
OpenPOWER on IntegriCloud