summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-24Lacking precise dependency-from-relocation tracking, a nodelete objectPhilip Guenther
2016-01-24Whitespace fixes.Kenneth R Westerback
2016-01-24Immediately zero the stack-allocated buffers for the passphrase and salt rathermmcc
2016-01-24Assuming the map is always provided simplifies a bunch of logic, nukesKenneth R Westerback
2016-01-24Delete duplicated line that was setting sbBlkCount to 0; Score oneKenneth R Westerback
2016-01-24use explicit_bzero(3) for clearing sensitive dataGleydson Soares
2016-01-23Nuke unused kPatchType. Nuke kStringNot and use " not' where needed.Kenneth R Westerback
2016-01-23No need for 'default_value' parameter for get_number_argument() since weKenneth R Westerback
2016-01-23No need for get_string_argument() parameter 'reprompt' since weKenneth R Westerback
2016-01-23Typo in comment; from MiodAntoine Jacoutot
2016-01-23In some cases machines with virtualisation extensions will boot into aJonathan Gray
2016-01-23Fix some uses of sizeof where the size of a struct was intended, notJonathan Gray
2016-01-23Pass the disk sector size to open_partition_map(), eliminating it'sKenneth R Westerback
2016-01-23Add comments to ensure future spelunkers realize that struct block0Kenneth R Westerback
2016-01-23Avoid double prompt after creating default map on startup.Kenneth R Westerback
2016-01-23Zero a stack buffer with explicit_bzero() instead of memset() whenJonathan Gray
2016-01-23Flip read_block() and write_block() back to taking sector addressesKenneth R Westerback
2016-01-23map->block0 is always allocated or the map is discarded.Kenneth R Westerback
2016-01-23Nuke sync_device_size() and do it's one-field-update in coerce_block0(),Kenneth R Westerback
2016-01-23Always initialize media_size to provided mediasz in open_partition_map().Kenneth R Westerback
2016-01-23Break annoying long line.Kenneth R Westerback
2016-01-22Zero the local structs holding crs information before parsing _CRS.Jonathan Gray
2016-01-22Setup interface features based on capabilities provided by the backendMike Belopuhov
2016-01-22Set minimum number of slots on the receive ring to 18Mike Belopuhov
2016-01-22To facilitate reading make sure to use a GTF_invalid flag by nameMike Belopuhov
2016-01-22- new plymouth day is better known as taranakiJason McIntyre
2016-01-22Convert membar_* calls into virtio_membar_sync where it mattersMike Belopuhov
2016-01-22Change partition map field 'data' to 'dmpe'. Change 'create_data'Kenneth R Westerback
2016-01-22Of course if you change the parameter name you need to change the uses ofKenneth R Westerback
2016-01-22Change parameter name 'data' to 'block0'.Kenneth R Westerback
2016-01-22Whitespace fixes.Kenneth R Westerback
2016-01-22Rename map field 'misc' to 'block0' since that's what it is.Kenneth R Westerback
2016-01-22Whitespace fixes.Kenneth R Westerback
2016-01-22Whitespace fixes.Kenneth R Westerback
2016-01-22Straightforward uiomovei -> uiomove conversion. All size arguments forStefan Kempf
2016-01-22Always check destination MAC address of received unicast packets, notStefan Fritsch
2016-01-22Replace a (broken) test for @option explicit-update (the code has beenLandry Breuil
2016-01-22Lost a fix for one invocation of write_block() in diff juggling. ItKenneth R Westerback
2016-01-22If usb_fill_udf_task() failed to fill the struct, udf_data stillAlexander Bluhm
2016-01-22in lka process, revoke proc/exec pledges after privsep-ed table backendsGilles Chehade
2016-01-22add a log_warn() so that when smtpd fails to start due to a problem readingGilles Chehade
2016-01-22Merge read_block() and read_file_media() into read_block(). DittoKenneth R Westerback
2016-01-22Drop packets whose VNI flag is not set and VNI is not zeroKazuya Goda
2016-01-22Support tunnel VRF on etherip(4)Kazuya Goda
2016-01-22add a missing if_put() to ipip_input()Jonathan Gray
2016-01-22fix a missing if_put() in the default af path of tcp_mss()Jonathan Gray
2016-01-22escape punctuation to have it mark up properly;Jason McIntyre
2016-01-22Repair creation of initial partition table on a blank disk, brokenKenneth R Westerback
2016-01-22In the "why use two variables when one would do" category, eliminateKenneth R Westerback
2016-01-22Add back the initialisation of a cn30xxipd_offload() variable removedJonathan Gray