[SPAM] Take a look at this impressive site

2010-09-15 Thread Annette Halburnt
don't go with any old phone, just follow the link to this web page and you might get a new apple iphone 4g for no cost, just take a look here! http://www.meglana.com/ -- Start uncovering the many advantages of virtual

Re: Fix -e option with only one value in qualifier statement

2010-09-15 Thread Dmitry V. Levin
On Wed, Sep 15, 2010 at 11:37:38AM +0800, Wang Chao wrote: If we use -e options with only one value in qualifier statement, for example 'strace -e trace=open ls', strace will not print syscall information properly. * syscall.c (qualify): Fix this. Yes, that was my faulty optimization.

Re: Silent build patch for strace

2010-09-15 Thread Dmitry V. Levin
On Sun, Jan 17, 2010 at 04:09:22AM +0300, Dmitry V. Levin wrote: On Tue, Jan 12, 2010 at 06:13:10PM -0800, Roland McGrath wrote: I'd rather added m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) instead, thus keeping default behaviour unchanged. Agreed. But I think it's fine to just

Re: [PATCH/v3] Do not trace children with CLONE_UNTRACED flag

2010-09-15 Thread Wang Chao
If clone is called with flag CLONE_UNTRACED, to be consistent with option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on its arguments. * process.c [LINUX] (internal_fork): Check the syscall and arguments. Signed-off-by: Wang Chao wang.c...@cn.fujitsu.com --- process.c |8