Age | Commit message (Expand) | Author |
2022-05-08 | Rename gt_protected field of struct gpt_type to gt_attr and | Kenneth R Westerback |
2022-05-06 | Rename PRT_uuid_to_[protection|typename] to PRT_uuid_to_[protected|sname], | Kenneth R Westerback |
2022-03-14 | Abstract duplicated code scanning gpt_types[] into a helper | Kenneth R Westerback |
2022-03-14 | And the prototype too. | Kenneth R Westerback |
2022-02-04 | Remove CHS information from internal representation of MBR partitions. Generate | Kenneth R Westerback |
2022-01-27 | Nuke single use function PRT_fix_BN() and just use the ATA/ATAPI LBA -> CHS | Kenneth R Westerback |
2022-01-21 | Split PRT_print() into PRT_print_parthdr() and PRT_print_part() | Kenneth R Westerback |
2021-10-25 | Nuke a bunch of pointless #ifndef _<.h file>/#endif guards. | Kenneth R Westerback |
2021-09-02 | Split part_type into separate types 'mbr_type' and 'gpt_type', | Kenneth R Westerback |
2021-07-18 | Don't save the prt_scyl/prt_ecyl values, change them, use them | 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 'prt_' prefix to struct prt field names. | Kenneth R Westerback |
2021-07-11 | Add tabs to make struct definitions and function prototypes easier | Kenneth R Westerback |
2021-06-21 | Add -A option to "safely" initialize a GPT without removing | Kenneth R Westerback |
2021-06-10 | Local functions don't need to be in .h files, nor do they need the | Kenneth R Westerback |
2021-05-07 | Replace random mix of u_int* and uint* types with consistent uint* types. | 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-10-26 | Add GPT editing. Based on GSOC 2014 work by Markus Muller. | 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 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2014-03-25 | Use 'struct dos_partition' variable to access 'struct dos_partition' | Kenneth R Westerback |
2014-03-17 | Nuke pointless blank lines, defines, comments and casts. Eliminate | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of negative | Otto Moerbeek |
2004-07-13 | Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn' | Tom Cosgrove |
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 |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-05-18 | a few harmless cleanups | Michael Shalayeff |
2000-07-01 | be more verbose when warning for partition errors, | Michael Shalayeff |
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-10-16 | a bunch of improvements by weingart & I | Theo de Raadt |
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 |