summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-23Restore pre-a2k19 behaviour of clearing out all existing addressesKenneth R Westerback
2019-02-23openssh-7.9 accidentally reused the server's algorithm lists in theDamien Miller
2019-02-23document pci_mapreg_map and some related functions.David Gwynne
2019-02-23recognise more arm cpusJonathan Gray
2019-02-22Update to Unicode 10Andrew Fresh
2019-02-22Improve the X86FixupGadgets pass:mortimer
2019-02-22For ia32 use a volatile double to force 64 bit rounding. OtherwiseAlexander Bluhm
2019-02-22remove __BEGIN_DECLS/__END_DECLS, this .h file wont beSebastian Benoit
2019-02-22Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferPatrick Wildt
2019-02-22at some point the uvm_km_thread learned to free memory, but the commentTed Unangst
2019-02-22errror -> error in log messages; from alessandro galloJason McIntyre