aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* 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-27/+42
* 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
* Don't attempt to find the geometry with disklabel based ioctl, it justPoul-Henning Kamp2002-10-271-15/+0
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Straighten out get_params().Poul-Henning Kamp2002-09-201-32/+33
* Try to pick up disk geometry with specific DIOC* ioctls, rather thanPoul-Henning Kamp2002-09-151-1/+21
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-6/+6
* Fixed some print format errors. Avoid some warnings about possibleBruce Evans2002-07-161-4/+5
* Add a hack so that fdisk(8) can initialize an ia64 disk. There isPeter Wemm2002-05-011-0/+10
* Add partition type for IBM's JFS.Greg Lehey2002-04-281-0/+1
* Fix the fdisk(8) manual page.Tom Rhodes2002-04-181-5/+5
* Get this to WARNS=4 and closer to style(9) at a sacrifice inPoul-Henning Kamp2002-03-291-299/+101
* Add some more partition types.Josef Karthauser2002-02-181-26/+56
* Oops, the arguments to a bcopy() were reversed, which broke zeroingIan Dowse2001-12-301-3/+2
* Fixed spelling error in previous commit.Bruce Evans2001-10-161-1/+1
* Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)Peter Wemm2001-10-151-0/+2
* Fix a number of bugs and annoyances in fdisk, many of which wereIan Dowse2001-08-051-71/+93
* After some (long-standing ;-) critics from Bruce, throw away the oldJoerg Wunsch2001-07-131-30/+60
* Make open_disk() fail nicely upon encountering an ENOENT so to notJoerg Wunsch2001-07-051-2/+4
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().David E. O'Brien2000-11-291-6/+6
* Make the order of values prompted for with the "-i" option match print_part()David E. O'Brien2000-11-181-2/+2
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tJohn Baldwin2000-08-241-46/+94
* 0xA0 = Suspend to disk.Josef Karthauser2000-08-071-0/+1
* Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted inJohn Baldwin2000-07-211-1/+1