From owner-freebsd-current Sat Jun 20 15:01:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14596 for freebsd-current-outgoing; Sat, 20 Jun 1998 15:01:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from helios.dnttm.ru (root@dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14581 for ; Sat, 20 Jun 1998 15:01:29 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id BAA28116; Sun, 21 Jun 1998 01:54:32 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id BAA01831; Sun, 21 Jun 1998 01:59:22 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199806202159.BAA01831@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Terry Lambert cc: joelh@gnu.org, fenner@parc.xerox.com, peter@netplex.com.au, current@FreeBSD.ORG Subject: Re: Bogus errno twiddling by lstat... In-reply-to: Your message of "Sat, 20 Jun 1998 20:02:49 -0000." <199806202002.NAA17957@usr02.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 21 Jun 1998 01:59:22 +0400 From: Dmitrij Tejblum Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Terry Lambert wrote: > > If, however, you don't like our malloc's current implementation, and > > think that errno should be saved and restored across a successful > > call, and that the lost cycles would be worthwhile, then diffs would > > be perfectly welcome, I'm sure. Too late. Peter has committed this change several days ago. > > Since the malloc.conf file is unnecessarily being looked for in the > printf case (since ld.so already caused it to be looked for, and didn't > find it), I think the redundant call to llok for it is certainly worth > removing. You have repeated this misinformation at least 10th times, I think. malloc.conf looked up only on first call to malloc(). ld.so probably call malloc() from the C library quite rare. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message