summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-05Ignore missing pseudo terminal for ssh when called from cron job.Alexander Bluhm
2019-09-05Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI.Alexander Bluhm
2019-09-05Devices that have no quirks don't need to appear in the list ofKenneth R Westerback
2019-09-05Add missing RCS Id.Patrick Wildt
2019-09-05Revert iwm(4) to software WPA crypto because of apparent firmware issues.Stefan Sperling
2019-09-05Add objects for ECDH schemes in RFC 5753.Joel Sing
2019-09-05Build ecdh_kdf.cJoel Sing
2019-09-05Replace OPENSSL_cleanse() with explicit_bzero().Joel Sing
2019-09-05Provide prototype for ecdh_KDF_X9_63()Joel Sing
2019-09-05Include correct header.Joel Sing
2019-09-05style(9) and whitespace.Joel Sing
2019-09-05Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.Joel Sing
2019-09-05Remove ECDH_KDF_X9_62 wrapper.Joel Sing
2019-09-05Provide ECDH KDF for X9.63 as needed for CMS ECC.Joel Sing
2019-09-05adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.132Ingo Schwarze
2019-09-05Do not clear HTML_NOSPACE in print_indent().Ingo Schwarze
2019-09-05Nuke unused struct block_desc_cipher. The Eighties called and wantKenneth R Westerback
2019-09-05Name environment variables consistently.Alexander Bluhm
2019-09-05Add Allwinner H6 support.Mark Kettenis
2019-09-05if a PKCS#11 token returns no keys then try to login and refetchDamien Miller
2015-11-05Add regression tests for the ARP implementation in the kernel. SendAlexander Bluhm
2019-09-05sprinkle in some explicit errors here, otherwise the percolate allDamien Miller
2019-09-05only send ext_info for KEX_INITIAL; bz#2929 ok dtuckerDamien Miller
2019-09-05em: Fix potential endless loopStefan Fritsch
2019-09-05macro fix; ok djmJason McIntyre
2019-09-05memleak on error path; found by libfuzzerDamien Miller
2019-09-05Use the new set_blksz() interface to set the block size.Alexandre Ratchov
2019-09-05Use the new set_{blksz,nblks}() interface to set the block size.Alexandre Ratchov
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
2019-09-05Implement splassert() on mips64.Visa Hankala
2019-09-05Adjust interrupt priority levels on mips64 so that prioritiesVisa Hankala
2019-09-05expose allowed_signers options parsing code in header for fuzzingDamien Miller
2019-09-05Prepare the bat for kernels greater > 8MB of code, why because clang.Theo de Raadt
2019-09-05Nuke unused st_softc field 'numblks'.Kenneth R Westerback
2019-09-05Minimize differences between IPv4 and IPv6 multicast tests.Alexander Bluhm
2019-09-05There can be only one -- mode.Kenneth R Westerback
2019-09-05Link IPv6 multicast tests to regress build.Alexander Bluhm
2019-09-05Test IPv6 multicast sender, receiver, router. Minimal mc6routeAlexander Bluhm
2019-09-05Feed the bntest output to bc(1). This checks the result of the bigAlexander Bluhm
2019-09-04Shuffle sdstart() and sdminphys() declarations closer to their friends.Kenneth R Westerback
2019-09-04Call comma-separated lists as such to clarify semantics.Christian Weisgerber
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
2019-09-04Hoist the quirks up another rung. drive_quirks is superfluous, justKenneth R Westerback
2019-09-04'quirks' field of struct modes is superfluous. There is only 1 mode. Just useKenneth R Westerback
2019-09-04Various whitespace nits.Kenneth R Westerback
2019-09-04The great density mode purge of 2006 (r1.62) was never carried throughKenneth R Westerback
2019-09-04Add RCS Id.Alexander Bluhm
2019-09-04Fix a route use after free in IPv6 multicast route. Move theAlexander Bluhm
2019-09-04msdosfs: remove timezone supportcheloha
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha