CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/04/16 06:47:26
Modified files: usr.sbin/vmd : vmd.c vmd.h vmm.c Log message: vmd(8): clean up fd closing in vmm process. Some mild tidying of fd closing in the vmm process in prep for landing parts of my fork+exec diff. With input from guenther@ on the nuances of if/when EINTR may happen in a call to close(2). ok mlarkin@