From owner-p4-projects@FreeBSD.ORG Wed Aug 29 07:30:16 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 58C4B16A46D; Wed, 29 Aug 2007 07:30:16 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEF016A468 for ; Wed, 29 Aug 2007 07:30:15 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D02AB13C474 for ; Wed, 29 Aug 2007 07:30:15 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7T7UF0d014055 for ; Wed, 29 Aug 2007 07:30:15 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7T7UFYe014052 for perforce@freebsd.org; Wed, 29 Aug 2007 07:30:15 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 29 Aug 2007 07:30:15 GMT Message-Id: <200708290730.l7T7UFYe014052@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 125803 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 07:30:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=125803 Change 125803 by rwatson@rwatson_zoo on 2007/08/29 07:30:08 For now, disable HexDump extensions to truss(1), as the implementation of truss has changed significantly since they were made. Affected files ... .. //depot/projects/trustedbsd/mac/usr.bin/truss/syscall.h#11 edit .. //depot/projects/trustedbsd/mac/usr.bin/truss/syscalls.c#24 edit Differences ... ==== //depot/projects/trustedbsd/mac/usr.bin/truss/syscall.h#11 (text+ko) ==== @@ -40,7 +40,7 @@ Fd_set, Sigaction, Fcntl, Mprot, Mmapflags, Whence, Readlinkres, Umtx, Sigset, Sigprocmask, Kevent, Sockdomain, Socktype, Open, Fcntlflag, Rusage, BinString, Shutdown, Resource, Rlimit, Timeval2, - Pathconf, HexArray }; + Pathconf /* , HexArray */ }; #define ARG_MASK 0xff #define OUT 0x100 ==== //depot/projects/trustedbsd/mac/usr.bin/truss/syscalls.c#24 (text+ko) ==== @@ -504,6 +504,7 @@ case Int: asprintf(&tmp, "%d", (int)args[sc->offset]); break; +#if 0 case HexArray: { char *old; @@ -531,6 +532,7 @@ free(ary); } break; +#endif case Name: { /* NULL-terminated string. */