From owner-freebsd-current Wed Aug 28 00:03:02 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA06892 for current-outgoing; Wed, 28 Aug 1996 00:03:02 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA06881 for ; Wed, 28 Aug 1996 00:03:00 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id XAA03558; Tue, 27 Aug 1996 23:59:52 -0700 (PDT) To: Michael Smith cc: phk@critter.tfs.com, terry@lambert.org, stesin@gu.kiev.ua, angio@aros.net, squid-users@nlanr.net, current@freebsd.org Subject: Re: FreeBSD malloc.c, -lmalloc, and squid. In-reply-to: Your message of "Wed, 28 Aug 1996 12:59:41 +0930." <199608280329.MAA10965@genesis.atrad.adelaide.edu.au> Date: Tue, 27 Aug 1996 23:59:52 -0700 Message-ID: <3556.841215592@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Time to take Terry up on his logicals concept. Anyone familiar enough with > the way that VMS handles/d these willing to talk for a while on it? I > seem to recall that you could create logicals on a system-wide basis as > well as per-session (or was that per-user?) My VMS memories are somewhat weak (I helped this happen through liberal ingestion of alcohol after I did my 2 year sentence in VMS hacking - FABs and RABs and XABS, oh my! I still sometimes wake up sweating), but I'd think that a UNIX equivalent would want 3 different levels of hierarchy: system, user, process (in that order). I think that the user variables would be especially interesting in the kinds of things you could do with them. Then you'd want to teach namei() about them for those, nudge nudge, variant symlinks! :-) Jordan