From owner-cvs-all@FreeBSD.ORG Thu Jan 12 07:38:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6121616A41F; Thu, 12 Jan 2006 07:38:45 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4DD43D68; Thu, 12 Jan 2006 07:38:37 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0C7caLS014367; Thu, 12 Jan 2006 10:38:36 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0C7caZB014366; Thu, 12 Jan 2006 10:38:36 +0300 (MSK) (envelope-from ache) Date: Thu, 12 Jan 2006 10:38:35 +0300 From: Andrey Chernov To: Jason Evans Message-ID: <20060112073835.GA14303@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601120728.k0C7SLET069434@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601120728.k0C7SLET069434@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/include libc_private.h src/lib/libc/stdlib Makefile.inc calloc.c malloc.c posix_memalign.3 src/lib/libpthread/thread thr_fork.c src/lib/libthr/thread thr_fork.c src/libexec/rtld-elf malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 07:38:45 -0000 On Thu, Jan 12, 2006 at 07:28:21AM +0000, Jason Evans wrote: > * Move calloc() from calloc.c to malloc.c. Add a calloc() implementation in > rtld-elf in order to make the loader happy (even though calloc() isn't > used in rtld-elf). If it isn't used, what you mean by saying "happy"? Does it means that new rtld-elf should be builded/installed before new libc builded/installed or not? -- http://ache.pp.ru/