index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
pdisk
/
file_media.h
Age
Commit message (
Expand
)
Author
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-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-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-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
Start peeling away excess layers of abstraction.
Kenneth R Westerback
2016-01-12
Remove media interation types, structures and functions. They are not used
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