summaryrefslogtreecommitdiff
path: root/sbin/pdisk/file_media.h
AgeCommit message (Expand)Author
2016-01-30Fold struct dpme into struct entry. Same reasons as for foldingKenneth R Westerback
2016-01-29Fold struct block0 into struct partition map. There can be only oneKenneth R Westerback
2016-01-25Use new read/write_block0 and read/write_dpme which handle anyKenneth R Westerback
2016-01-25Add read/write_block0 and read/write_dpme functions, not yet used.Kenneth R Westerback
2016-01-23Flip read_block() and write_block() back to taking sector addressesKenneth R Westerback
2016-01-22Merge read_block() and read_file_media() into read_block(). DittoKenneth R Westerback
2016-01-21Hoist all file opening and ioctl calls into main(), passing a pointer toKenneth R Westerback
2016-01-18struct file_media had 1 field left. And one place where structKenneth R Westerback
2016-01-18Discard a whack of double and triple checking lseek/read/write parameters.Kenneth R Westerback
2016-01-18os_reload_file_media() doesn't do anything except tell you if you passed itKenneth R Westerback
2016-01-17Reduce namespace pollution by eliminating parameter names from forwardKenneth R Westerback
2016-01-17Remove a bunch of ridiculous and uninformative comments like "// Defines".Kenneth R Westerback
2016-01-17Let the great de-typedef'ification begin. MEDIA -> struct file_media *.Kenneth R Westerback
2016-01-16Move last field (size_in_bytes) in struct media to struct file_mediaKenneth R Westerback
2016-01-16Start peeling away excess layers of abstraction.Kenneth R Westerback
2016-01-12Remove media interation types, structures and functions. They are not usedKenneth R Westerback
2016-01-11add rcs idsJasper Lievisse Adriaanse
2006-04-27update for pdisk 0.8a2, from NetBSD, retaining our local changes;Martin Reindl
2002-06-09rm trailing whitespaceTodd T. Fries
2001-03-24Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 Dale Rahn