Age | Commit message (Expand) | Author |
2017-09-15 | vmd: emulate UART scratch register, seems to be required by GRUB and | Mike Larkin |
2017-09-14 | fix accounting for received prefixes per neighbor | Peter Hessler |
2017-09-14 | clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmc | Stuart Henderson |
2017-09-14 | spacing | Reyk Floeter |
2017-09-14 | Differentiate between a style string not being specified and an empty | Jonathan Gray |
2017-09-12 | In the default configuration syslogd(8) kept two *:514 UDP sockets | Alexander Bluhm |
2017-09-11 | add functions to provide direct access to guest memory as vmd addresses | David Gwynne |
2017-09-11 | bring SET, CLR, and ISSET macros in | David Gwynne |
2017-09-11 | remove dead code. | Eric Faurot |
2017-09-10 | Assorted simple improvements: | Ingo Schwarze |
2017-09-08 | Whoops, remove extra include. | Bryan Steele |
2017-09-08 | fork+exec model for tcpdump(8); re-exec the privileged child after fork | Bryan Steele |
2017-09-08 | remove more filter-related cruft | Eric Faurot |
2017-09-08 | use plain values for transaction error codes rather than a bitmask. | Eric Faurot |
2017-09-08 | better VM termination handling. | Mike Larkin |
2017-09-08 | fix a wrong comment. | Mike Larkin |
2017-09-08 | vmctl: style cleanup - spaces vs tabs. | Mike Larkin |
2017-09-08 | vmd: add more explanatory log_debug messages | Mike Larkin |
2017-09-08 | vmd: handle queue index wraparound in viornd. Without this, openbsd guests | Mike Larkin |
2017-09-07 | unifdef some ancient COMPAT code that's not used. 500 byte blocks! | Ted Unangst |
2017-09-06 | ntpd has been on by default for over two years now, so rework | Jason McIntyre |
2017-09-05 | Detail how VM guests acquire a nameserver for local interfaces. | Edd Barrett |
2017-09-05 | Add HISTORY and AUTHORS, using hints from miod@ and my own research. | Ingo Schwarze |
2017-09-01 | more code cleanup after filter removal | Eric Faurot |
2017-09-01 | Make 'tcpdump -v' decode RSN information elements in beacons | Stefan Sperling |
2017-09-01 | disable a few warnings so we can start to see the relevant ones; | Otto Moerbeek |
2017-09-01 | the wait_filter_data session set is now pointless | Eric Faurot |
2017-09-01 | vmctl: -L option clarification in man page | Mike Larkin |
2017-08-31 | enum can be signed or unsigned depending on the compiler; so make sure we | Otto Moerbeek |
2017-08-31 | assorted warning fixes; ok millert@ | Otto Moerbeek |
2017-08-31 | vmctl: change a feedback message displayed to the user from "terminated | Mike Larkin |
2017-08-31 | vmd: fix two wrong comments I stumbled across while updating the vmctl(8) | Mike Larkin |
2017-08-31 | vmd/vmctl: disallow use of block or character devices as disks in VMs. | Mike Larkin |
2017-08-31 | match vmctl.8 vm name constraints | Jasper Lievisse Adriaanse |
2017-08-30 | unused file | Eric Faurot |
2017-08-30 | Add support for interface departure and arrival. | rob |
2017-08-30 | rename smtp_filter_fd() to smtp_message_fd() and cleanup code. | Eric Faurot |
2017-08-30 | unsigneds cannot be < 0; ok jca@ | Otto Moerbeek |
2017-08-30 | rename function | Eric Faurot |
2017-08-30 | remove smtp_filter_*() indirections. | Eric Faurot |
2017-08-30 | remove use of PAGE_SIZE and #include <sys/param.h> | Mike Larkin |
2017-08-29 | quarterly rescan of the tree: remove unneccessary sys/param.h, and | Theo de Raadt |
2017-08-29 | missing word; from raf czlonka | Jason McIntyre |
2017-08-29 | avoid double search. Fix abieber's commit vaguely. (todo: speed-ups) | Marc Espie |
2017-08-29 | While failing to relink the kernel is not fatal to syspatch, we still need | Antoine Jacoutot |
2017-08-29 | Fix logic to not error out. | Antoine Jacoutot |
2017-08-29 | do not claim that this is isc dhcpd (but retain credit); | Jason McIntyre |
2017-08-29 | Change the table parser logic. If the table is untyped, determine | Eric Faurot |
2017-08-29 | zap trailing whitespace; | Jason McIntyre |
2017-08-28 | Do not close the relay if data is still in the output buffer. | Alexander Bluhm |