Age | Commit message (Expand) | Author |
2022-07-26 | Allow editing of an MBR of all zeros. | Kenneth R Westerback |
2022-07-25 | Only MBR and GPT structures can be edited by fdisk. | Kenneth R Westerback |
2021-10-25 | Nuke a bunch of pointless #ifndef _<.h file>/#endif guards. | Kenneth R Westerback |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-19 | MBR_protective_mbr() can take a const struct mbr *. | Kenneth R Westerback |
2021-07-19 | An MBR knows (mbr_lba_self) where it is supposed to go, no | Kenneth R Westerback |
2021-07-18 | Don't save the prt_scyl/prt_ecyl values, change them, use them | Kenneth R Westerback |
2021-07-18 | Put MBR_parse() invocation inside MBR_read() instead of always | Kenneth R Westerback |
2021-07-13 | Disk sector addresses are normally stored/provided in uint64_t | Kenneth R Westerback |
2021-07-12 | Toss 'const' in anywhere the compiler doesn't complain about, thus identifying | Kenneth R Westerback |
2021-07-11 | Add 'mbr_' prefix to struct mbr field names. | Kenneth R Westerback |
2021-07-11 | Add tabs to make struct definitions and function prototypes easier | Kenneth R Westerback |
2021-06-16 | Ensure that the '-i' command line option and the 'reinit [mbr]' | Kenneth R Westerback |
2021-05-20 | Nuke duplicate declaration of MBR_init_GPT(). | Kenneth R Westerback |
2021-05-07 | Replace random mix of u_int* and uint* types with consistent uint* types. | Kenneth R Westerback |
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 |