Age | Commit message (Expand) | Author |
2016-05-28 | Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is | Theo Buehler |
2016-04-27 | Tweak command line processing vs pledge logic to make things nicer. No | Kenneth R Westerback |
2016-03-09 | Accept only character special devices rather than generating a core | Kenneth R Westerback |
2016-02-02 | Pledge, based on what's done in fdisk. | Kenneth R Westerback |
2016-01-31 | Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is | Kenneth R Westerback |
2016-01-30 | Move last three lines (#define's) from dpme.h to partition_map.h and | Kenneth R Westerback |
2016-01-30 | Fold struct dpme into struct entry. Same reasons as for folding | Kenneth R Westerback |
2016-01-29 | Add do_dump_map() to make command processing more consistent. Pass | Kenneth R Westerback |
2016-01-29 | Rename struct partition_map_header to struct partition_map. No change to | Kenneth R Westerback |
2016-01-28 | Hand rolled lists suck. First, replace disk_order with an LIST. | Kenneth R Westerback |
2016-01-28 | Tweak verbiage for 'r' (reorder) command. | Kenneth R Westerback |
2016-01-27 | Tweak some verbiage. | Kenneth R Westerback |
2016-01-27 | On-disk partition name/types/processorid may or may not be NUL | Kenneth R Westerback |
2016-01-27 | We do not support logical_block != physical_block. Remove logical_block | Kenneth R Westerback |
2016-01-27 | Check block 0 signature, physical block size and physical block count when | Kenneth R Westerback |
2016-01-26 | Rework and simplify string argument parsing. All string arguments are at | Kenneth R Westerback |
2016-01-26 | dpme_name and dpme_type are NUL-terminated in Apple code, so use | Kenneth R Westerback |
2016-01-26 | Whitespace, line wrapping fixes. Nuke many superfluous '{}' around single | Kenneth R Westerback |
2016-01-25 | Use new read/write_block0 and read/write_dpme which handle any | Kenneth R Westerback |
2016-01-25 | remove some uneeded includes | Jonathan Gray |
2016-01-24 | Nuke more pointless checks for map NULLness. | Kenneth R Westerback |
2016-01-24 | Whitespace fixes. | Kenneth R Westerback |
2016-01-23 | Nuke unused kPatchType. Nuke kStringNot and use " not' where needed. | Kenneth R Westerback |
2016-01-23 | No need for 'default_value' parameter for get_number_argument() since we | Kenneth R Westerback |
2016-01-23 | No need for get_string_argument() parameter 'reprompt' since we | Kenneth R Westerback |
2016-01-23 | Pass the disk sector size to open_partition_map(), eliminating it's | Kenneth R Westerback |
2016-01-23 | Add comments to ensure future spelunkers realize that struct block0 | Kenneth R Westerback |
2016-01-22 | Change partition map field 'data' to 'dmpe'. Change 'create_data' | Kenneth R Westerback |
2016-01-22 | Repair creation of initial partition table on a blank disk, broken | Kenneth R Westerback |
2016-01-22 | In the "why use two variables when one would do" category, eliminate | Kenneth R Westerback |
2016-01-22 | Nuke 'expert' mode and the enabling, undocumented, '-d' flag by | Kenneth R Westerback |
2016-01-21 | Hoist all file opening and ioctl calls into main(), passing a pointer to | Kenneth R Westerback |
2016-01-21 | Nuke 'writable' field now that it is always in sync with 'rflag'. Since | Kenneth R Westerback |
2016-01-19 | Simplify the main command switch, eliminating a couple of /* fall | Kenneth R Westerback |
2016-01-19 | It's pointless to check for 'dflag' inside do_expert(), since you can't | Kenneth R Westerback |
2016-01-19 | Remove forward declarations for functions that do not exist. | Kenneth R Westerback |
2016-01-19 | Bring code into line with man page and usage() by only allowing one | Kenneth R Westerback |
2016-01-19 | No need for pdisk(8) to provide a version of hexdump. Remove | Kenneth R Westerback |
2016-01-18 | The contents of the Apple_Patches partition is none of our business. | Kenneth R Westerback |
2016-01-18 | struct file_media had 1 field left. And one place where struct | Kenneth R Westerback |
2016-01-18 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |
2016-01-18 | Fold get_options() into main() and eliminate unneeded nFLAG_DEFAULT | Kenneth R Westerback |
2016-01-18 | Remove a grab bag of unused #define's, fields, enum's, variables, | Kenneth R Westerback |
2016-01-17 | Change "//" comments to "/**/". Nuke really stupid ones. | Kenneth R Westerback |
2016-01-17 | Reduce namespace pollution by eliminating parameter names from forward | Kenneth R Westerback |
2016-01-17 | Kill leading, imbedded, trailing whitespace. | Kenneth R Westerback |
2016-01-17 | Remove a bunch of ridiculous and uninformative comments like "// Defines". | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. Block0 -> struct block0. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. DPME -> struct dpme. | Kenneth R Westerback |