Age | Commit message (Expand) | Author |
2016-01-31 | Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is | 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-30 | Zap a couple of declarations for non-existant variable and function. | 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 | 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 | Flip base_order to a LIST(). | Kenneth R Westerback |
2016-01-28 | Hand rolled lists suck. First, replace disk_order with an LIST. | Kenneth R Westerback |
2016-01-27 | We do not support logical_block != physical_block. Remove logical_block | 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 | Pass the disk sector size to open_partition_map(), eliminating it's | 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 | Whitespace fixes. | 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-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-18 | struct file_media had 1 field left. And one place where struct | 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 | 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. 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-16 | Move last field (size_in_bytes) in struct media to struct file_media | 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-14 | Nuke 'HFS_name' field which was not referenced now other than setting | Kenneth R Westerback |
2016-01-12 | Retire '-i', a poorly documented interactive mode that tries to | Kenneth R Westerback |
2016-01-11 | add rcs ids | Jasper Lievisse Adriaanse |
2006-04-27 | update for pdisk 0.8a2, from NetBSD, retaining our local changes; | Martin Reindl |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2001-03-24 | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 | Dale Rahn |