Hi! I'm implementing the POSIX O_CLOFORK flag for *BSD and the DragonflyBSD PR is available here: https://github.com/DragonFlyBSD/DragonFlyBSD/pull/28 2 bugs were fixed: - pipe2() should return EINVAL on invalid flags It's 99% done and the TODO items are documented there. Best, Ricardo