Age | Commit message (Expand) | Author |
2017-09-21 | Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used | Patrick Wildt |
2017-09-21 | Add missing new line; ok jmc@ | anton |
2017-09-21 | Disable a splsoftassert() at least until ohci(4) has been fixed. | Martin Pieuchot |
2017-09-20 | Fix some spacing. A couple of log_warx() -> log_warn() to | Kenneth R Westerback |
2017-09-20 | Tweak, shorten, use more consistant verbiage. | Kenneth R Westerback |
2017-09-20 | Properly document the typical write(2) loop, | Ingo Schwarze |
2017-09-20 | Make log messages more informative by using the | Kenneth R Westerback |
2017-09-20 | Keep track of which keypair is in use by a TLS context. | Joel Sing |
2017-09-20 | Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code. | Joel Sing |
2017-09-20 | Provide a useful error if there are no OCSP URLs in the peer certificate. | Joel Sing |
2017-09-20 | Fix indentation. | Joel Sing |
2017-09-20 | Use consistant simple verbiage when SIOC* ioctl's fail. | Kenneth R Westerback |
2017-09-20 | Use m_copym() instead of m_dup_pkt() to fix a kernel assert when | Visa Hankala |
2017-09-20 | Wrong captilization, long lines. | Kenneth R Westerback |
2017-09-20 | Remove stray %s/ifi->name from fatalx(). | Kenneth R Westerback |
2017-09-20 | Make send_packet() log entries more informative by | Kenneth R Westerback |
2017-09-20 | Nuke a few extraneous blanks. | Kenneth R Westerback |
2017-09-20 | Raise match priority such that imxocotp(4) wins over syscon(4). | Mark Kettenis |
2017-09-20 | add missing types; from klemens nanni | Jason McIntyre |
2017-09-20 | Use strsignal in debug message instead of casting for the benefit of | Darren Tucker |
2017-09-20 | Avoid overflow/truncation during string->integer converion by eliminating | Philip Guenther |
2017-09-19 | remove unused GZIPEXT | Jasper Lievisse Adriaanse |
2017-09-19 | Enable syscon(4). | Patrick Wildt |
2017-09-19 | Add support for being a regmap provider in syscon(4). So far the driver | Patrick Wildt |
2017-09-19 | Make send_packet() usage consistent. i.e. don't exit | Kenneth R Westerback |
2017-09-19 | flush_unpriv_ibuf() is now used only once so no | Kenneth R Westerback |
2017-09-19 | Use explicit_bzero() instead of bzero() before free() to prevent | Todd C. Miller |
2017-09-19 | fix fd leaks in error paths | Jonathan Gray |
2017-09-19 | Clarify a wrong conditional, found by jsg. | Mike Larkin |
2017-09-19 | fix use-after-free in ~^Z escape handler path, introduced in channels.c | Damien Miller |
2017-09-18 | drop ${GZIPCMD} and just use 'gzip' | Jasper Lievisse Adriaanse |
2017-09-18 | drop ${STRIP}, it's just 'strip' | Jasper Lievisse Adriaanse |
2017-09-18 | Mention that Generation 2 Virtual Machines are currently not supported | Mike Belopuhov |
2017-09-18 | Document readdir_r() return value and update style of the example | Todd C. Miller |
2017-09-18 | Avoid race in relayd test that uses an invalid chunked header. Wait | Alexander Bluhm |
2017-09-18 | document @version | Marc Espie |
2017-09-18 | better diagnostics | Marc Espie |
2017-09-18 | -V option for pkg_create and incorporate version into signatures. | Marc Espie |
2017-09-18 | Prevent type mismatch warning in debug on platforms where sig_atomic_t | Darren Tucker |
2017-09-18 | Add braces missing after channels refactor. ok markus@ | Darren Tucker |
2017-09-18 | Check for failures of exchange_establish_p{1,2}() and call the given | Martin Pieuchot |
2017-09-18 | protect i8259 state with a mutex. | David Gwynne |
2017-09-18 | Missed a log_warnx(). Nuke an extraneous space. | Kenneth R Westerback |
2017-09-17 | If file descriptors are exhausted during initialization, we see | Alexander Bluhm |
2017-09-17 | syslogd has special code to report errors before it has been | Alexander Bluhm |
2017-09-17 | vmd: send/recv pci config space instead of recreating pci devices on receive | pd |
2017-09-17 | vmd: re add rtc.per and rtc.sec evtimers on receive | pd |
2017-09-17 | When writing local output, syslogd ignores EAGAIN. Unfortunately | Alexander Bluhm |
2017-09-17 | Oops. Missed a file. | Kenneth R Westerback |
2017-09-17 | Create global 'log_procname' and set it to '<ifname>' or | Kenneth R Westerback |