CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/18 07:49:59
Modified files: usr.sbin/vmd : config.c control.c priv.c proc.c vm.c vmd.c vmm.c Log message: Use imsg_get_fd() in vmd. vmd uses a lot of fd passing and does it sometimes via extra abstraction so this just tries to convert the code without any optimisations. ok dv@