From owner-cvs-all Sat Dec 21 14: 4:51 2002 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 D9EDE37B405; Sat, 21 Dec 2002 14:04:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8841A43EDC; Sat, 21 Dec 2002 14:04:50 -0800 (PST) (envelope-from bbraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLM4ofh056313; Sat, 21 Dec 2002 14:04:50 -0800 (PST) (envelope-from bbraun@repoman.freebsd.org) Received: (from bbraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBLM4oM9056312; Sat, 21 Dec 2002 14:04:50 -0800 (PST) Message-Id: <200212212204.gBLM4oM9056312@repoman.freebsd.org> From: Rob Braun Date: Sat, 21 Dec 2002 14:04:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen setproctitle.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bbraun 2002/12/21 14:04:50 PST Modified files: lib/libc/gen setproctitle.c Log: Reduce libc's memory footprint by lazily allocating memory used internally by setproctitle(). Reviewed by: jkh Revision Changes Path 1.17 +22 -9 src/lib/libc/gen/setproctitle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message