CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/12/10 09:52:02
Modified files: sys/arch/amd64/stand/libsa: exec_i386.c sys/arch/i386/stand/libsa: exec_i386.c Log message: Ensure that we close the file descriptor after loading microcode. Otherwise we end up keeping file descriptor and inode related buffers around, that are unnecessarily consuming memory. ok deraadt@ patrick@