PERFORCE change 125803 for review
Robert Watson
rwatson at FreeBSD.org
Wed Aug 29 00:30:16 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125803
Change 125803 by rwatson at 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. */
More information about the p4-projects
mailing list