summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
Commit message (Expand)AuthorAgeFilesLines
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-2/+2
* VMware environment is frequent nowadays. Add VMFS id.marck2012-04-161-0/+1
* Fix multi-line comment formatting.ae2011-11-071-2/+4
* Improve error reporting when MBR can not be written.ae2011-11-071-36/+62
* Initialize "acc" value inside the loop to reset failed attempts.ae2011-11-061-2/+2
* Add reference to gpart(8).ae2011-11-061-0/+1
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* remove trailing whitespace...jmg2011-10-291-3/+3
* error if /boot/mbr is empty... This can happen on a system like armjmg2011-10-291-0/+2
* The decimal() function was changed in r217808 to take theae2011-08-191-1/+1
* The MBR uses a 32-bit unsigned integer to store the size of a slice, butrstone2011-07-171-4/+4
* Supply maximum value as an argument to the decimal() functionsobomax2011-01-251-27/+27
* o Cylinder numbers are 10 bits in the MBR;sobomax2011-01-241-19/+19
* Warn user when value entered is greated than the amount supportedsobomax2011-01-221-20/+31
* Add support for identifying a journaled root filesystem.brian2010-09-161-1/+2
* Handle geli-encrypted root disk devices.brian2010-09-061-2/+7
* - Back out the previous change in order to maintain compatibility.lulf2009-06-171-2/+2
* - The maximum number of heads is 255, not 256.lulf2009-06-151-2/+2
* Bump the document date to reflect the 'p' command enhancements.brian2009-05-251-1/+1
* Enhance the 'p' command so that it understands size qualifiers (K/M/G) andbrian2009-05-252-6/+118
* Reword some entries for NTFS and DOS.luigi2009-01-141-2/+4
* Another change from Christoph:luigi2009-01-141-110/+101
* more changes from Christoph:luigi2009-01-141-15/+14
* remove unused argument to print_s0()luigi2009-01-141-11/+8
* Some small fixes submitted by Christoph Mallon, specifically:luigi2009-01-131-17/+16
* - Improve error message given on g_providername call failure.lulf2008-09-301-1/+1
* Add missing library dependencies.ru2008-09-231-2/+2
* - Make use of the new and g_device_path utility function in libgeom to avoidlulf2008-09-071-49/+30
* Add a -q[uiet] flag for scripts.obrien2008-07-312-4/+12
* Add Apple HFS+ (0xAF) MBR partition type identificator.andre2007-05-061-0/+1
* o Add -p flag: print a slice table in fdisk configuration file format.maxim2007-04-302-4/+36
* - Document -u, -i, and the difference between them better.ru2006-12-121-15/+13
* Document the following change in behavior:ru2006-12-081-2/+2
* - Fail with an understandable error message if we cannot detect thesimon2006-06-181-2/+5
* Call gctl_free() to free resource allocated with gctl_get_handle().rodrigc2005-09-171-1/+4
* Attempt gctl verb "write MBR" when updating.phk2005-07-152-28/+46
* cosmetic changes.nyan2005-05-011-17/+15
* Use NDOSPART macro instead of a magic number.nyan2005-05-011-2/+2
* If we resort to opening a slice instead of the base device, do so withphk2005-04-291-1/+1
* Add 0xbf as new partition id for Solaris.phk2004-11-101-0/+1
* Don't prepend "/dev" if an argument given is an absolute pathname.ru2004-10-201-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Make fdisk initialize the first instead of the last slice by default.phk2004-06-141-3/+3
* style.Makefile(5):johan2004-02-231-1/+1
* Add the Solaris x86 boot partition type. This is used in Solaris 10harti2003-12-181-0/+1
* Warn about partitions that would overlap with the master boot record, anddes2003-11-131-0/+5
* s/disklabel/bsdlabel where needed.blackend2003-10-111-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
* Use symbolic constants from <sys/diskmbr.h> instead of local constants.phk2003-04-132-15/+23
* Pull in the encoding/decoding functions for struct dos_partition.phk2003-04-132-0/+30
OpenPOWER on IntegriCloud