Age | Commit message (Expand) | Author |
2016-02-23 | Fix display of pdisk partition sizes by casting the 32-bit number | Kenneth R Westerback |
2016-01-31 | Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is | Kenneth R Westerback |
2016-01-31 | Nuke djust_value_and_compute_prefix() and use fmt_scaled() to display | Kenneth R Westerback |
2016-01-31 | Just call contains_driver() when you need to know rather than carrying a | Kenneth R Westerback |
2016-01-31 | Move dump_block() declaration from io.h to io.c since it is not | Kenneth R Westerback |
2016-01-31 | Apple sets lblock_start and lblocks to 0 in free space entries. Do | 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 | Fold struct block0 into struct partition map. There can be only one | Kenneth R Westerback |
2016-01-29 | Tweak printing of partitions. Always show the pblock info in the | Kenneth R Westerback |
2016-01-29 | Shorter names means a few whitespace adjustments. | Kenneth R Westerback |
2016-01-29 | Rename struct partition_map_header to struct partition_map. No change to | Kenneth R Westerback |
2016-01-29 | Rename struct partition_map to struct entry. No change to .o files. | Kenneth R Westerback |
2016-01-28 | Hand rolled lists suck. First, replace disk_order with an LIST. | Kenneth R Westerback |
2016-01-28 | Since we don't allow maps to be created or opened with an invalid | Kenneth R Westerback |
2016-01-27 | No need to copy dmpe_name to a buffer before printing it. | Kenneth R Westerback |
2016-01-27 | make sure to check malloc(3) return pointer against NULL. | Gleydson Soares |
2016-01-27 | We do not support logical_block != physical_block. Remove logical_block | Kenneth R Westerback |
2016-01-27 | Nuke another (and I hope final) batch of superfluous '{}' around single | 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-26 | Whitespace, line wrapping fixes. | Kenneth R Westerback |
2016-01-25 | Use new read/write_block0 and read/write_dpme which handle any | Kenneth R Westerback |
2016-01-25 | Tweak fields in struct dpme to be more consistent with Apple's info. | Kenneth R Westerback |
2016-01-25 | remove some uneeded includes | Jonathan Gray |
2016-01-24 | Whitespace. | Kenneth R Westerback |
2016-01-24 | Nuke get_align_long() and put_align_long() #define's. They don't do | 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 | Flip read_block() and write_block() back to taking sector addresses | Kenneth R Westerback |
2016-01-23 | map->block0 is always allocated or the map is discarded. | Kenneth R Westerback |
2016-01-22 | Change partition map field 'data' to 'dmpe'. Change 'create_data' | Kenneth R Westerback |
2016-01-22 | Rename map field 'misc' to 'block0' since that's what it is. | 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 | Bring code into line with man page and usage() by only allowing one | 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-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 concludes with u32 -> uint32_t. And a | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. OSType -> unsigned long. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. DDMap -> struct ddmap. | Kenneth R Westerback |