summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-23The relayd regression tests for chunked HTTP traffic were failingAlexander Bluhm
2017-09-23Add dummy FIOASYNC handler.Martin Pieuchot
2017-09-23Fix controller locking so that it covers the DMA map and bounce buffer.Visa Hankala
2017-09-22A buffer over-read and heap overflow in perl's regexp may result inAndrew Fresh
2017-09-22Do not bounce if possible.Visa Hankala
2017-09-22Allocate a bounce buffer once during init and reuse it for DMA commands.Visa Hankala
2017-09-22Remove the '-u' command line option toKenneth R Westerback
2017-09-22Use ieee80211_has_addr4() inline function where possible.Kevin Lo
2017-09-22- Fix short preamble for rtl8188euKevin Lo
2017-09-22Remove unused code.Mark Kettenis
2017-09-22fix the example neighbor configurationsPeter Hessler
2017-09-22Initialize alerts timer event where it is used, avoids crash with new windows.Nicholas Marriott
2017-09-22Move the powering down of all codecs into azalia_halt_corb() after theTheo Buehler
2017-09-21test reverse dynamic forwarding with SOCKSMarkus Friedl
2017-09-21Add 'reverse' dynamic forwarding which combines dynamic forwardingMarkus Friedl
2017-09-21Shorten and otherwise tweak the verbiageKenneth R Westerback
2017-09-21Fix '-u' option (reject offers that include unknownKenneth R Westerback
2017-09-21word fix; from tom smythJason McIntyre
2017-09-21tweak previous: remove trailing blank and improve a wording;Ingo Schwarze
2017-09-21Ensure proper order of register accesses by readback after write.Visa Hankala
2017-09-21Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC.Patrick Wildt
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-21Add missing new line; ok jmc@anton
2017-09-21Disable a splsoftassert() at least until ohci(4) has been fixed.Martin Pieuchot
2017-09-20Fix some spacing. A couple of log_warx() -> log_warn() toKenneth R Westerback
2017-09-20Tweak, shorten, use more consistant verbiage.Kenneth R Westerback
2017-09-20Properly document the typical write(2) loop,Ingo Schwarze
2017-09-20Make log messages more informative by using theKenneth R Westerback
2017-09-20Keep track of which keypair is in use by a TLS context.Joel Sing
2017-09-20Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code.Joel Sing
2017-09-20Provide a useful error if there are no OCSP URLs in the peer certificate.Joel Sing
2017-09-20Fix indentation.Joel Sing
2017-09-20Use consistant simple verbiage when SIOC* ioctl's fail.Kenneth R Westerback
2017-09-20Use m_copym() instead of m_dup_pkt() to fix a kernel assert whenVisa Hankala
2017-09-20Wrong captilization, long lines.Kenneth R Westerback
2017-09-20Remove stray %s/ifi->name from fatalx().Kenneth R Westerback
2017-09-20Make send_packet() log entries more informative byKenneth R Westerback
2017-09-20Nuke a few extraneous blanks.Kenneth R Westerback
2017-09-20Raise match priority such that imxocotp(4) wins over syscon(4).Mark Kettenis
2017-09-20add missing types; from klemens nanniJason McIntyre
2017-09-20Use strsignal in debug message instead of casting for the benefit ofDarren Tucker
2017-09-20Avoid overflow/truncation during string->integer converion by eliminatingPhilip Guenther
2017-09-19remove unused GZIPEXTJasper Lievisse Adriaanse
2017-09-19Enable syscon(4).Patrick Wildt
2017-09-19Add support for being a regmap provider in syscon(4). So far the driverPatrick Wildt
2017-09-19Make send_packet() usage consistent. i.e. don't exitKenneth R Westerback
2017-09-19flush_unpriv_ibuf() is now used only once so noKenneth R Westerback
2017-09-19Use explicit_bzero() instead of bzero() before free() to preventTodd C. Miller
2017-09-19fix fd leaks in error pathsJonathan Gray
2017-09-19Clarify a wrong conditional, found by jsg.Mike Larkin