Module Name: src Committed By: christos Date: Mon Aug 3 04:55:15 UTC 2015
Modified Files: src/sys/kern: kern_descrip.c Log Message: 1. mask fflags so we don't tack on whateve oflags were passed from userland 2. honor O_CLOEXEC, so the children of daemons that use cloning devices, don't end up with the parents descriptors fd_clone and in general the fd approach of 'allocate' > 'play with guts' > 'attach' should be converted to be more constructor like. XXX: pullup-{6,7} To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sys/kern/kern_descrip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.