CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/02/27 07:37:58

Modified files:
        usr.sbin/vmd   : config.c vmd.c vmd.h 

Log message:
Replace openpty(3) with local function that uses pre-opened /dev/ptm fd

This allows more flexibility for upcoming changes and better pledge.
We also didn't use half of the features of libutil's openpty function.
Additionally, make sure that the ttys are closed correctly on shutdown.

OK gilles@

Reply via email to