From owner-freebsd-current@FreeBSD.ORG Sun Jul 6 17:54:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34A337B401 for ; Sun, 6 Jul 2003 17:54:54 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A474D43FCB for ; Sun, 6 Jul 2003 17:54:53 -0700 (PDT) (envelope-from mdcki@gmx.net) Received: (qmail 26644 invoked by uid 65534); 7 Jul 2003 00:54:51 -0000 Received: from cvpn012.gwdg.de (EHLO gmx.net) (134.76.22.12) by mail.gmx.net (mp023) with SMTP; 07 Jul 2003 02:54:51 +0200 Message-ID: <3F08C4FD.8010107@gmx.net> Date: Mon, 07 Jul 2003 02:55:25 +0200 From: Marcin Dalecki User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en, pl, ru MIME-Version: 1.0 To: dickey@herndon4.his.com References: <3F08B199.3050409@comcast.net> <3F08B79B.2040805@gmx.net> <20030707001443.GA1530@invisible-island.net> <20030707002347.GC5141@aurema.com> <20030706203440.D89894@vhost101.his.com> In-Reply-To: <20030706203440.D89894@vhost101.his.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "Myron J. Mayfield" cc: current@freebsd.org Subject: Re: /dev/shm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 00:54:55 -0000 Thomas E. Dickey wrote: > The /proc stuff is used in "real" Unix's such as Solaris. Just checking, > I see that FreeBSD implements procfs, which is along the same lines. There isn't much either Solaris /proc or FresBSD /proc have in common with what Linux calls /proc. And finally on my FreeBSD box - kozaczek# mount /dev/ad0s1a on / (ufs, local, soft-updates) devfs on /dev (devfs, local) kozaczek# top And top doesn't eat tons of CPU time there like it does on Linux.