Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2007 20:35:50 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 118896 for review
Message-ID:  <200704272035.l3RKZopI078204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=118896

Change 118896 by rdivacky@rdivacky_witten on 2007/04/27 20:35:31

	Log all parameters not just the first 3 one.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_futex/sys/compat/linux/linux_futex.c#4 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_futex/sys/compat/linux/linux_futex.c#4 (text+ko) ====

@@ -114,8 +114,8 @@
 
 #ifdef	DEBUG
 	if (ldebug(sys_futex))
-		printf(ARGS(futex, "%p, %i, %i"), args->uaddr, args->op,
-		    args->val);
+		printf(ARGS(futex, "%p, %i, %i, *, %p, %i"), args->uaddr, args->op,
+		    args->val, args->uaddr2, args->val3);
 #endif
 
 	switch (args->op) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704272035.l3RKZopI078204>