summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the ArmadaPatrick Wildt
2020-05-22Add pre/post hooks for bus clock changes to sdhc(4). These will bePatrick Wildt
2020-05-22Use the parsed address and interrupt information fromMark Kettenis
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencePatrick Wildt
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thisPatrick Wildt
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingPatrick Wildt
2020-05-22Actually store the node in the softc. Missed chunk from the previousPatrick Wildt
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.Patrick Wildt
2020-05-22extract the identical code that creates temp files into its own functionMarc Espie
2020-05-22Enable bwfm(4).Patrick Wildt
2020-05-22Enable mvkpcie(4).Patrick Wildt
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onPatrick Wildt
2020-05-22Add test covering revision 1.64 of c_sh, fix exit code of compound listsanton
2020-05-22Fix the exit code when eval()uating a || compound list, it wouldSebastian Benoit
2020-05-22Use the simpler HTML5 idiom to declare charset in autogenerated pages.Anthony J. Bentley
2020-05-22better wordingDavid Gwynne
2020-05-22white space fixes. no functional change.David Gwynne
2020-05-22mention if_attach_queues().David Gwynne
2020-05-22speeling in comment fix. no functional change.David Gwynne
2020-05-22Ensure we only attach an ocsp staple to a leaf certificate, becauseBob Beck
2020-05-22delete uneducated commentaryTheo de Raadt
2020-05-22Copy db_disasm.c from powerpc to powerpc64.gkoehler
2020-05-22Decode the %{ds}(%{A}) operand of ld, std instructions.gkoehler
2020-05-21regenPatrick Wildt
2020-05-21ASMedia ASM1182e PCIe switch.Patrick Wildt
2020-05-21Claim the memory region reserved for the interrupt vectors.Mark Kettenis
2020-05-21Simplify: transform a dangling else into an early return andTheo Buehler
2020-05-21Make ssl_set_cert_masks() more consistent and closer to readable.Joel Sing
2020-05-21Avoid a shadowing issue by renaming cbs and cbb to cbb_hs and cbb_hs,Theo Buehler
2020-05-21A failure of tls13_handshake_msg_new() could lead to a NULL derefTheo Buehler
2020-05-21beck fixed most of the keyupdate tests. update annotationTheo Buehler
2020-05-21Actually set the hrr flag when sending a HelloRetryRequest.Joel Sing
2020-05-21separate cleanup from exit/signal logicMarc Espie
2020-05-21test FILE* against NULL and not 0Marc Espie
2020-05-21Correct getsockname(2)/getpeername(2) usage.Todd C. Miller
2020-05-21Fix stripcom() description wrt. comments not on their own linekn
2020-05-21Rename various parameters and variables to eliminate misleadingKenneth R Westerback
2020-05-21Do not treat backslashe as an escape character in hostname.if(5) lineskn
2020-05-21hook tlsfuzzer to regressTheo Buehler
2020-05-21Add a harness that runs tests from tlsfuzzerTheo Buehler
2020-05-21Explicitly documents that `vop_kqfilter' isn't missing.Martin Pieuchot
2020-05-21Add missing ICANON check in filt_ptcwrite().Martin Pieuchot
2020-05-21Kill commented out czttypoll() routine.Martin Pieuchot
2020-05-21Support code for control mode flow control: allow clients to haveNicholas Marriott
2020-05-21don't count packets in the carp protocol handling against an interface.David Gwynne
2020-05-21implement a carp_transmit that bypasses the ifq on output.David Gwynne
2020-05-21Make use of checksum offloads. Very little effort required from theJonathan Matthew
2020-05-21Use <dev/clock_subr.h> in dsclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dpclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).Visa Hankala