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
Age
Commit message (
Expand
)
Author
2016-01-27
Tweak some verbiage.
Kenneth R Westerback
2016-01-27
make sure to check malloc(3) return pointer against NULL.
Gleydson Soares
2016-01-27
tweak previous; ok krw
Jason McIntyre
2016-01-27
On-disk partition name/types/processorid may or may not be NUL
Kenneth R Westerback
2016-01-27
Remove some lies and pointless verbiage. Tweak HISTORY.
Kenneth R Westerback
2016-01-27
We do not support logical_block != physical_block. Remove logical_block
Kenneth R Westerback
2016-01-27
Two more for the attic.
Kenneth R Westerback
2016-01-27
Check block 0 signature, physical block size and physical block count when
Kenneth R Westerback
2016-01-27
Nope. Missed a couple of '{}' that could go.
Kenneth R Westerback
2016-01-27
Nuke another (and I hope final) batch of superfluous '{}' around single
Kenneth R Westerback
2016-01-26
Rework and simplify string argument parsing. All string arguments are at
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
Remove needless zeroing. Anonymously mapped memory is always zeroed.
mmcc
2016-01-26
Use an unsigned int rather than an int when iterating through all 32
mmcc
2016-01-26
Whitespace, line wrapping fixes. Nuke many superfluous '{}' around single
Kenneth R Westerback
2016-01-26
Whitespace, line wrapping fixes.
Kenneth R Westerback
2016-01-26
Simplify logic of read_partition_map(), junking retries with various sizes
Kenneth R Westerback
2016-01-25
Two more for the attic.
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-25
Tweak fields in struct dpme to be more consistent with Apple's info.
Kenneth R Westerback
2016-01-25
remove some uneeded includes
Jonathan Gray
2016-01-24
Whitespace.
Kenneth R Westerback
2016-01-24
Nuke get_align_long() and put_align_long() #define's. They don't do
Kenneth R Westerback
2016-01-24
Nuke more pointless checks for map NULLness.
Kenneth R Westerback
2016-01-24
fix 1.18 by removing extra argument from explicit_bzero calls
mmcc
2016-01-24
Whitespace fixes.
Kenneth R Westerback
2016-01-24
Immediately zero the stack-allocated buffers for the passphrase and salt rather
mmcc
2016-01-24
Assuming the map is always provided simplifies a bunch of logic, nukes
Kenneth R Westerback
2016-01-24
Delete duplicated line that was setting sbBlkCount to 0; Score one
Kenneth R Westerback
2016-01-24
use explicit_bzero(3) for clearing sensitive data
Gleydson Soares
2016-01-23
Nuke unused kPatchType. Nuke kStringNot and use " not' where needed.
Kenneth R Westerback
2016-01-23
No need for 'default_value' parameter for get_number_argument() since we
Kenneth R Westerback
2016-01-23
No need for get_string_argument() parameter 'reprompt' since we
Kenneth R Westerback
2016-01-23
Pass the disk sector size to open_partition_map(), eliminating it's
Kenneth R Westerback
2016-01-23
Add comments to ensure future spelunkers realize that struct block0
Kenneth R Westerback
2016-01-23
Avoid double prompt after creating default map on startup.
Kenneth R Westerback
2016-01-23
Flip read_block() and write_block() back to taking sector addresses
Kenneth R Westerback
2016-01-23
map->block0 is always allocated or the map is discarded.
Kenneth R Westerback
2016-01-23
Nuke sync_device_size() and do it's one-field-update in coerce_block0(),
Kenneth R Westerback
2016-01-23
Always initialize media_size to provided mediasz in open_partition_map().
Kenneth R Westerback
2016-01-23
Break annoying long line.
Kenneth R Westerback
2016-01-22
Change partition map field 'data' to 'dmpe'. Change 'create_data'
Kenneth R Westerback
2016-01-22
Of course if you change the parameter name you need to change the uses of
Kenneth R Westerback
2016-01-22
Change parameter name 'data' to 'block0'.
Kenneth R Westerback
2016-01-22
Whitespace fixes.
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
Whitespace fixes.
Kenneth R Westerback
2016-01-22
Lost a fix for one invocation of write_block() in diff juggling. It
Kenneth R Westerback
[prev]
[next]