Age | Commit message (Expand) | Author |
2015-11-18 | Parse the original on-disk MBR into a local variable. Use the | 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-10-05 | Enhance '-g' to create a default GPT label in addition to the protective | Kenneth R Westerback |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-03-30 | Nuke declaration of unused and non-existant function MBR_print_disk(). | Kenneth R Westerback |
2015-03-29 | Rename MBR_readsector() and MBR_writesector() to just readsector() | Kenneth R Westerback |
2015-03-18 | Stop passing around little used 'struct mbr tt' parameter. Just | Kenneth R Westerback |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2015-02-10 | If 'write' is issued after a 'reinit' command, and the MBR to be | Kenneth R Westerback |
2014-03-23 | Change struct mbr signature field type from 'unsigned short' to | Kenneth R Westerback |
2014-03-17 | Nuke pointless blank lines, defines, comments and casts. Eliminate | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-08 | It's silly to check at compile time for DEV_BSIZE == 512. | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2013-03-21 | I don't feel great about adding an include for <sys/param.h>, but I feel | Theo de Raadt |
2003-06-03 | Nuke terms 3 & 4. | Tobias Weingartner |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding |
2002-01-04 | Remove references to the NT serial number. Now the first 0x1be | Kjell Wooding |
2001-12-15 | Get this damn diff out of my tree. ok from weingart@, deraadt@ and others. | Kjell Wooding |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-01-28 | Quick -Wall fixes, ok niklas@, aaron@ | Tobias Weingartner |
1998-09-14 | Since on the powerpc, the system does not supply the user with | Dale S. Rahn |
1997-10-21 | make fdisk grok extended partitions again. we have to keep track of the | Niels Provos |
1997-09-29 | ID in the first line w/ tabs | Michael Shalayeff |
1997-09-29 | New fdisk code with interactive (command line type) | Tobias Weingartner |