Age | Commit message (Expand) | Author |
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 |
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 |
2016-01-17 | Let the great de-typedef'ification begin. MEDIA -> struct file_media *. | Kenneth R Westerback |
2016-01-17 | A/UX is no more, was m68k only, and we have no sentimental reasons for | Kenneth R Westerback |
2016-01-17 | - tidy up a bunch of #if's for code that has been either enabled or disabled ... | Jasper Lievisse Adriaanse |
2016-01-16 | Move last field (size_in_bytes) in struct media to struct file_media | Kenneth R Westerback |
2016-01-16 | Start peeling away excess layers of abstraction. | Kenneth R Westerback |
2016-01-15 | We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE and | Kenneth R Westerback |
2016-01-15 | Replace bitfield_get() and bitfield_set() abstraction with simple masking | Kenneth R Westerback |
2016-01-14 | Remove code supporting undocumented and inaccessible flags 'a' | Kenneth R Westerback |
2016-01-12 | Use normal err/errx/warn/warnx rather than handrolling new ones. Move | Kenneth R Westerback |
2016-01-12 | Retire '-i', a poorly documented interactive mode that tries to | Kenneth R Westerback |
2016-01-11 | open_pathname_as_media() simply called open_file_as_media() which | Kenneth R Westerback |
2016-01-11 | add rcs ids | Jasper Lievisse Adriaanse |
2015-08-20 | Two reallocarray() conversions that were missed earlier. | Todd C. Miller |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |