summaryrefslogtreecommitdiff
path: root/sbin/fdisk/misc.c
AgeCommit message (Expand)Author
2009-07-24properly sanitize the default value in ask_num(...)Alexander Hall
2009-04-07Fix the default value to be between low/high range. Thanks forTobias Weingartner
2008-12-01Back out previous; it broke specifying paritions sizes with decimals,Ray Lai
2008-12-01Check for invalid integers passed getuint(); instead of getuint()Ray Lai
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
2005-11-21Replace default DEV_BSIZE sector conversion factor with disklabel'sKenneth R Westerback
2004-09-18some delinting; ok ottoTheo de Raadt
2003-07-29spacesTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-03Nuke terms 3 & 4.Tobias Weingartner
2002-04-20machine/limits.h is not userland. Use limits.hMarc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-23use sizeof instead of magic numbersMichael Shalayeff
2002-01-18Allow size values to be displayed in the user's choice of units.Kjell Wooding
2002-01-18Add disklabel-style editing for size/offset values inKjell Wooding
1997-10-19indentTheo de Raadt
1997-10-19indentTheo de Raadt
1997-10-16only help if possibleTheo de Raadt
1997-10-16a bunch of improvements by weingart & ITheo de Raadt
1997-09-29ID in the first line w/ tabsMichael Shalayeff
1997-09-29New fdisk code with interactive (command line type)Tobias Weingartner