summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-11Bump the pbuild data size limit to 7G; Firefox 74 no longer builds in 6G.Christian Weisgerber
2020-03-11Add some number operators for formats, from Tyler Culp.Nicholas Marriott
2020-03-11In the sigtramp the fallback SYS_exit always works, there is no reasonTheo de Raadt
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11Remove dead code which is actually duplicated a few lines aboveJasper Lievisse Adriaanse
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in commentJasper Lievisse Adriaanse
2020-03-11Make sure hdrlen is initialized.tobhe
2020-03-11The NXP-provided device trees used to make use of the assigned-clocksPatrick Wildt
2020-03-11Power domains on i.MX8MQ can reference other power domains, whichPatrick Wildt
2020-03-11Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsOtto Moerbeek
2020-03-11typo; from bryan stensonJason McIntyre
2020-03-11Take a swing at blocking Load-Value-Injection attacks against thePhilip Guenther
2020-03-11properly limit indexing into the aggr_periodic_times array.David Gwynne
2020-03-11Make traphandler_parse also set vbinds for SNMPv1 traps.Martijn van Duren
2020-03-10Variables 'nowait' amd 'flags' should have died in 2008 with r1.36'sKenneth R Westerback
2020-03-10The return value of rt_ifa_purge() is ignored, so stopKenneth R Westerback
2020-03-10regenanton
2020-03-10Unlock fcntl(2).anton
2020-03-10Relookup policy based on received cryptographic parameter proposal.tobhe
2020-03-10Use ctx->hs->secrets rather than the S3I(s) version.Joel Sing
2020-03-10Update to follow handshake enum removal.Joel Sing
2020-03-10Remove some unnecessary handshake enums/functions.Joel Sing
2020-03-10Add a return value check to tls13_buffer_extend().Joel Sing
2020-03-10Remove the enc function pointers.Joel Sing
2020-03-10Coverity points out (12 + MAXMPS) can never be less thanKenneth R Westerback
2020-03-10Narrow the visibility of some functions and variables local to output.cJeremie Courreges-Anglas
2020-03-10Ooops. Need both files.Kenneth R Westerback
2020-03-10sgl (scatter gather list) and prpl (physical region page list) are twoKenneth R Westerback
2020-03-10Import openssl-1.1.1d test data to base64test.cKinichiro Inoguchi
2020-03-10Modify regress base64test.cKinichiro Inoguchi
2020-03-10syncStuart Henderson
2020-03-10add 6.8 fw pubkeyStuart Henderson
2020-03-10Make sure 'pooladdr' is zero initialized.tobhe
2020-03-10Fix memory leak of 'cr' if allocation of 'cr->data' fails.tobhe
2020-03-10Make sure ikev2_next_payload() is only called when there is a previoustobhe
2020-03-10Return when SA lookup fails in ikev2_init_recv().tobhe
2020-03-10Delete dead code in ikev2_msg_valid_ike_sa().tobhe
2020-03-10Make sure 'e' is NULL initialized to prevent nullptr dereference intobhe
2020-03-10Properly exit loop at end of hooks TAILQ.tobhe
2020-03-10Make sure return value 'error' is initialized to '0'.tobhe
2020-03-10Remove unused argument to sr_error.tobhe
2020-03-10Access 4-byte address field with _4btol() not _8btol(), fixingKenneth R Westerback
2020-03-10syncKevin Lo
2020-03-10Match on Lenovo OneLink Plus Dock Ethernet.Kevin Lo
2020-03-09Ensure that we properly flush, close and rename temporary output filesJeremie Courreges-Anglas
2020-03-09logx->warn, we want to know why operations on output files failedJeremie Courreges-Anglas
2020-03-09Return EINVAL for KERN_PROC if the size parameter is 0.Todd C. Miller
2020-03-09Avoid a tight CPU loop when no unlocked worklist items can be processed.Todd C. Miller