summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-27Add test coverage for TLSv1.3 client hellos.Joel Sing
2021-06-27Add test coverage for DTLSv1.2 client hellos.Joel Sing
2021-06-27Improve test coverage for SSL_OP_NO_DTLSv1.Joel Sing
2021-06-27Correct handling of SSL_OP_NO_DTLSv1.Joel Sing
2021-06-27Teach hexdump() how to identify differing bytes.Joel Sing
2021-06-27More appropriately set cipher_list_len when AES acceleration is available.Joel Sing
2021-06-27Tweak some data types and sprinkle some const.Joel Sing
2021-06-27In addition to 2-byte and 3-byte UTF-8 sequences, correctly identify allIngo Schwarze
2021-06-27Add Hart State Management functions. These will be needed to spin upMark Kettenis
2021-06-27reuse armv7 installboot for riscv64Jonathan Gray
2021-06-27Create DMA maps with 64-bit capability when appropriate.Visa Hankala
2021-06-27Use config register to determine if 64-bit DMA is available.Visa Hankala
2021-06-27match on sifive,fu540-c000-gemJonathan Gray
2021-06-26make usage less chatty; ok mlarkinJason McIntyre
2021-06-26make SYNOPSIS match usage; ok ajacoutotJason McIntyre
2021-06-26For some reason the riscv64 locore.S ended up with the copyright licenseMark Kettenis
2021-06-26Fix .Xr order. From mandoc -Tlint.Theo Buehler
2021-06-26delete extra explanations in the usage: messages which are describedTheo de Raadt
2021-06-26Make lazy binding work on riscv64.Mark Kettenis
2021-06-26Build ld.so with --march=rv64imac on riscv64 to be absolutely sure thatMark Kettenis
2021-06-26Use AFLAGS when building syscall stubs. Drop AINC wich isn't used.Mark Kettenis
2021-06-26cad: Implement 64-bit DMA modeVisa Hankala
2021-06-26Add riscv64 support. From Mickael Torres.Mark Kettenis
2021-06-26Add powerpc64 and riscv64 to the list of architectures that have DRM.Mark Kettenis
2021-06-26Revert last change, which is under an #ifdef __linux__ block so no used.Matthieu Herrb
2021-06-26riscv64 struct cpu_info has ci_idepthJonathan Gray
2021-06-26syncJonathan Gray
2021-06-26add /dev/dri/card0 and /dev/dri/renderD128Jonathan Gray
2021-06-26add /dev/dri/Jonathan Gray
2021-06-25let pfsync_request_update actually retry when it overfills a packet.David Gwynne
2021-06-25Move unused eficall.h files to the Attic.Kenneth R Westerback
2021-06-25Clean up and remove debug prints, and add a few more relevant prints forPatrick Wildt
2021-06-25basic radeondrm / X support for riscv64. Ok kettenis@Matthieu Herrb
2021-06-25Replace instances of the magic number '64' with a nice #defineKenneth R Westerback
2021-06-25add SIZE_MAX. ok kettenis@Matthieu Herrb
2021-06-25Make sure we translate prefetchable mmio space as well.Mark Kettenis
2021-06-251) Finish eliminating all uses of EFI_CALL() used in the tree, allowing for theKenneth R Westerback
2021-06-25While it seems like we can choose any I/O virtual address for peripheralPatrick Wildt
2021-06-25Allow (w)hole disk allocation for GPT disks. Use fdisk -A when Apple APFS ISCKenneth R Westerback
2021-06-25add linux style memory barriers for risc-v to drmJonathan Gray
2021-06-25Remove an unused struct.Visa Hankala
2021-06-25use weaker fences for riscv64 membarJonathan Gray
2021-06-25Save quite a bit of space by removing the existence of PTEDs. ThePatrick Wildt
2021-06-25The network flush code only operates on peerself (like all the otherClaudio Jeker
2021-06-25Do the multiprotocol check first for the IPv4 case. So it is the sameClaudio Jeker
2021-06-25fix decoding of X.509 subject name; from Leif Thuresson via bz3327Damien Miller
2021-06-25Use better language to refer to the user. From l1ving via githubDarren Tucker
2021-06-25sync set sizes with latest snapshotJonathan Gray
2021-06-25sync set sizes with latest snapshotJonathan Gray
2021-06-25Replace SIGCHLD/notify_pipe kludge with pselect.Darren Tucker