From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20568 invoked from network); 3 Jan 2022 23:44:31 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 3 Jan 2022 23:44:31 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 98A1494A8C; Tue, 4 Jan 2022 09:44:27 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id C796593FD1; Tue, 4 Jan 2022 09:44:14 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 0889F93FD1; Tue, 4 Jan 2022 09:44:13 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 5161793FCC for ; Tue, 4 Jan 2022 09:44:12 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id D1AB435E14B; Mon, 3 Jan 2022 15:44:11 -0800 (PST) Date: Mon, 3 Jan 2022 15:44:11 -0800 From: Larry McVoy To: Doug McIntyre Message-ID: <20220103234411.GA19828@mcvoy.com> References: <97f563fa-5a17-424b-acc6-07cf127f496d@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] moving directories in svr2 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Mon, Jan 03, 2022 at 05:21:51PM -0600, Doug McIntyre wrote: > On Mon, Jan 03, 2022 at 04:15:08PM -0500, Dan Cross wrote: > > On Mon, Jan 3, 2022 at 3:23 PM Theodore Ts'o wrote: > > > > Yeah, to be fair, by the time Solaris 2.3 or 2.4 came around, it was > > > mostly up to par. (Or maybe it was because Moore's law meant that we > > > didn't care any more. :-) > > > > I have some vague memories that we had to do something like double the > > RAM in our SPARCstations to make Solaris 2 feel comfortable. At the > > time, that was a pretty serious outlay in an academic department. > > 2.5.1 felt like the first version that was _truly_ usable. > > I'd agree, 2.4 was pretty slow and chunky, 2.5 was alright, but 2.5.1 was quite usable and stable. > Also by this time, the hardware was going in directions that SunOS wouldn't keep up with. Yeah, Doug is right, SunOS was pretty simple, it didn't really take advantage of SMP, Greg Limes tried to thread it but it was too big a job for one guy. That's not to say that SunOS couldn't have evolved into SMP, I'm 100% sure it could have. It just didn't. It's a shame.