Age | Commit message (Expand) | Author |
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-30 | There is not much to do if we run out of memory, so simply exit if | Kenneth R Westerback |
2016-01-29 | Fold struct block0 into struct partition map. There can be only one | Kenneth R Westerback |
2016-01-28 | Use consistent 'return' idiom -- no parenthesis since that was the style | 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. | 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-23 | Flip read_block() and write_block() back to taking sector addresses | Kenneth R Westerback |
2016-01-22 | Merge read_block() and read_file_media() into read_block(). Ditto | Kenneth R Westerback |
2016-01-21 | Hoist all file opening and ioctl calls into main(), passing a pointer to | Kenneth R Westerback |
2016-01-19 | Remove forward declarations for functions that do not exist. | 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 | 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 | Let the great de-typedef'ification begin. MEDIA -> struct file_media *. | Kenneth R Westerback |
2016-01-16 | Move last field (size_in_bytes) in struct media to struct file_media | Kenneth R Westerback |
2016-01-16 | Oops. Missed a file. | Kenneth R Westerback |
2016-01-16 | There can be only one. 'grain' that is. i.e. DEV_BSIZE. No need to track | Kenneth R Westerback |
2016-01-16 | There can be only one. 'kind' that is. No need to allocate or track the | Kenneth R Westerback |
2016-01-16 | Start peeling away excess layers of abstraction. | Kenneth R Westerback |
2016-01-16 | Nuke support for 1024- and 2048-byte sector devices. Error out if | Kenneth R Westerback |
2016-01-15 | As with compute_device_size(), gut compute_block_size() and simply | Kenneth R Westerback |
2016-01-13 | Nuke unused enum. | Kenneth R Westerback |
2016-01-12 | #define LOFF_T off_t | Kenneth R Westerback |
2016-01-12 | Use normal err/errx/warn/warnx rather than handrolling new ones. Move | Kenneth R Westerback |
2016-01-12 | Remove media interation types, structures and functions. They are not used | Kenneth R Westerback |
2016-01-11 | - remove some unused data structures/fields | Jasper Lievisse Adriaanse |
2016-01-11 | plug a mem leak | Jasper Lievisse Adriaanse |
2016-01-11 | trailing whitespace | Jasper Lievisse Adriaanse |
2016-01-11 | add rcs ids | Jasper Lievisse Adriaanse |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2010-05-25 | use opendev(), as requested in 6373. document this using text borrowed from | Theo de Raadt |
2006-05-11 | remove a bunch of linux and NeXT defines and, in turn, -D__unix__ | Martin Reindl |
2006-04-29 | With last pdisk and full functionality for mac68k now in place, start | Martin Reindl |
2006-04-27 | update for pdisk 0.8a2, from NetBSD, retaining our local changes; | Martin Reindl |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2003-04-02 | snprintf; drahn ok | Theo de Raadt |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-03-24 | Make the apple code compile for OpenBSD. These changes are mostly from maja. | Dale Rahn |
2001-03-24 | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 | Dale Rahn |