summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use default geometry in case the device doesn't provide one:phk2003-03-291-1/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
* Make fdisk work on active GEOM devices.phk2002-12-291-8/+33
* Fix the regexp evilness so that fdisk can (again?) find the devicephk2002-10-271-1/+1
* Don't attempt to find the geometry with disklabel based ioctl, it justphk2002-10-271-15/+0
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* Straighten out get_params().phk2002-09-201-33/+34
* Try to pick up disk geometry with specific DIOC* ioctls, rather thanphk2002-09-151-1/+21
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-212-7/+7
* Fixed some print format errors. Avoid some warnings about possiblebde2002-07-161-4/+5
* mdoc(7) police: tidy up the markup and some wording.ru2002-05-301-105/+126
* Add a hack so that fdisk(8) can initialize an ia64 disk. There ispeter2002-05-011-0/+10
* Add partition type for IBM's JFS.grog2002-04-281-0/+1
* Fix the fdisk(8) manual page.trhodes2002-04-182-112/+115
* Get this to WARNS=4 and closer to style(9) at a sacrifice inphk2002-03-292-300/+102
* Add some more partition types.joe2002-02-181-26/+56
* Oops, the arguments to a bcopy() were reversed, which broke zeroingiedowse2001-12-301-3/+2
* Default to WARNS=2.obrien2001-12-041-0/+1
* Fixed spelling error in previous commit.bde2001-10-161-1/+1
* Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)peter2001-10-151-0/+2
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* Fix a number of bugs and annoyances in fdisk, many of which wereiedowse2001-08-051-74/+96
* fdisk(8): document the default for -b, add xref to boot0cfg(8).ru2001-07-181-0/+3
* Remove whitespace at EOL.dd2001-07-151-1/+1
* After some (long-standing ;-) critics from Bruce, throw away the oldjoerg2001-07-132-39/+65
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Make open_disk() fail nicely upon encountering an ENOENT so to notjoerg2001-07-051-2/+4
* wd0 -> ad0dd2001-04-081-2/+2
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
OpenPOWER on IntegriCloud