summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-09-19fix use-after-free in ~^Z escape handler path, introduced in channels.cDamien Miller
2017-09-18drop ${GZIPCMD} and just use 'gzip'Jasper Lievisse Adriaanse
2017-09-18drop ${STRIP}, it's just 'strip'Jasper Lievisse Adriaanse
2017-09-18Mention that Generation 2 Virtual Machines are currently not supportedMike Belopuhov
2017-09-18Document readdir_r() return value and update style of the exampleTodd C. Miller
2017-09-18Avoid race in relayd test that uses an invalid chunked header. WaitAlexander Bluhm
2017-09-18document @versionMarc Espie
2017-09-18better diagnosticsMarc Espie
2017-09-18-V option for pkg_create and incorporate version into signatures.Marc Espie
2017-09-18Prevent type mismatch warning in debug on platforms where sig_atomic_tDarren Tucker
2017-09-18Add braces missing after channels refactor. ok markus@Darren Tucker
2017-09-18Check for failures of exchange_establish_p{1,2}() and call the givenMartin Pieuchot
2017-09-18protect i8259 state with a mutex.David Gwynne
2017-09-18Missed a log_warnx(). Nuke an extraneous space.Kenneth R Westerback
2017-09-17If file descriptors are exhausted during initialization, we seeAlexander Bluhm
2017-09-17syslogd has special code to report errors before it has beenAlexander Bluhm
2017-09-17vmd: send/recv pci config space instead of recreating pci devices on receivepd
2017-09-17vmd: re add rtc.per and rtc.sec evtimers on receivepd
2017-09-17When writing local output, syslogd ignores EAGAIN. UnfortunatelyAlexander Bluhm
2017-09-17Oops. Missed a file.Kenneth R Westerback
2017-09-17Create global 'log_procname' and set it to '<ifname>' orKenneth R Westerback