summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
Commit message (Expand)AuthorAgeFilesLines
* MFC r314655:ngie2017-05-301-1/+1
* MFC r306731:sevan2016-10-161-4/+19
* fdisk: drop unused macro and make use of roundup()/rounddown().pfg2016-04-301-16/+14
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-0/+7
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-10/+0
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge headsjg2014-04-281-3/+7
| |\ \
| * \ \ Merge head@256284sjg2013-10-131-2/+2
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
* | | | | Convert sbin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Remove ia64.marcel2014-07-071-10/+0
| |_|/ |/| |
* | | Fix fdisk(8) to create 2TB partitions on disks larger than 2TB, rather thanjmallett2013-11-271-3/+7
| |/ |/|
* | 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
OpenPOWER on IntegriCloud