Re: svn commit: r291341 - head/share/dtrace

2015-11-25 Thread George Neville-Neil
On 25 Nov 2015, at 18:20, Mark Johnston wrote: On Wed, Nov 25, 2015 at 10:59:41PM +, George V. Neville-Neil wrote: Author: gnn Date: Wed Nov 25 22:59:41 2015 New Revision: 291341 URL: https://svnweb.freebsd.org/changeset/base/291341 Log: Summary: A simple script to print the return value

Re: svn commit: r291341 - head/share/dtrace

2015-11-25 Thread Mark Johnston
On Wed, Nov 25, 2015 at 10:59:41PM +, George V. Neville-Neil wrote: > Author: gnn > Date: Wed Nov 25 22:59:41 2015 > New Revision: 291341 > URL: https://svnweb.freebsd.org/changeset/base/291341 > > Log: > Summary: A simple script to print the return value of any function, > with or without

svn commit: r291341 - head/share/dtrace

2015-11-25 Thread George V. Neville-Neil
Author: gnn Date: Wed Nov 25 22:59:41 2015 New Revision: 291341 URL: https://svnweb.freebsd.org/changeset/base/291341 Log: Summary: A simple script to print the return value of any function, with or without wild cards. Added: head/share/dtrace/retval.sh (contents, props changed) Added: h