From owner-freebsd-arch@FreeBSD.ORG Fri Dec 23 23:32:17 2011 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51505106566B; Fri, 23 Dec 2011 23:32:17 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id EE5F48FC13; Fri, 23 Dec 2011 23:32:16 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so13449987vcb.13 for ; Fri, 23 Dec 2011 15:32:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=C07BhfJKaqM9enRZCyLKg+CZg4m36GhSSvkcXBoikqE=; b=ola8iJjHDLezSRJEFTXhoozbfq59BWN5NBFEBoIAxxc0WwswauI+JKDYONFeQOx1Qj kkaX0CPpOUyLCs0l61jlzXADCYMmTLwSofY7U/hZgEbjbRcX45WtJf1mPuEl426oHoyv aa0tq2YPOgjXdNR9oUon3Ozg127a3YAi0uuAQ= MIME-Version: 1.0 Received: by 10.52.23.44 with SMTP id j12mr2232164vdf.117.1324681274642; Fri, 23 Dec 2011 15:01:14 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Fri, 23 Dec 2011 15:01:14 -0800 (PST) In-Reply-To: <4EF5011A.70709@freebsd.org> References: <201112231520.00282.jhb@freebsd.org> <4EF5011A.70709@freebsd.org> Date: Fri, 23 Dec 2011 15:01:14 -0800 X-Google-Sender-Auth: FfEESVJtGJ0BmfdhT5vdiY9cPOM Message-ID: From: Adrian Chadd To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 Cc: arch@freebsd.org Subject: Re: Teach KTR_SCHED to handle changing thread names X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 23:32:17 -0000 +1, I hated this when trying to use it for userland. thankfully I only seem to need it for kernel-land.. adrian