| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -1/+1 |
* | remove trailing whitespace... | jmg | 2011-10-29 | 1 | -3/+3 |
* | error if /boot/mbr is empty... This can happen on a system like arm | jmg | 2011-10-29 | 1 | -0/+2 |
* | The decimal() function was changed in r217808 to take the | ae | 2011-08-19 | 1 | -1/+1 |
* | The MBR uses a 32-bit unsigned integer to store the size of a slice, but | rstone | 2011-07-17 | 1 | -4/+4 |
* | Supply maximum value as an argument to the decimal() function | sobomax | 2011-01-25 | 1 | -27/+27 |
* | o Cylinder numbers are 10 bits in the MBR; | sobomax | 2011-01-24 | 1 | -19/+19 |
* | Warn user when value entered is greated than the amount supported | sobomax | 2011-01-22 | 1 | -20/+31 |
* | Add support for identifying a journaled root filesystem. | brian | 2010-09-16 | 1 | -1/+2 |
* | Handle geli-encrypted root disk devices. | brian | 2010-09-06 | 1 | -2/+7 |
* | - Back out the previous change in order to maintain compatibility. | lulf | 2009-06-17 | 1 | -2/+2 |
* | - The maximum number of heads is 255, not 256. | lulf | 2009-06-15 | 1 | -2/+2 |
* | Bump the document date to reflect the 'p' command enhancements. | brian | 2009-05-25 | 1 | -1/+1 |
* | Enhance the 'p' command so that it understands size qualifiers (K/M/G) and | brian | 2009-05-25 | 2 | -6/+118 |
* | Reword some entries for NTFS and DOS. | luigi | 2009-01-14 | 1 | -2/+4 |
* | Another change from Christoph: | luigi | 2009-01-14 | 1 | -110/+101 |
* | more changes from Christoph: | luigi | 2009-01-14 | 1 | -15/+14 |
* | remove unused argument to print_s0() | luigi | 2009-01-14 | 1 | -11/+8 |
* | Some small fixes submitted by Christoph Mallon, specifically: | luigi | 2009-01-13 | 1 | -17/+16 |
* | - Improve error message given on g_providername call failure. | lulf | 2008-09-30 | 1 | -1/+1 |
* | Add missing library dependencies. | ru | 2008-09-23 | 1 | -2/+2 |
* | - Make use of the new and g_device_path utility function in libgeom to avoid | lulf | 2008-09-07 | 1 | -49/+30 |
* | Add a -q[uiet] flag for scripts. | obrien | 2008-07-31 | 2 | -4/+12 |
* | Add Apple HFS+ (0xAF) MBR partition type identificator. | andre | 2007-05-06 | 1 | -0/+1 |
* | o Add -p flag: print a slice table in fdisk configuration file format. | maxim | 2007-04-30 | 2 | -4/+36 |
* | - Document -u, -i, and the difference between them better. | ru | 2006-12-12 | 1 | -15/+13 |
* | Document the following change in behavior: | ru | 2006-12-08 | 1 | -2/+2 |
* | - Fail with an understandable error message if we cannot detect the | simon | 2006-06-18 | 1 | -2/+5 |
* | Call gctl_free() to free resource allocated with gctl_get_handle(). | rodrigc | 2005-09-17 | 1 | -1/+4 |
* | Attempt gctl verb "write MBR" when updating. | phk | 2005-07-15 | 2 | -28/+46 |
* | cosmetic changes. | nyan | 2005-05-01 | 1 | -17/+15 |
* | Use NDOSPART macro instead of a magic number. | nyan | 2005-05-01 | 1 | -2/+2 |
* | If we resort to opening a slice instead of the base device, do so with | phk | 2005-04-29 | 1 | -1/+1 |
* | Add 0xbf as new partition id for Solaris. | phk | 2004-11-10 | 1 | -0/+1 |
* | Don't prepend "/dev" if an argument given is an absolute pathname. | ru | 2004-10-20 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Make fdisk initialize the first instead of the last slice by default. | phk | 2004-06-14 | 1 | -3/+3 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Add the Solaris x86 boot partition type. This is used in Solaris 10 | harti | 2003-12-18 | 1 | -0/+1 |
* | Warn about partitions that would overlap with the master boot record, and | des | 2003-11-13 | 1 | -0/+5 |
* | s/disklabel/bsdlabel where needed. | blackend | 2003-10-11 | 1 | -2/+2 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
* | Use symbolic constants from <sys/diskmbr.h> instead of local constants. | phk | 2003-04-13 | 2 | -15/+23 |
* | Pull in the encoding/decoding functions for struct dos_partition. | phk | 2003-04-13 | 2 | -0/+30 |
* | Use default geometry in case the device doesn't provide one: | phk | 2003-03-29 | 1 | -1/+6 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+2 |
* | Make fdisk work on active GEOM devices. | phk | 2002-12-29 | 1 | -8/+33 |
* | Fix the regexp evilness so that fdisk can (again?) find the device | phk | 2002-10-27 | 1 | -1/+1 |
* | Don't attempt to find the geometry with disklabel based ioctl, it just | phk | 2002-10-27 | 1 | -15/+0 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |