Age | Commit message (Expand) | Author |
2016-01-30 | ping, ping6: corrects -E (audible beep when no packet is received before the | Sebastien Marie |
2016-01-29 | Fold struct block0 into struct partition map. There can be only one | Kenneth R Westerback |
2016-01-29 | Add do_dump_map() to make command processing more consistent. Pass | Kenneth R Westerback |
2016-01-29 | Base 10 should be enough for anybody! Allowing hex and octal number | Kenneth R Westerback |
2016-01-29 | Warn of partitions extending past the end of the media. | 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-29 | Conform to Apple Mac OS X's behaviour of setting dpme_flags on free | Kenneth R Westerback |
2016-01-29 | Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free' | Kenneth R Westerback |
2016-01-29 | Therefor -> Therefore (where appropriate) | tb |
2016-01-28 | Flip base_order to a LIST(). | Kenneth R Westerback |
2016-01-28 | Delete a bunch of Morris dancing in delete_partition_from_map(). | Kenneth R Westerback |
2016-01-28 | Hand rolled lists suck. First, replace disk_order with an LIST. | Kenneth R Westerback |
2016-01-28 | Oops. Deleted one too many lines. Need to advance pointer when traversing | Kenneth R Westerback |
2016-01-28 | malloc(3) returns a pointer, so check against NULL, not 0. (No functional cha... | Gleydson Soares |
2016-01-28 | When adding a new partition to the map, use only existing mapped | 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-28 | Use consistent 'return' idiom -- no parenthesis since that was the style | Kenneth R Westerback |
2016-01-28 | more tweaks; ok krw | Jason McIntyre |
2016-01-28 | Tweak verbiage for 'r' (reorder) command. | Kenneth R Westerback |
2016-01-28 | Make 'r' (reorder, a.k.a. swap) command work with any two existing | Kenneth R Westerback |
2016-01-27 | Traverse next_by_base when checking maps coverage, not next_on_disk! | Kenneth R Westerback |
2016-01-27 | No need to copy dmpe_name to a buffer before printing it. | Kenneth R Westerback |
2016-01-27 | Clear out some repetitive and pointless verbiage. Shuffle other | Kenneth R Westerback |
2016-01-27 | fyx typo. s,dynanic,dynamic, | Gleydson Soares |
2016-01-27 | Tweak some verbiage. | Kenneth R Westerback |
2016-01-27 | make sure to check malloc(3) return pointer against NULL. | Gleydson Soares |
2016-01-27 | tweak previous; ok krw | Jason McIntyre |
2016-01-27 | On-disk partition name/types/processorid may or may not be NUL | Kenneth R Westerback |
2016-01-27 | Remove some lies and pointless verbiage. Tweak HISTORY. | Kenneth R Westerback |
2016-01-27 | We do not support logical_block != physical_block. Remove logical_block | Kenneth R Westerback |
2016-01-27 | Two more for the attic. | Kenneth R Westerback |
2016-01-27 | Check block 0 signature, physical block size and physical block count when | Kenneth R Westerback |
2016-01-27 | Nope. Missed a couple of '{}' that could go. | Kenneth R Westerback |
2016-01-27 | Nuke another (and I hope final) batch of superfluous '{}' around single | 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 | Remove needless zeroing. Anonymously mapped memory is always zeroed. | mmcc |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 | mmcc |
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-26 | Simplify logic of read_partition_map(), junking retries with various sizes | Kenneth R Westerback |
2016-01-25 | Two more for the attic. | Kenneth R Westerback |
2016-01-25 | Use new read/write_block0 and read/write_dpme which handle any | Kenneth R Westerback |
2016-01-25 | Add read/write_block0 and read/write_dpme functions, not yet used. | 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 |