| Commit message (Expand) | Author | Age | Files | Lines |
* | Move last three lines (#define's) from dpme.h to partition_map.h and |  krw | 2016-01-30 | 1 | -2/+1 |
* | Fold struct dpme into struct entry. Same reasons as for folding |  krw | 2016-01-30 | 1 | -75/+75 |
* | There is not much to do if we run out of memory, so simply exit if |  krw | 2016-01-30 | 1 | -5/+5 |
* | Fold struct block0 into struct partition map. There can be only one |  krw | 2016-01-29 | 1 | -46/+48 |
* | Use consistent 'return' idiom -- no parenthesis since that was the style |  krw | 2016-01-28 | 1 | -5/+5 |
* | dpme_name and dpme_type are NUL-terminated in Apple code, so use |  krw | 2016-01-26 | 1 | -4/+4 |
* | Whitespace, line wrapping fixes. |  krw | 2016-01-26 | 1 | -2/+3 |
* | Use new read/write_block0 and read/write_dpme which handle any |  krw | 2016-01-25 | 1 | -13/+8 |
* | Add read/write_block0 and read/write_dpme functions, not yet used. |  krw | 2016-01-25 | 1 | -1/+301 |
* | Flip read_block() and write_block() back to taking sector addresses |  krw | 2016-01-23 | 1 | -5/+5 |
* | Merge read_block() and read_file_media() into read_block(). Ditto |  krw | 2016-01-22 | 1 | -12/+9 |
* | Hoist all file opening and ioctl calls into main(), passing a pointer to |  krw | 2016-01-21 | 1 | -45/+2 |
* | Remove forward declarations for functions that do not exist. |  krw | 2016-01-19 | 1 | -2/+1 |
* | struct file_media had 1 field left. And one place where struct |  krw | 2016-01-18 | 1 | -33/+10 |
* | Discard a whack of double and triple checking lseek/read/write parameters. |  krw | 2016-01-18 | 1 | -65/+23 |
* | os_reload_file_media() doesn't do anything except tell you if you passed it |  krw | 2016-01-18 | 1 | -22/+1 |
* | Run indent(1) over it and tweak the results a bit manually to look more |  krw | 2016-01-18 | 1 | -108/+108 |
* | Remove a grab bag of unused #define's, fields, enum's, variables, |  krw | 2016-01-18 | 1 | -17/+1 |
* | Change "//" comments to "/**/". Nuke really stupid ones. |  krw | 2016-01-17 | 1 | -2/+1 |
* | Reduce namespace pollution by eliminating parameter names from forward |  krw | 2016-01-17 | 1 | -2/+2 |
* | Remove a bunch of ridiculous and uninformative comments like "// Defines". |  krw | 2016-01-17 | 1 | -27/+1 |
* | Let the great de-typedef'ification begin. MEDIA -> struct file_media *. |  krw | 2016-01-17 | 1 | -8/+9 |
* | Move last field (size_in_bytes) in struct media to struct file_media |  krw | 2016-01-16 | 1 | -27/+12 |
* | Oops. Missed a file. |  krw | 2016-01-16 | 1 | -10/+2 |
* | There can be only one. 'grain' that is. i.e. DEV_BSIZE. No need to track |  krw | 2016-01-16 | 1 | -10/+8 |
* | There can be only one. 'kind' that is. No need to allocate or track the |  krw | 2016-01-16 | 1 | -19/+1 |
* | Start peeling away excess layers of abstraction. |  krw | 2016-01-16 | 1 | -9/+1 |
* | Nuke support for 1024- and 2048-byte sector devices. Error out if |  krw | 2016-01-16 | 1 | -5/+4 |
* | As with compute_device_size(), gut compute_block_size() and simply |  krw | 2016-01-15 | 1 | -40/+17 |
* | Nuke unused enum. |  krw | 2016-01-13 | 1 | -8/+1 |
* | #define LOFF_T off_t |  krw | 2016-01-12 | 1 | -19/+11 |
* | Use normal err/errx/warn/warnx rather than handrolling new ones. Move |  krw | 2016-01-12 | 1 | -4/+5 |
* | Remove media interation types, structures and functions. They are not used |  krw | 2016-01-12 | 1 | -187/+1 |
* | - remove some unused data structures/fields |  jasper | 2016-01-11 | 1 | -3/+3 |
* | plug a mem leak |  jasper | 2016-01-11 | 1 | -1/+2 |
* | trailing whitespace |  jasper | 2016-01-11 | 1 | -2/+2 |
* | add rcs ids |  jasper | 2016-01-11 | 1 | -0/+2 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -1/+1 |
* | use opendev(), as requested in 6373. document this using text borrowed from |  deraadt | 2010-05-25 | 1 | -1/+2 |
* | remove a bunch of linux and NeXT defines and, in turn, -D__unix__ |  martin | 2006-05-11 | 1 | -15/+0 |
* | With last pdisk and full functionality for mac68k now in place, start |  martin | 2006-04-29 | 1 | -51/+2 |
* | update for pdisk 0.8a2, from NetBSD, retaining our local changes; |  martin | 2006-04-27 | 1 | -38/+72 |
* | use SEEK_* for lseek() |  deraadt | 2006-04-02 | 1 | -4/+4 |
* | snprintf; drahn ok |  deraadt | 2003-04-02 | 1 | -7/+8 |
* | rm trailing whitespace |  todd | 2002-06-09 | 1 | -27/+27 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -1/+1 |
* | Make the apple code compile for OpenBSD. These changes are mostly from maja. |  drahn | 2001-03-24 | 1 | -2/+18 |
* | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 |  drahn | 2001-03-24 | 1 | -0/+527 |