Age | Commit message (Expand) | Author |
2018-04-27 | pledge earlier in preparation of pledgepath | Florian Obser |
2018-04-27 | vmd(8): allow counter state readback via misc port for square wave mode | Mike Larkin |
2018-04-27 | vmd(8): allow unlatch PIT reads | Mike Larkin |
2018-04-26 | - fix some macro abuse | Jason McIntyre |
2018-04-26 | fix build for smtp(1) after log.h update | Eric Faurot |
2018-04-26 | sync log.h with other daemons | Eric Faurot |
2018-04-26 | vmd(8): fix some bugs in PIT mode setting | Mike Larkin |
2018-04-26 | vmd(8): some more long lines that got missed last time | Mike Larkin |
2018-04-26 | vmd(8): handle PIT channel 2 status readback via port 0x61 | Mike Larkin |
2018-04-26 | vmd(8): wrap some long lines | Mike Larkin |
2018-04-26 | vmd(8): bump virtio network max queue size to 256 (to match qemu) | Mike Larkin |
2018-04-26 | vmd(8): use #defines for queue indices and cleanup some code | Mike Larkin |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-26 | fix OpenBSD release | Eric Faurot |
2018-04-26 | vmd(8): fix broken networking on newer linux guest kernels | Mike Larkin |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-26 | add a simple SMTP client | Eric Faurot |
2018-04-26 | Globally remember the passwd entry for _syslogd. The user id is | Alexander Bluhm |
2018-04-26 | Minimal macro cleanup. | Ingo Schwarze |
2018-04-26 | adjust to removed support for /etc/networks | Ingo Schwarze |
2018-04-26 | Delete support for the networks.by{name,addr} YP maps. | Ingo Schwarze |
2018-04-26 | Don't hide stderr; starting with 6.4 there will always be an SHA256.sig. | Antoine Jacoutot |
2018-04-26 | Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5). | Ingo Schwarze |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-26 | reorg error handling so it's always passed to class methods that can | Marc Espie |
2018-04-26 | remove mail.file.{8,c}, unused | Gilles Chehade |
2018-04-26 | remove unused Makefile | Gilles Chehade |
2018-04-26 | don't build mail.file | Gilles Chehade |
2018-04-26 | spelling error in log message | ccardenas |
2018-04-25 | vmd(8)'s early error messages weren't visible when started via /etc/rc | Mike Larkin |
2018-04-25 | remove the largely out of date examples related to kernel | Jason McIntyre |
2018-04-25 | we might not get update_info if unsigned! | Marc Espie |
2018-04-25 | Return-Path should be in brackets as per RFC5322 | Gilles Chehade |
2018-04-25 | you can't have wsmoused and x mouse together ;( | Jason McIntyre |
2018-04-23 | Allow escaping quote within quotes. | Sunil Nimmagadda |
2018-04-22 | try logging, but if we're in pkg_info, we don't have the tools | Marc Espie |
2018-04-21 | spelling error in log message | Mike Larkin |
2018-04-20 | adjust the example to make it work; | Jason McIntyre |
2018-04-18 | Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays | Claudio Jeker |
2018-04-17 | Drive i8253 with CLOCK_MONOTONIC. | cheloha |
2018-04-15 | Add TCP support to snmpd. | Marco Pfatschbacher |
2018-04-14 | In case of a tcp read timeout, the destination host state needs to be | Sebastian Benoit |
2018-04-13 | Close socket from vmm to parent after forking to vm process. | Martijn van Duren |
2018-04-11 | Make httpd listen on all IPv4 and IPv6 addresses for | Florian Obser |
2018-04-10 | Schedule events against the monotonic clock. | cheloha |
2018-04-10 | Fix previous. Use inet_net_pton(3) instead of inet_pton(3) as | Sunil Nimmagadda |
2018-04-09 | Check for legitimate IPv4, IPv6 addrs before printing. | Sunil Nimmagadda |
2018-04-09 | Do not discourage IPv6, it's working fine in LDOMs. | kn |
2018-04-08 | We warned long enough, also sysmerge(8) should have handled the | Florian Obser |
2018-04-08 | AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but | Philip Guenther |