summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-25Correctly handle oversize writes.Joel Sing
2019-02-25Add a handshake action sent handler and use it for client finished.Joel Sing
2019-02-25Correct a few error returns.Joel Sing
2019-02-25add sources matching unresolved symbols seen using Mesa with libLLVMJonathan Gray
2019-02-25Move struct ssl_handshake_tls13_st definitionKinichiro Inoguchi
2019-02-25Use struct bgpd_addr instead of a union of sockaddrs to store addressesClaudio Jeker
2019-02-25Typo in commentJeremie Courreges-Anglas
2019-02-25Fix memory barrier in __mtx_leave(). membar_exit_before_atomic() cannotVisa Hankala
2019-02-24get rid of an unused softc memberDavid Gwynne
2019-02-24Add Dynastream ANTUSB-2 to the list of supported uscom(4) devices.Patrick Wildt
2019-02-24Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow.Patrick Wildt
2019-02-24regenPatrick Wildt
2019-02-24Dynastream ANTUSB-2, from Jan Klemkow.Patrick Wildt
2019-02-24Remove -S from install commandskn
2019-02-24short option comes first, followed by the corresponding long optionanton
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2019-02-24Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.Stefan Sperling
2019-02-24always include the lock id address in debug outputanton
2019-02-24initialize struct lockf fields in a consistent order; ok millert@ mpi@ visa@anton
2019-02-24To measure the display width of a wide character in pwidth(), useIngo Schwarze
2019-02-23Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze
2019-02-23Remove temporary gotos.Joel Sing
2019-02-23Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT.Joel Sing
2019-02-23Correct comment on delete_addresses() return value.Kenneth R Westerback