From owner-freebsd-current@FreeBSD.ORG Thu Apr 26 12:03:59 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E255D16A401 for ; Thu, 26 Apr 2007 12:03:59 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 96F1713C4BA for ; Thu, 26 Apr 2007 12:03:59 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1A7328BD31E; Thu, 26 Apr 2007 14:03:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rx25Tn9R77PZ; Thu, 26 Apr 2007 14:03:57 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3AF008BD31B; Thu, 26 Apr 2007 14:03:57 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l3QC3uX4029731; Thu, 26 Apr 2007 14:03:56 +0200 (CEST) (envelope-from rdivacky) Date: Thu, 26 Apr 2007 14:03:56 +0200 From: Roman Divacky To: Suleiman Souhlal Message-ID: <20070426120356.GA29654@freebsd.org> References: <20070423113400.GC28587@gw.humppa.dk> <2018ADA6-11D5-48D1-98BD-4397A60E14AF@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2018ADA6-11D5-48D1-98BD-4397A60E14AF@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: current@FreeBSD.org, "Jesper B. Rosenkilde" Subject: Re: Suggestions on Avoiding syscall Overhead X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 12:04:00 -0000 > I personally wouldn't even bother with a per-process readonly page, > or even a R/W page: the setproctitle bug you are trying to fix is > clearly in pgsql, and pgsql is the one that should be fixed instead > of adding a useless and potentially complex workaround. speaking about that.. would it be that hard to implement changing of the title using argv[0] as in SysV/Linux?