From owner-cvs-all@FreeBSD.ORG Wed Apr 11 08:30:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 91C7C16A406; Wed, 11 Apr 2007 08:30:35 +0000 (UTC) Date: Wed, 11 Apr 2007 08:30:35 +0000 From: Alexey Dokuchaev To: Xin LI Message-ID: <20070411083035.GA17531@FreeBSD.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200704100403.l3A43ZnL057659@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.h 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: Wed, 11 Apr 2007 08:30:35 -0000 On Tue, Apr 10, 2007 at 04:03:35AM +0000, Xin LI wrote: > delphij 2007-04-10 04:03:35 UTC > > FreeBSD src repository > > Modified files: > usr.bin/truss Makefile amd64-fbsd.c extern.h > i386-fbsd.c i386-linux.c ia64-fbsd.c > main.c powerpc-fbsd.c setup.c > sparc64-fbsd.c syscall.h syscalls.c > truss.1 truss.h > Log: > Make use of ptrace(2) instead of procfs in truss(1), eliminating > yet another need of an available /proc/ mount. Thanks! This was long desired. ./danfe