summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-15The exit code from the perl matters hereBob Beck
2020-07-15Don't leak the X509_STOREBob Beck
2020-07-15Consistently convert syndrome codes from big endian before printing them.Jonathan Matthew
2020-07-15Add certificate validation tests generated using the tools fromBob Beck
2020-07-15Scott Cheloha convinces me the newly added tsleep_nsec should be tsleep,Theo de Raadt
2020-07-14allow some additional control over the use of ssh-askpassDamien Miller
2020-07-14Properly clean up and dereference 'old' policy after failed lookup.tobhe
2020-07-14Print real/avail mem like we do on all other architectures.Mark Kettenis
2020-07-14Make INTx interupts work.Mark Kettenis
2020-07-14Add xics(4), a driver for the OPAL virtual ICS.Mark Kettenis
2020-07-14Add FDT interrupt support.Mark Kettenis
2020-07-14Convert option handling for openssl(1) verify.Joel Sing
2020-07-14Dedup the use legacy stack code.Joel Sing
2020-07-14Revert the TLSv1.3 version switching fix/hack.Joel Sing
2020-07-14Enter the certs regress directory.Joel Sing
2020-07-14Add regress for X509_verify() using the new bundles.Joel Sing
2020-07-14Provide generated certificate bundles and roots for regress.Joel Sing
2020-07-14Provide tools to build certificate changes for verify regress.Joel Sing
2020-07-14Use a rwlock to protect the ttylist, rather than having ttymalloc/ttyfreeTheo de Raadt
2020-07-14Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.Joel Sing
2020-07-14Add a -tls1_2 option so we can force TLSv1.2 for testing.Joel Sing
2020-07-14Mark unmanaged kernel mappings as wired and skip them if we need to evictMark Kettenis
2020-07-14Put some debug code behin #ifdef TRAP_DEBUG.Mark Kettenis
2020-07-14Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldMark Kettenis
2020-07-14getopt(3) returns an int so don't use a char to store its return value.Mark Kettenis
2020-07-14Add support for routing interrupts to other CPUs in agintc(4). Most of thePatrick Wildt
2020-07-14Add support for routing interrupts to other CPUs in ampintc(4). Most of thePatrick Wildt
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerPatrick Wildt
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-14A pty write containing VDISCARD, VREPRINT, or various retyping cases ofTheo de Raadt
2020-07-14reduce the diff to linux in local versions of functionsJonathan Gray
2020-07-14Remove hyphenKinichiro Inoguchi
2020-07-14Add single space between pem and ...Kinichiro Inoguchi
2020-07-14Add manual for openssl(1) certhashKinichiro Inoguchi
2020-07-14Remove commented out debug printfs.Mark Kettenis
2020-07-14Implement ptrace(2) bits. Still largely untested.Mark Kettenis
2020-07-14Do not convert the NOCACHE buffers that come from a vnd strategy routineBob Beck
2020-07-14Set up a second level flow table for RSS and switch the root flow tableJonathan Matthew
2020-07-14Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) whenKenneth R Westerback
2020-07-13Clean up <machine/signal.h>, moving the trapframe struct intoMark Kettenis
2020-07-13Document CCMP offload support in the athn(4) man page.Stefan Sperling
2020-07-13Mention support for CCMP offload in iwm(4) man page.Stefan Sperling
2020-07-13Update iwx(4) man page: CCMP offload and background scan are now supported.Stefan Sperling
2020-07-13Enable background scanning on iwx(4) devices.Stefan Sperling
2020-07-13Increase iwx(4) command queue size to the size expected by hardware.Stefan Sperling
2020-07-13Where we have a pointer (sc) to the relevant adapter_softc, useKenneth R Westerback
2020-07-13Cast to uschar when storing a char in an int that will be used as an index.Todd C. Miller
2020-07-13Remove some pointless casting of void * when assigning oneKenneth R Westerback
2020-07-13More preparations for adding RSS. Adjust several functions to allow forJonathan Matthew
2020-07-13add kstat support for reading hardware counters.David Gwynne