From owner-freebsd-current Sat Sep 30 16:35:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id E737E37B66E for ; Sat, 30 Sep 2000 16:35:52 -0700 (PDT) Received: (from alc@localhost) by cs.rice.edu (8.9.0/8.9.0) id SAA11938 for current@freebsd.org; Sat, 30 Sep 2000 18:35:51 -0500 (CDT) Date: Sat, 30 Sep 2000 18:35:51 -0500 From: Alan Cox To: current@freebsd.org Subject: kthread_create() Message-ID: <20000930183551.A2132@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5us Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know if it's by design or by accident that kthread_create specifies RFFDG to fork1? It seems odd to ask for the file descriptor table to be copied and not shared. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message