summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-07In the libc resolver function asr_run(), clear the result buffer everytime,Theo de Raadt
2020-06-07Probe the PCI bus.Mark Kettenis
2020-06-07Add functions to read/write from/to PCI config space.Mark Kettenis
2020-06-07Add missing file.Mark Kettenis
2020-06-07whitespaceFlorian Obser
2020-06-07Swap arguments of calloc(3).Florian Obser
2020-06-07mainbus(4) and cpu(4).Mark Kettenis
2020-06-07Allocate a struct, not just a pointer.Mark Kettenis
2020-06-07Remap FDT such that we can access it with translations enabled.Mark Kettenis
2020-06-07More debug printing such that we can see what is still missing.Mark Kettenis
2020-06-07Implement pmap_zero_page() and pmap_copy_page().Mark Kettenis
2020-06-07Add a few more devices.Mark Kettenis
2020-06-07Enable translation in the trap handlers.Mark Kettenis
2020-06-06Fix and harmonize some of the code dealing with address offsets encoded inMark Kettenis
2020-06-06Bootstrap a kernel pmap and enable translations.Mark Kettenis
2020-06-06Call main().Mark Kettenis
2020-06-06Disable translation and external interrupts when making OPAL calls.Mark Kettenis
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler
2020-06-06additional device; from Bruno FlueckigerTheo de Raadt
2020-06-06grdc(6): implement timeout with alarm(3)cheloha
2020-06-06Some devices have no phandle since they are not referenced in thePatrick Wildt
2020-06-06grdc(6): miscellaneous style(9)cheloha
2020-06-06Use bitshifts instead of a union for encoding UTF-8 into 32 bits, whichNicholas Marriott
2020-06-06Adjust sgi bootblocks' iostrategy routinesVisa Hankala
2020-06-06Let sgi bootblocks build again.Visa Hankala
2020-06-06Fix previous commit.Visa Hankala
2020-06-06Implement a rolling hash of the ClientHello message, Enforce RFC 8446Bob Beck
2020-06-05Implement cpu_rnd_messybits() as a read of the virtual counter xoredChristian Weisgerber
2020-06-05Allow userland access to the virtual counter.Mark Kettenis
2020-06-05Remove redundant codedenis
2020-06-05Add a custom copy handler for AES key wrapTheo Buehler
2020-06-05Use IANA allocated GOST ClientCertificateTypes.Joel Sing
2020-06-05Stop sending GOST R 34.10-94 as a CertificateType.Joel Sing
2020-06-05Handle GOST in ssl_cert_dup().Joel Sing
2020-06-05Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.Joel Sing
2020-06-05Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.Joel Sing
2020-06-05Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.Joel Sing
2020-06-05Add a few more errors to help debugging.Joel Sing
2020-06-05Add support for additional GOST curves.Joel Sing
2020-06-05Remove remaining error *_str_functs[]Joel Sing
2020-06-05syncTheo de Raadt
2020-06-05Apply some style(9).Joel Sing
2020-06-05One error file per directory is plenty.Joel Sing
2020-06-05Add default proposals for AES-GCM ciphers in IKE and ESP.tobhe
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-06-05Change how panes are resized so that the code is clearer and if the paneNicholas Marriott
2020-06-05Do not take the address of a potentially unaligned member.Nicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asOtto Moerbeek