From owner-freebsd-stable Sat Jan 13 15:11:47 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21342 for stable-outgoing; Sat, 13 Jan 1996 15:11:47 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21311 Sat, 13 Jan 1996 15:11:39 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id KAA06594; Sun, 14 Jan 1996 10:01:32 +1100 Date: Sun, 14 Jan 1996 10:01:32 +1100 From: Bruce Evans Message-Id: <199601132301.KAA06594@godzilla.zeta.org.au> To: ache@astral.msk.su, gpalmer@cdrom.com, hasty@rah.star-gate.com Subject: Re: abuse and the -stable linux emu (mknod & mkfifo) Cc: hackers@freebsd.org, stable@freebsd.org Sender: owner-stable@freebsd.org Precedence: bulk >I remember recent discussion for adding mkfifo capabilities >to system mknod (instead of this hack). >Could anybody tell me the result, I miss it... The Linux emulator should convert Linux mknod()'s to mkfifo()s if necessary. The BSD mknod() shouldn't be changed. Note that it is reasonable for the Linux library to call mknod() directly although Linux apps shouldn't. Bruce