From owner-svn-src-projects@FreeBSD.ORG Thu Jan 10 17:58:06 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AC1E1D74; Thu, 10 Jan 2013 17:58:06 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 93CF7D39; Thu, 10 Jan 2013 17:58:06 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0AHw6vW078897; Thu, 10 Jan 2013 17:58:06 GMT (envelope-from alfred@svn.freebsd.org) Received: (from alfred@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0AHw6m7078896; Thu, 10 Jan 2013 17:58:06 GMT (envelope-from alfred@svn.freebsd.org) Message-Id: <201301101758.r0AHw6m7078896@svn.freebsd.org> From: Alfred Perlstein Date: Thu, 10 Jan 2013 17:58:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r245259 - projects/utrace2 X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 17:58:06 -0000 Author: alfred Date: Thu Jan 10 17:58:05 2013 New Revision: 245259 URL: http://svnweb.freebsd.org/changeset/base/245259 Log: Project branch for utrace2(2) work. The original utrace(2) call from FreeBSD 2.2 did not offer a standardized way to specify the type of data being traced. Examples, a utrace(2) record of 3 words is assumed to be a malloc(3) utrace point, while RTLD uses a string at the start of the utrace record. Instead of risking breaking 10+ years of existing code, utrace2 is introduced which will include "type,version" tuple in the utrace data to allow utilities such as ktrace to parse them safely. Additionally a namespace is provided for both the base system and for developers wishing to make use of the utrace2(2) system so there are no collisions. Added: - copied from r245258, head/ Directory Properties: projects/utrace2/ (props changed)