aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated GEOM classesConrad Meyer2019-08-131-38/+10
* Add DragonFly's partition number to fdisk(8) and diskmbr.hConrad Meyer2019-05-181-0/+1
* Allow fdisk(8) to deal with sectors larger than 2048Rodney W. Grimes2018-10-251-1/+1
* fdisk: drop unused macro and make use of roundup()/rounddown().Pedro F. Giffuni2016-04-301-16/+14
* Remove ia64.Marcel Moolenaar2014-07-071-10/+0
* Fix fdisk(8) to create 2TB partitions on disks larger than 2TB, rather thanJuli Mallett2013-11-271-3/+7
* VMware environment is frequent nowadays. Add VMFS id.Dmitry Morozovsky2012-04-161-0/+1
* Fix multi-line comment formatting.Andrey V. Elsukov2011-11-071-2/+4
* Improve error reporting when MBR can not be written.Andrey V. Elsukov2011-11-071-36/+62
* Initialize "acc" value inside the loop to reset failed attempts.Andrey V. Elsukov2011-11-061-2/+2
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* remove trailing whitespace...John-Mark Gurney2011-10-291-3/+3
* error if /boot/mbr is empty... This can happen on a system like armJohn-Mark Gurney2011-10-291-0/+2
* The decimal() function was changed in r217808 to take theAndrey V. Elsukov2011-08-191-1/+1
* The MBR uses a 32-bit unsigned integer to store the size of a slice, butRyan Stone2011-07-171-4/+4
* Supply maximum value as an argument to the decimal() functionMaxim Sobolev2011-01-251-27/+27
* o Cylinder numbers are 10 bits in the MBR;Maxim Sobolev2011-01-241-19/+19
* Warn user when value entered is greated than the amount supportedMaxim Sobolev2011-01-221-20/+31
* Add support for identifying a journaled root filesystem.Brian Somers2010-09-161-1/+2
* Handle geli-encrypted root disk devices.Brian Somers2010-09-061-2/+7
* - Back out the previous change in order to maintain compatibility.Ulf Lilleengen2009-06-171-2/+2
* - The maximum number of heads is 255, not 256.Ulf Lilleengen2009-06-151-2/+2
* Enhance the 'p' command so that it understands size qualifiers (K/M/G) andBrian Somers2009-05-251-6/+82
* Reword some entries for NTFS and DOS.Luigi Rizzo2009-01-141-2/+4
* Another change from Christoph:Luigi Rizzo2009-01-141-110/+101
* more changes from Christoph:Luigi Rizzo2009-01-141-15/+14
* remove unused argument to print_s0()Luigi Rizzo2009-01-141-11/+8
* Some small fixes submitted by Christoph Mallon, specifically:Luigi Rizzo2009-01-131-17/+16
* - Improve error message given on g_providername call failure.Ulf Lilleengen2008-09-301-1/+1
* - Make use of the new and g_device_path utility function in libgeom to avoidUlf Lilleengen2008-09-071-49/+30
* Add a -q[uiet] flag for scripts.David E. O'Brien2008-07-311-3/+8
* Add Apple HFS+ (0xAF) MBR partition type identificator.Andre Oppermann2007-05-061-0/+1
* o Add -p flag: print a slice table in fdisk configuration file format.Maxim Konovalov2007-04-301-2/+28
* - Fail with an understandable error message if we cannot detect theSimon L. B. Nielsen2006-06-181-2/+5
* Call gctl_free() to free resource allocated with gctl_get_handle().Craig Rodrigues2005-09-171-1/+4
* Attempt gctl verb "write MBR" when updating.Poul-Henning Kamp2005-07-151-28/+43
* cosmetic changes.Yoshihiro Takahashi2005-05-011-17/+15
* Use NDOSPART macro instead of a magic number.Yoshihiro Takahashi2005-05-011-2/+2
* If we resort to opening a slice instead of the base device, do so withPoul-Henning Kamp2005-04-291-1/+1
* Add 0xbf as new partition id for Solaris.Poul-Henning Kamp2004-11-101-0/+1
* Don't prepend "/dev" if an argument given is an absolute pathname.Ruslan Ermilov2004-10-201-1/+1
* Make fdisk initialize the first instead of the last slice by default.Poul-Henning Kamp2004-06-141-3/+3
* Add the Solaris x86 boot partition type. This is used in Solaris 10Hartmut Brandt2003-12-181-0/+1
* Warn about partitions that would overlap with the master boot record, andDag-Erling Smørgrav2003-11-131-0/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Use symbolic constants from <sys/diskmbr.h> instead of local constants.Poul-Henning Kamp2003-04-131-13/+15
* Use default geometry in case the device doesn't provide one:Poul-Henning Kamp2003-03-291-1/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-2/+2
* Make fdisk work on active GEOM devices.Poul-Henning Kamp2002-12-291-8/+33
* Fix the regexp evilness so that fdisk can (again?) find the devicePoul-Henning Kamp2002-10-271-1/+1