CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/04/06 04:48:09
Modified files: sys/kern : kern_descrip.c Log message: Retain the UF_PLEDGED flag from the original fd during dup(2). Nothing uses this fd-tracking part of pledge yet. OK deraadt@