Age | Commit message (Expand) | Author |
2010-12-03 | disklabel now uses "duid", not "uid"; | Jason McIntyre |
2010-11-22 | Update example disk partition info to more current reality. Noticed | Kenneth R Westerback |
2010-07-05 | improve description for -i; as a consequence of recent changes, | Igor Sobrado |
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall |
2010-07-02 | on error, getuint() will return UINT_MAX. Instead of actually using | Alexander Hall |
2010-06-30 | Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byte | Kenneth R Westerback |
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt |
2010-05-20 | document the optional arg to "flag", as requested by Thomas Pfaff; | Jason McIntyre |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-03-27 | remainer->remainder; from miod | Jason McIntyre |
2010-03-27 | various improvements from Anders Langworthy, with some tweaks | Jason McIntyre |
2010-03-22 | introduce HAS_MBR and let make define it for the right machines; | Otto Moerbeek |
2010-02-17 | loongson has mbr as well; ok miod@ (but he made me promise to make | Otto Moerbeek |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-07-24 | properly sanitize the default value in ask_num(...) | Alexander Hall |
2009-04-29 | code that stank and made me upset | Theo de Raadt |
2009-04-07 | Fix the default value to be between low/high range. Thanks for | Tobias Weingartner |
2009-04-01 | Remove duplicate entry for partition id 0x07 so NTFS partitions | Jonathan Gray |
2009-03-30 | some improvements inspired by a mail on misc@ from frantisek holop: | Jason McIntyre |
2009-03-24 | two more MBR partition names | Todd T. Fries |
2009-02-08 | Eliminate excessive verbiage for 'fdisk -i' and 'fdisk -u'. Especially | Kenneth R Westerback |
2008-12-01 | Back out previous; it broke specifying paritions sizes with decimals, | Ray Lai |
2008-12-01 | Check for invalid integers passed getuint(); instead of getuint() | Ray Lai |
2008-05-31 | add hfs+ type. deraadt@ ok | Federico G. Schwindt |
2008-05-13 | fix an error in the example partition table; from Adam Patterson | Jason McIntyre |
2008-02-18 | adjust width of S column to improve printing of the MBR partition table | Igor Sobrado |
2007-12-30 | sort flags in both synopsis and usage, file not commited in last diff | Igor Sobrado |
2007-12-30 | sort flags in both synopsis and usage | Igor Sobrado |
2007-11-26 | fix SEE ALSO; from deraadt | Jason McIntyre |
2007-11-25 | tweak previous; | Jason McIntyre |
2007-11-25 | Build fdisk(8) on all architectures, since it is minimally useful to view | Theo de Raadt |
2007-11-25 | document MBR spoofing, very minimally | Theo de Raadt |
2007-08-01 | cats went away | Theo de Raadt |
2007-07-04 | another mbr partition type; fgsch | Theo de Raadt |
2007-06-10 | adjust the width of columns to match the geometry of current drives | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-27 | Remove unneeded #include's, as already done for disklabel. CPU_BIOS | Kenneth R Westerback |
2007-04-26 | lint says: fdisk.c:160: warning: operator '==' found where '=' was expected | Theo de Raadt |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-01-12 | make the description match synopsis for -chs; | Jason McIntyre |
2007-01-11 | avoid an ugly grammar construction; | Jason McIntyre |
2007-01-11 | make the description of -e point to the COMMAND MODE section; | Jason McIntyre |
2007-01-11 | Move options into DESCRIPTION section. This conforms with most | Ray Lai |
2006-12-10 | Read/write device sectors rather than assuming sector size == | Kenneth R Westerback |
2006-11-19 | Try DIOCGPDINFO before DIOCGDINFO when trying to determine the 'label' | Kenneth R Westerback |
2006-11-09 | desireable -> desirable; | Jason McIntyre |
2006-11-09 | oops | Theo de Raadt |
2006-11-08 | sh machines also have a /usr/mdec/mbr | Theo de Raadt |
2006-11-08 | add a -y flag, for non-interactive use | Theo de Raadt |