From owner-cvs-etc Wed Mar 26 19:24:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA28962 for cvs-etc-outgoing; Wed, 26 Mar 1997 19:24:51 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA28934; Wed, 26 Mar 1997 19:24:35 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id LAA04179; Thu, 27 Mar 1997 11:24:28 +0800 (WST) Message-Id: <199703270324.LAA04179@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Joerg Wunsch cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Mon, 24 Mar 1997 16:04:40 PST." <199703250004.QAA21964@freefall.freebsd.org> Date: Thu, 27 Mar 1997 11:24:28 +0800 From: Peter Wemm Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joerg Wunsch wrote: > joerg 97/03/24 16:04:39 > > Modified: etc make.conf > Log: > top(1) has a tunable parameter for the hash size to hash the user > entries. Mention it in make.conf. This is bogus. Our getpw*() routines already dbm based, in-core hashed and cached via the DB libray. Probably the correct thing to do is stub out top's (relatively weak) cache. Cheers, -Peter