Age | Commit message (Expand) | Author |
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-18 | USER_edit() (a.k.a. -e) edits the on-disk information. So zap GPT | Kenneth R Westerback |
2015-11-13 | Move from opening/closing disk for every i/o to opening the disk once | Kenneth R Westerback |
2015-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | Kenneth R Westerback |
2015-04-02 | Don't printf("offset: ...) before every call to MBR_print(). Do it | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-18 | Stop passing around little used 'struct mbr tt' parameter. Just | Kenneth R Westerback |
2015-03-17 | Stop passing around little used and superfluous 'offset' parameter. | Kenneth R Westerback |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-16 | Document that -i/-u are mutually exclusive and clean up the related | 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 |
2015-02-09 | Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename | Kenneth R Westerback |
2014-03-31 | Whitespace rectification. | 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-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-03-21 | more substantial include cleanup | Theo de Raadt |
2011-02-21 | Honour MBR_read() results and don't pretend we can parse blocks we | Kenneth R Westerback |
2009-02-08 | Eliminate excessive verbiage for 'fdisk -i' and 'fdisk -u'. Especially | Kenneth R Westerback |
2006-07-27 | Add checks to each write(2) attempt and try to keep fdisk in a | Ray Lai |
2005-01-19 | add a swap primitive; ok various, will be polished after by tom | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-03 | Nuke terms 3 & 4. | Tobias Weingartner |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding |
2001-12-15 | Get this damn diff out of my tree. ok from weingart@, deraadt@ and others. | Kjell Wooding |
2001-01-01 | New command "setpid", just changes the ID of a partition (no other | Angelos D. Keromytis |
2000-09-12 | handle LBA extended partitions here too; scott@nts.umn.edu | Theo de Raadt |
1998-09-14 | Since on the powerpc, the system does not supply the user with | Dale S. Rahn |
1998-09-08 | For powerpc's we want to keep the preinstalled msdos partition in the init | Per Fogelstrom |
1997-12-23 | swap exit and quit | Theo de Raadt |
1997-10-21 | make fdisk grok extended partitions again. we have to keep track of the | Niels Provos |
1997-10-19 | indent | Theo de Raadt |
1997-10-17 | no input does not do stupid auto help | Theo de Raadt |
1997-10-16 | new command: manual | Theo de Raadt |
1997-10-16 | a bunch of improvements by weingart & I | Theo de Raadt |
1997-10-02 | do not whine if user quits without mods | Theo de Raadt |
1997-10-02 | tell user about "help" | Theo de Raadt |
1997-09-30 | ask permission to write new MBR | Michael Shalayeff |
1997-09-29 | ID in the first line w/ tabs | Michael Shalayeff |
1997-09-29 | don't exseed 80 columns; bell on important warning | Michael Shalayeff |
1997-09-29 | New fdisk code with interactive (command line type) | Tobias Weingartner |