aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk
Commit message (Expand)AuthorAgeFilesLines
* 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-33/+34
* 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-212-7/+7
* Fixed some print format errors. Avoid some warnings about possibleBruce Evans2002-07-161-4/+5
* mdoc(7) police: tidy up the markup and some wording.Ruslan Ermilov2002-05-301-105/+126
* 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-182-112/+115
* Get this to WARNS=4 and closer to style(9) at a sacrifice inPoul-Henning Kamp2002-03-292-300/+102
* 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
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* 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
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Fix a number of bugs and annoyances in fdisk, many of which wereIan Dowse2001-08-051-74/+96
* fdisk(8): document the default for -b, add xref to boot0cfg(8).Ruslan Ermilov2001-07-181-0/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* After some (long-standing ;-) critics from Bruce, throw away the oldJoerg Wunsch2001-07-132-39/+65
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Make open_disk() fail nicely upon encountering an ENOENT so to notJoerg Wunsch2001-07-051-2/+4
* wd0 -> ad0Dima Dorfman2001-04-081-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-12/+12
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-5/+5
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+0
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-141-1/+1
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().David E. O'Brien2000-11-291-6/+6
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Make the order of values prompted for with the "-i" option match print_part()David E. O'Brien2000-11-181-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-8/+8
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-25/+20
* - 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
* - Don't try to free mboot.bootinst before it has been allocated. If, forJohn Baldwin2000-07-171-2/+2
* Fix memory leak/double free found by phkmallocAndrey A. Chernov2000-07-151-8/+10
* - Always respect cylinder boundaries when creating slices unless the userJohn Baldwin2000-07-121-17/+70
* Catch the usage() function up to the command line changes. Add -I andJohn Baldwin2000-06-271-1/+1
* 0x39 == plan9Brian Somers2000-06-121-0/+1
* Add QNX 4 partitions to fdisk's list.Guy Helmer2000-06-091-1/+4
* Don't try to open the /dev/rXXX device.Mike Smith2000-05-311-1/+1
* Fix nits in previous commit: restore option ordering of the optionSheldon Hearn2000-03-131-2/+5
* -e -> -I change.Warner Losh2000-03-102-9/+36