summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-27try to make this check work better and gather more outputSebastian Benoit
2019-02-27Make xhci_ring_produce() check the previous TRB to find out if itPatrick Wildt
2019-02-27remove unused includesdenis
2019-02-27Adjust to the last bgpd change. sa2addr gets an extra agrument andClaudio Jeker
2019-02-27Convert the remote and local addresses in struct peer to be bgpd_addrsClaudio Jeker
2019-02-27Fix export none. none became a keyword some time ago and so this broke.Claudio Jeker
2019-02-27Test the export statement for neighborsClaudio Jeker
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-27Fix iwn(4) scan misreporting the channel of wifi networks in some situations.Stefan Sperling
2019-02-26In preparation for reusing libLLVM component library Makefiles to buildJonathan Gray
2019-02-26syncTheo de Raadt
2019-02-26crank to 6.5-betaTheo de Raadt
2019-02-26define LLVM_ENABLE_THREADS and LLVM_HAS_ATOMICSJonathan Gray
2019-02-26tweak the mbuf loading in the tx path so it's easier to read.David Gwynne
2019-02-26use real format strings, resolve compiler warnings; ok millert@cheloha
2019-02-26add domain-search to the list of options capable of adding to resolv.conf;Jason McIntyre
2019-02-26Move release check up front.Antoine Jacoutot
2019-02-26Fix sending IKEV2_CFG_INTERNAL_IP6_DNS, IKEV2_CFG_INTERNAL_IP6_NBNS,Patrick Wildt
2019-02-26Correct return values for non-fatal alerts.Joel Sing
2019-02-26Correctly propagate EOF from BIO in tls13_legacy_wire_read().Joel Sing
2019-02-26Correctly handle tls_read() and tls_write() failures.Joel Sing
2019-02-26syncVisa Hankala
2019-02-26Add manual pages for SMR.Visa Hankala
2019-02-26Introduce safe memory reclamation, a mechanism for reclaiming sharedVisa Hankala
2019-02-26ikectl's built-in CA command for simple configurations has a fixed certificateStuart Henderson
2019-02-26Add missing break; in case statement and while there check that theClaudio Jeker
2019-02-26Some betoh64 sneaked in again, change to be64toh to be posix compliant.Claudio Jeker
2019-02-26To simplify the upcoming UTF-8 cleanup in less(1), delete supportIngo Schwarze
2019-02-26Extend ext-community test to include most of the possible wildchar supportClaudio Jeker
2019-02-26Add support for '*', local-as and neighbor-as for ext-community matchingClaudio Jeker
2019-02-26Re-enable interrupts on resume with RF switch disabledkn
2019-02-26syncTheo Buehler
2019-02-26g/c unused robots_roll file.Theo Buehler
2019-02-26i forgot to commit a regen after fixing some bcm entriesDavid Gwynne
2019-02-26don't let rxr completely fill the rxr ring.David Gwynne
2019-02-26get rid of the mpw goopDavid Gwynne
2019-02-26don't check the pseudowire type in tx and rx paths.David Gwynne
2019-02-26implement support for pwe3 ioctlsDavid Gwynne
2019-02-26use NET_LOCK to coordinate destroying a cloned interface.David Gwynne
2019-02-26add support for the new pwe3 ioctls.David Gwynne
2019-02-26check for root on mpls and pwe3 ioctlsDavid Gwynne
2019-02-26add some generic ioctls for configuring mpls pseudowire parameters.David Gwynne
2019-02-26put the rx buffer at the end of the cluster.David Gwynne
2019-02-26avoid a deadlock in ixl_down when calling ifq_barrier.David Gwynne
2019-02-26put the rx buffer at the end of the mbufDavid Gwynne
2019-02-25syncStuart Henderson
2019-02-25create a RETURN VALUES section and put things that return in there.David Gwynne
2019-02-25Macau is MFMTheo de Raadt
2019-02-25Fix gcc3 compilation error by using a forward declaration instead of aTheo Buehler
2019-02-25revert "Move struct ssl_handshake_tls13_st definition", i.e., moveTheo Buehler