From owner-freebsd-commit Sat Dec 9 10:31:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06027 for freebsd-commit-outgoing; Sat, 9 Dec 1995 10:31:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05952 for cvs-all-outgoing; Sat, 9 Dec 1995 10:30:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05933 for cvs-sys-outgoing; Sat, 9 Dec 1995 10:30:22 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA05910 Sat, 9 Dec 1995 10:30:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id KAA05447; Sat, 9 Dec 1995 10:29:11 -0800 To: Julian Elischer cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/sys devfsext.h In-reply-to: Your message of "Sat, 09 Dec 1995 01:11:32 PST." <199512090911.BAA06931@freefall.freebsd.org> Date: Sat, 09 Dec 1995 10:29:11 -0800 Message-ID: <5445.818533751@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > On my machine devfs now shows: > julian@erf.tfs.com: > julian@erf.tfs.com: ls -RF > bpf0 mem ptypb spkr ttyp8 > bpf1 null ptypc stderr ttyp9 > bpf2 pcaudio ptypd stdin ttypa > bpf3 pcaudioctl ptype stdout ttypb > ... Looks like a good time to make the PTY allocation dynamic, too.. :-) Jordan