Age | Commit message (Expand) | Author |
2016-01-24 | Lacking precise dependency-from-relocation tracking, a nodelete object | Philip Guenther |
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 | Typo in comment; from Miod | Antoine Jacoutot |
2016-01-23 | In some cases machines with virtualisation extensions will boot into a | Jonathan Gray |
2016-01-23 | Fix some uses of sizeof where the size of a struct was intended, not | Jonathan Gray |
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 | Zero a stack buffer with explicit_bzero() instead of memset() when | Jonathan Gray |
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 | Zero the local structs holding crs information before parsing _CRS. | Jonathan Gray |
2016-01-22 | Setup interface features based on capabilities provided by the backend | Mike Belopuhov |
2016-01-22 | Set minimum number of slots on the receive ring to 18 | Mike Belopuhov |
2016-01-22 | To facilitate reading make sure to use a GTF_invalid flag by name | Mike Belopuhov |
2016-01-22 | - new plymouth day is better known as taranaki | Jason McIntyre |
2016-01-22 | Convert membar_* calls into virtio_membar_sync where it matters | Mike Belopuhov |
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 | Straightforward uiomovei -> uiomove conversion. All size arguments for | Stefan Kempf |
2016-01-22 | Always check destination MAC address of received unicast packets, not | Stefan Fritsch |
2016-01-22 | Replace a (broken) test for @option explicit-update (the code has been | Landry Breuil |
2016-01-22 | Lost a fix for one invocation of write_block() in diff juggling. It | Kenneth R Westerback |
2016-01-22 | If usb_fill_udf_task() failed to fill the struct, udf_data still | Alexander Bluhm |
2016-01-22 | in lka process, revoke proc/exec pledges after privsep-ed table backends | Gilles Chehade |
2016-01-22 | add a log_warn() so that when smtpd fails to start due to a problem reading | Gilles Chehade |
2016-01-22 | Merge read_block() and read_file_media() into read_block(). Ditto | Kenneth R Westerback |
2016-01-22 | Drop packets whose VNI flag is not set and VNI is not zero | Kazuya Goda |
2016-01-22 | Support tunnel VRF on etherip(4) | Kazuya Goda |
2016-01-22 | add a missing if_put() to ipip_input() | Jonathan Gray |
2016-01-22 | fix a missing if_put() in the default af path of tcp_mss() | Jonathan Gray |
2016-01-22 | escape punctuation to have it mark up properly; | Jason McIntyre |
2016-01-22 | Repair creation of initial partition table on a blank disk, broken | Kenneth R Westerback |
2016-01-22 | In the "why use two variables when one would do" category, eliminate | Kenneth R Westerback |
2016-01-22 | Add back the initialisation of a cn30xxipd_offload() variable removed | Jonathan Gray |