CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2020/04/20 12:17:26
Modified files: xserver/hw/kdrive/ephyr: ephyrinit.c xserver/hw/vfb : InitOutput.c xserver/hw/xfree86/os-support/bsd: bsd_init.c xserver/hw/xnest: Init.c xserver/include: os.h xserver/os : privsep.c Log message: Release unused filedescriptors in the privileged X server process. There is no reason to keep /dev/pci* and /dev/ttyC* open in this process. pointed to by deraadt. ok kettenis@ deraadt@