Date: Wed, 29 Aug 2007 07:30:15 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125803 for review Message-ID: <200708290730.l7T7UFYe014052@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708290730.l7T7UFYe014052>