Age | Commit message (Expand) | Author |
2017-11-16 | Range check default values so that a range like | Kenneth R Westerback |
2015-11-26 | When prompting for a GPT partition type, use the partition's current type as | Tim van der Molen |
2015-11-26 | When prompting for an LBA, show the min and max values in the prompt; OK krw@ | Tim van der Molen |
2015-11-21 | Bring GPT partition editing into line with MBR partition editing | Kenneth R Westerback |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-12 | Simplify string_from_line(). No functional change. | Tim van der Molen |
2015-11-12 | Avoid problems with pathological input during edit operations. i.e. never | Kenneth R Westerback |
2015-11-03 | Don't allow the user to enter GPT partition names too large to fit | Kenneth R Westerback |
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | Kenneth R Westerback |
2015-10-07 | Note permissions for the crc32() code adapted from Hacker's Delight. | Kenneth R Westerback |
2015-08-27 | Nuke some trailing whitespace that keeps coming back. | Kenneth R Westerback |
2015-03-30 | Even better -- readsector() and writesector() become DISK_readsector() and | Kenneth R Westerback |
2015-03-29 | Rename MBR_readsector() and MBR_writesector() to just readsector() | Kenneth R Westerback |
2015-03-28 | Add a simple crc32() implmentation to avoid pulling in libz, which | Kenneth R Westerback |
2015-03-26 | Adapt ask_string() from disklabel's getstring(). It will be used | Kenneth R Westerback |
2015-03-26 | Allow input/printing/conversion of terabyte sizes. Which GPT partitons | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-14 | Whitespace & KNF tweaks. Change functions whose return values are | Kenneth R Westerback |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2014-03-31 | Nuke [get|put][short|long] and just use letoh[16|32] and | Kenneth R Westerback |
2014-03-20 | Add back various #includes of err.h, unistd.h, ctype.h, ioctl.h to | Kenneth R Westerback |
2014-03-20 | Add back #include <stdlib.h> so strtod() works better. Fixes fdisk on | Kenneth R Westerback |
2014-03-17 | Nuke pointless blank lines, defines, comments and casts. Eliminate | Kenneth R Westerback |
2014-03-17 | Un-revert, being careful to not break snap building. Add paranoia check | Kenneth R Westerback |
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback |
2014-03-13 | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't | Kenneth R Westerback |
2014-03-10 | No need to pass the name of the command to the function that is | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2012-08-14 | remove unused variable | Charles Longeau |
2012-07-11 | Simplify guts and calling of getuint(). Eliminate a useless 'help' | Kenneth R Westerback |
2012-07-09 | We always want to do unit conversions. So flags parameter of getuint() | Kenneth R Westerback |
2012-07-09 | I want some of what kjell was smoking 10 years ago when he added | Kenneth R Westerback |
2012-07-09 | Use strtonum() instead of strtol() inside ask_num(). Many overflows | Kenneth R Westerback |
2012-07-08 | set_pid() does not need prompt string, low or high parameters. These | Kenneth R Westerback |
2012-07-08 | Split out an ask_pid() function rather than over-parameterizing the | Kenneth R Westerback |
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall |
2009-07-24 | properly sanitize the default value in ask_num(...) | Alexander Hall |
2009-04-07 | Fix the default value to be between low/high range. Thanks for | Tobias Weingartner |
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 |
2006-11-08 | add a -y flag, for non-interactive use | Theo de Raadt |
2006-10-24 | Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. | Moritz Jodeit |
2005-11-21 | Replace default DEV_BSIZE sector conversion factor with disklabel's | Kenneth R Westerback |
2004-09-18 | some delinting; ok otto | Theo de Raadt |
2003-07-29 | spaces | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |