Age | Commit message (Expand) | Author |
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 | Nuke more pointless checks for map NULLness. | Kenneth R Westerback |
2016-01-24 | fix 1.18 by removing extra argument from explicit_bzero calls | mmcc |
2016-01-24 | Whitespace fixes. | Kenneth R Westerback |
2016-01-24 | Immediately zero the stack-allocated buffers for the passphrase and salt rather | mmcc |
2016-01-24 | Assuming the map is always provided simplifies a bunch of logic, nukes | Kenneth R Westerback |
2016-01-24 | Delete duplicated line that was setting sbBlkCount to 0; Score one | Kenneth R Westerback |
2016-01-24 | use explicit_bzero(3) for clearing sensitive data | Gleydson Soares |
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-23 | Avoid double prompt after creating default map on startup. | 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-23 | Nuke sync_device_size() and do it's one-field-update in coerce_block0(), | Kenneth R Westerback |
2016-01-23 | Always initialize media_size to provided mediasz in open_partition_map(). | Kenneth R Westerback |
2016-01-23 | Break annoying long line. | Kenneth R Westerback |
2016-01-22 | Change partition map field 'data' to 'dmpe'. Change 'create_data' | Kenneth R Westerback |
2016-01-22 | Of course if you change the parameter name you need to change the uses of | Kenneth R Westerback |
2016-01-22 | Change parameter name 'data' to 'block0'. | Kenneth R Westerback |
2016-01-22 | Whitespace fixes. | Kenneth R Westerback |
2016-01-22 | Rename map field 'misc' to 'block0' since that's what it is. | Kenneth R Westerback |
2016-01-22 | Whitespace fixes. | Kenneth R Westerback |
2016-01-22 | Whitespace fixes. | Kenneth R Westerback |
2016-01-22 | Lost a fix for one invocation of write_block() in diff juggling. It | Kenneth R Westerback |
2016-01-22 | Merge read_block() and read_file_media() into read_block(). Ditto | Kenneth R Westerback |
2016-01-22 | escape punctuation to have it mark up properly; | Jason McIntyre |
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-21 | Don't try to be cute by silently opening a disk read-only when R/W | 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 unused global 'io_buffer'. | 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 | Discard a whack of double and triple checking lseek/read/write parameters. | Kenneth R Westerback |
2016-01-18 | os_reload_file_media() doesn't do anything except tell you if you passed it | 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 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |
2016-01-18 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |