aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk
Commit message (Expand)AuthorAgeFilesLines
* It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala2015-09-021-0/+7
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-10/+0
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-3/+7
| |\ \
| * \ \ Merge head@256284Simon J. Gerraty2013-10-131-2/+2
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | 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
| |/ |/|
* | Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-2/+2
|/
* 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 reference to gpart(8).Andrey V. Elsukov2011-11-061-0/+1
* 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
* Bump the document date to reflect the 'p' command enhancements.Brian Somers2009-05-251-1/+1
* Enhance the 'p' command so that it understands size qualifiers (K/M/G) andBrian Somers2009-05-252-6/+118
* 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
* Add missing library dependencies.Ruslan Ermilov2008-09-231-2/+2
* - 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-312-4/+12
* 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-302-4/+36
* - Document -u, -i, and the difference between them better.Ruslan Ermilov2006-12-121-15/+13
* Document the following change in behavior:Ruslan Ermilov2006-12-081-2/+2
* - 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