summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Expand)Author
2008-02-18adjust width of S column to improve printing of the MBR partition tableIgor Sobrado
2007-12-30sort flags in both synopsis and usage, file not commited in last diffIgor Sobrado
2007-12-30sort flags in both synopsis and usageIgor Sobrado
2007-11-26fix SEE ALSO; from deraadtJason McIntyre
2007-11-25tweak previous;Jason McIntyre
2007-11-25Build fdisk(8) on all architectures, since it is minimally useful to viewTheo de Raadt
2007-11-25document MBR spoofing, very minimallyTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-07-04another mbr partition type; fgschTheo de Raadt
2007-06-10adjust the width of columns to match the geometry of current drivesIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-27Remove unneeded #include's, as already done for disklabel. CPU_BIOSKenneth R Westerback
2007-04-26lint says: fdisk.c:160: warning: operator '==' found where '=' was expectedTheo de Raadt
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-01-12make the description match synopsis for -chs;Jason McIntyre
2007-01-11avoid an ugly grammar construction;Jason McIntyre
2007-01-11make the description of -e point to the COMMAND MODE section;Jason McIntyre
2007-01-11Move options into DESCRIPTION section. This conforms with mostRay Lai
2006-12-10Read/write device sectors rather than assuming sector size ==Kenneth R Westerback
2006-11-19Try DIOCGPDINFO before DIOCGDINFO when trying to determine the 'label'Kenneth R Westerback
2006-11-09desireable -> desirable;Jason McIntyre
2006-11-09oopsTheo de Raadt
2006-11-08sh machines also have a /usr/mdec/mbrTheo de Raadt
2006-11-08add a -y flag, for non-interactive useTheo de Raadt
2006-10-24Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].Moritz Jodeit
2006-10-20OpenBSD no longer supports using an older FreeBSD MBR partition.David Hill
2006-10-15build fdisk on landiskDale Rahn
2006-08-05Mention that `b', `k', `m', and `g' can be specified after the printRay Lai
2006-07-27Change some obvious atoi() to strtonum().Ray Lai
2006-07-27Add checks to each write(2) attempt and try to keep fdisk in aRay Lai
2006-07-18Fix a typo, paritition -> partition.Marc Balmer
2006-07-09Do not try and read /usr/mdec/mbr in ``fdisk -e'' unless the architectureMiod Vallat
2006-07-09Add armish to MANSUBDIRMiod Vallat
2006-06-09EFI partition types; didickman@yahoo.comTheo de Raadt
2006-06-06System build pieces for armish arch.Dale Rahn
2006-05-29Change MBR_read() and MBR_write() to return -1 on error and setRay Lai
2006-04-26man page is gzip'd, should store as unsigned char array.Theo de Raadt
2005-12-18Fix condition so "BIOS fixup botch" can, unlikely as it is, beKenneth R Westerback
2005-11-21Replace default DEV_BSIZE sector conversion factor with disklabel'sKenneth R Westerback
2005-05-01- better synopsisJason McIntyre
2005-04-30correctly use whole disk, pointed out by tobyTheo de Raadt
2005-04-30various fixes;Jason McIntyre
2005-04-30match disklabel changeTheo de Raadt
2005-04-30make this useable to people busy installingTheo de Raadt
2005-03-29Allow setting of partition flag with an optional explicit value. PR 4143.Otto Moerbeek
2005-02-16Prevent gzip from storing mtime and filename in the header so weTodd C. Miller
2005-01-19add a swap primitive; ok various, will be polished after by tomTheo de Raadt
2005-01-13be aware of zaurusTheo de Raadt
2004-11-100xBF is new Solaris ID; lclee@west.sun.comTheo de Raadt