Age | Commit message (Expand) | Author |
2017-07-22 | Cleanup previous release patches and backup kernel _before_ applying new | Antoine Jacoutot |
2017-07-21 | Stress the fact that individual pvbus device nodes correspond to | Mike Belopuhov |
2017-07-21 | Add a newline | Jeremie Courreges-Anglas |
2017-07-21 | No need for ioctl(SIOCGIFDATA), getifaddrs(3) gives us the link state | Jeremie Courreges-Anglas |
2017-07-20 | - listening on localhost is now adjustable; ok tedu | Jason McIntyre |
2017-07-19 | there's no nul byte after a name that ends in a crazy compression pointer. | Ted Unangst |
2017-07-19 | Rework the way that TLS configuration is sent/received via imsgs, so that | Joel Sing |
2017-07-19 | Don't recommend using /var/vmm for VM images. | Mike Larkin |
2017-07-19 | Update vmd man page to describe we have more processes running (aside from | Mike Larkin |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-15 | consistent case; | Jason McIntyre |
2017-07-15 | Add vmctl send and vmctl receive | pd |
2017-07-13 | man pages with pseudo synopses which list filenames end up creating | Jason McIntyre |
2017-07-13 | add an option to listen to an address other than localhost, | Ted Unangst |
2017-07-13 | Simplify usage and man page synopsis after removal of prefix list and | Florian Obser |
2017-07-12 | Log when we have finished pushing users and groups | Jeremie Courreges-Anglas |
2017-07-12 | Useless include | Jeremie Courreges-Anglas |
2017-07-12 | Consistently use the variable "ttl" for get/setsockopt | Jeremie Courreges-Anglas |
2017-07-12 | Remove defunct code, the kernel no longer provides | Florian Obser |
2017-07-12 | errno is not set, use log_warnx | Florian Obser |
2017-07-12 | replace | Florian Obser |
2017-07-12 | Bring over fatal{,x} from bgpd so that we can have format strings. | Florian Obser |
2017-07-12 | Don't clobber errno, we want to log_warn what went wrong. | Florian Obser |
2017-07-11 | Correctly set ttl for IPv4 and IPv6. | Florian Obser |
2017-07-11 | The config option is called "no splice", the parser rejects "nosplice". | Alexander Bluhm |
2017-07-11 | Handle DHCPINFORM from clients behind a DHCP relay. | Reyk Floeter |
2017-07-11 | Remove "listen secure" syntax from smtpd.conf. It's broken since a couple of | Martin Natano |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-07-09 | vmd/vmctl: Add ability to pause / unpause vms | pd |
2017-07-08 | fix typo in comment | Theo Buehler |
2017-07-07 | Handle carp(4) as HTYPE_ETHER. | Reyk Floeter |
2017-07-06 | fix RCS Id; found with mandoc -Tlint | Ingo Schwarze |
2017-07-06 | delete duplicate RCS IDs; found with mandoc -Tlint | Ingo Schwarze |
2017-07-06 | /tmp/cvsa9y4jm | Marc Espie |
2017-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
2017-07-05 | forgot to commit this one | Marc Espie |
2017-07-05 | Don't stop logging to stderr when running in foreground with -d. | Reyk Floeter |
2017-07-05 | Some documentation improvements: | Martin Pieuchot |
2017-07-04 | Fix the only remaining mandoc(1) ERROR in the base system. | Ingo Schwarze |
2017-07-04 | delete tokens that have never been used. | Sebastian Benoit |
2017-07-04 | rename fetch_state() to fetch_ifstate(). The word "state" is a bit | Sebastian Benoit |
2017-07-04 | Fix some variable alignment whitespace. | Sebastian Benoit |
2017-07-04 | if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks. | Sebastian Benoit |
2017-07-04 | Detect upfront whether we have a particular set installed and if not, do *not* | Antoine Jacoutot |
2017-07-04 | make relayd not crash in relay_udp_server() when using a dns relay. | Sebastian Benoit |
2017-07-04 | It does not make sense to use ioctl(FIONREAD) with TLS as libtls | Alexander Bluhm |
2017-07-04 | consistently use the evtimer wrappers around the connection timeout. | Florian Obser |
2017-07-04 | Include stdarg.h explicitly instead of relying on event.h to bring it in. | Florian Obser |
2017-07-04 | consistently use the evtimer wrappers around the connection timeout. | David Gwynne |