summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-13drm/i915/cmdparser: Use explicit goto for error pathsJonathan Gray
2019-11-13drm/i915: Add gen9 BCS cmdparsingJonathan Gray
2019-11-13drm/i915: Allow parsing of unsized batchesJonathan Gray
2019-11-13drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJonathan Gray
2019-11-13drm/i915: Add support for mandatory cmdparsingJonathan Gray
2019-11-13drm/i915: Remove Master tables from cmdparserJonathan Gray
2019-11-13drm/i915: Disable Secure Batches for gen6+Jonathan Gray
2019-11-13drm/i915: Rename gen7 cmdparser tablesJonathan Gray
2019-11-13Fix off-by-one (truncation) in k{v,}asprintf().Martin Pieuchot
2019-11-13drm/amd/display: Passive DP->HDMI dongle detection fixJonathan Gray
2019-11-13drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Jonathan Gray
2019-11-13drm/radeon: fix si_enable_smc_cac() failed issueJonathan Gray
2019-11-13remove size_t gl_pathc < 0 test, it is invalid. the return value fromTheo de Raadt
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-11-13refactor the nc pool loop to not shut down the socket early, andBob Beck
2019-11-13unbreak ramdisksTheo de Raadt
2019-11-12check for privileged bridges ioctls next to the other privileged ioctls.David Gwynne
2019-11-12allow an empty attestation certificate returned by a security keyDamien Miller
2019-11-12security keys typically need to be tapped/touched in order to performDamien Miller
2019-11-12pass SSH_ASKPASS_PROMPT hint to y/n key confirm tooDamien Miller
2019-11-12dd API for performing one-shot notifications via tty or SSH_ASKPASSDamien Miller
2019-11-12add xvasprintf()Damien Miller
2019-11-12a long long time ago, there was no such thing as "from socket" and theGilles Chehade
2019-11-12we might not have a best resolver at allFlorian Obser
2019-11-12do not leak buf or region if either fails to allocateFlorian Obser
2019-11-12fix a logic bug in ruleset matching that makes `from socket` rules possiblyGilles Chehade
2019-11-12remove extra layer for ed25519 signature; ok djm@Markus Friedl
2019-11-12check sig_r and sig_s for ssh-sk keys; ok djmMarkus Friedl
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-11-12update sk-api to version 2 for ed25519 support; ok djmMarkus Friedl
2019-11-12implement sshsk_ed25519_assemble(); ok djmMarkus Friedl
2019-11-12implement sshsk_ed25519_inner_sig(); ok djmMarkus Friedl
2019-11-12rename sshsk_ecdsa_sign() to sshsk_sign(); ok djmMarkus Friedl
2019-11-12factor out sshsk_ecdsa_inner_sig(); ok djm@Markus Friedl
2019-11-12factor out sshsk_ecdsa_assemble(); ok djm@Markus Friedl
2019-11-12implement ssh-ed25519-sk verification; ok djm@Markus Friedl
2019-11-12syncTheo de Raadt
2019-11-12fix a formatting warning;Jason McIntyre
2019-11-12Add configuration options to explicitly specify ESN support for child SAs.tobhe
2019-11-12document new helperMarc Espie
2019-11-12document how DEBUG_PACKAGES worksMarc Espie
2019-11-12document DEBUGINFO_ARCHS.Marc Espie
2019-11-12document the new annotations corresponding to DEBUG_PACKAGESMarc Espie
2019-11-12we are not using was_ratelimitedFlorian Obser
2019-11-12Pass in a callback function to resolve() instead of a flag toFlorian Obser
2019-11-12 Error logging is done inside of resolve since it depends on theFlorian Obser
2019-11-12 It is possible to cancel libunbound queries by tracking an id.Florian Obser
2019-11-12use the default URL when running fw_update, we can't guarantee that pkg_add willStuart Henderson
2019-11-12Only check if the current thread has the lock in rw_assert_unlocked(9).Martin Pieuchot
2019-11-12Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).Martin Pieuchot