Age | Commit message (Expand) | Author |
2023-09-26 | vmd(8): disambiguate log messages per vm and device. | Dave Voutila |
2023-09-26 | vmd(8): fix vm pause deadlock. | Dave Voutila |
2023-09-25 | rpki-client: mechanical rename of some variables | Theo Buehler |
2023-09-25 | rpki-client: Refactor sbgp_assysnum() and sbgp_addrblk() | Theo Buehler |
2023-09-25 | Pass the talid to various parse functions | Theo Buehler |
2023-09-25 | Introduce ip_addr_range_print() to avoid code repetition | Job Snijders |
2023-09-23 | vmd(8): correct log messages, no functional change. | Dave Voutila |
2023-09-23 | vmd(8): log vmd's vm id, not vmm's in vcpu_run_loop. | Dave Voutila |
2023-09-16 | forgot to kill that | Marc Espie |
2023-09-15 | Also update usage() to include [-p file]. | Claudio Jeker |
2023-09-15 | Even if support for utsack is very limited, document the option needed. | Claudio Jeker |
2023-09-14 | satisfy non-c99 compilers | Theo de Raadt |
2023-09-14 | Instead of ld -dc use ld -d, supported by both ld.bfd and ld.lld >= 15 | Jeremie Courreges-Anglas |
2023-09-14 | vmd(8)/vioblk: use zero-copy approach & vectored io. | Dave Voutila |
2023-09-14 | Clarify the interval after 30sec. | YASUOKA Masahiko |
2023-09-14 | Revert the previous. It was committed by my mistake. | YASUOKA Masahiko |
2023-09-14 | Clarify the interval after 30sec. | YASUOKA Masahiko |
2023-09-13 | Properly evaluate variables when inserting them into a map. | Martin Pieuchot |
2023-09-12 | Ensure the X.509 Subject only contains commonName and optionally serialNumber | Job Snijders |
2023-09-12 | is is -> is | Jonathan Gray |
2023-09-11 | Implement tuples, needed to export per-CPU scheduling data. | Martin Pieuchot |
2023-09-11 | Check if the avp->length is not broken. Also make sure that | YASUOKA Masahiko |
2023-09-11 | Improve handling of ENOBUFS by not running in a tight loop forever. | Florian Obser |
2023-09-08 | Add request or response decoration feature which is used through the | YASUOKA Masahiko |
2023-09-06 | Correct error message: vionet -> vioblk. No functional change. | Dave Voutila |
2023-09-06 | vmd(8): clean up struct ioinfo. | Dave Voutila |
2023-09-06 | use ansi function decls | Jonathan Gray |
2023-09-06 | use ansi function decls | Jonathan Gray |
2023-09-06 | Add missing <sys/time.h> include for timespecsub() | Claudio Jeker |
2023-09-06 | remove doubled entry in config.h.in | Stuart Henderson |
2023-09-06 | regen | Stuart Henderson |
2023-09-06 | remove extra blank line to reduce changes to upstream in a locally-patched file | Stuart Henderson |
2023-09-06 | whitespace fixes, problem with util/tube.c pointed out by jsg (probably | Stuart Henderson |
2023-09-06 | use ansi function decls | Jonathan Gray |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-09-06 | vmm(4)/vmd(8): include pending interrupt in vm_run_parmams. | Dave Voutila |
2023-09-05 | function definitions without prototypes are deprecated, so shut clang16 up | Robert Nagy |
2023-09-05 | oops, forgot to rm these before cvs import | Stuart Henderson |
2023-09-05 | merge unbound-1.18.0 | Stuart Henderson |
2023-09-05 | import unbound 1.18.0, ok florian | Stuart Henderson |
2023-09-05 | Refuse an incomplete config, an authentication block which doesn't | YASUOKA Masahiko |
2023-09-04 | Revert previous. It caused the stdio of the modules be NONBLOCK. | YASUOKA Masahiko |
2023-09-04 | rework DESCRIPTION for readability. put the BOOTP stuff in its own | Jason McIntyre |
2023-09-04 | Don't surround by "" at much as possible. | YASUOKA Masahiko |
2023-09-04 | Specify SOCK_NONBLOCK for socketpair(2) instead of fcntl(2). | YASUOKA Masahiko |
2023-09-04 | Don't return an extra OK message. Also call module_destroy() when | YASUOKA Masahiko |
2023-09-03 | Allow UDP for built-in inetd(8) services on 127.0.0.1. | Alexander Bluhm |
2023-09-03 | Document rdomain-related behaviour of dhcpd(8). | Stefan Sperling |
2023-09-03 | Shuffle the order in which Manifest entries are processed | Job Snijders |
2023-09-03 | Let builtin process names be stored in maps as string. | Martin Pieuchot |