From owner-freebsd-hackers Fri Jul 28 05:43:59 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA07958 for hackers-outgoing; Fri, 28 Jul 1995 05:43:59 -0700 Received: from UUCP-GW.CC.UH.EDU (UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id FAA07951 for ; Fri, 28 Jul 1995 05:43:56 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA04577 (5.67a/IDA-1.5); Fri, 28 Jul 1995 07:17:43 -0500 Received: by bonkers.taronga.com (smail2.5p) id AA27844; 28 Jul 95 07:12:48 CDT (Fri) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id HAA27841; Fri, 28 Jul 1995 07:12:48 -0500 From: Peter da Silva Message-Id: <199507281212.HAA27841@bonkers.taronga.com> Subject: Re: your mail To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Fri, 28 Jul 1995 07:12:47 -0500 (CDT) Cc: hackers@freebsd.org In-Reply-To: <5387.806903280@time.cdrom.com> from "Jordan K. Hubbard" at Jul 27, 95 08:48:00 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 433 Sender: hackers-owner@freebsd.org Precedence: bulk > > I disagree. Oh, not in the user interface model, but in the file system > > and process model. It takes the UNIX "everything is a file" a logical > > evolutionary step forward. > Oh great. One of UNIX's worst abortions, taken to extremes (can you > say "ioctl() is a bogus ``API'' for controlling behavior?" I thought > so).. Plan 9 doesn't have IOCTL at all. Just about everything is done with open, close, read, and write.