CFP: American Society of Engineering Education Northeast Conference

2008-12-11 Thread ASEE 2009
Dear Colleagues, If you received this email in error, please forward it to the appropriate department at your institution. If you wish to unsubscribe please follow the unsubscribe link at bottom of the email. Please do not reply to this message. If you need to contact us please email us at i..

[PATCH] check process death if ptrace() fails, v3

2008-12-11 Thread Denys Vlasenko
Hi Roland, After testing on ia64 with real example of SIGKILL I made a few fixes and now it works like this: Unpatched: [r...@hp-rx6600-03 strace.2]# strace ./k execve("./k", ["./k"], [/* 22 vars */]) = 0 uname({sys="Linux", node="hp-rx6600-03.rhts.bos.redhat.com", ...}) = 0 brk(0)

Re: [PATCH] check process death if ptrace() fails, v2

2008-12-11 Thread Denys Vlasenko
On Wed, 2008-12-10 at 04:33 -0800, Roland McGrath wrote: > > +extern long secure_ptrace P((int request, struct tcb *tcp, void *addr, > > void *data)); > > +extern long secure_ptrace_SYSCALL P((struct tcb *tcp, int sig)); > > +extern long secure_ptrace_CONT P((struct tcb *tcp, int sig)); > > +exter

[SPAM] 合作!

2008-12-11 Thread jurtfvsf
业务代表/经理: 您好!本公司长期提供~各地区各行业(商品/服务/建筑/工业/ 公路内河`国际运输/租赁/广告/机动车销售等)正规票~类。 欢迎合作:1`3`6`8`6`8`6`5`1`2`2 俞经理 顺祝商祈! -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web c

[PATCH, v2] Fix all warnings on ARM.

2008-12-11 Thread Kirill A. Shutemov
Signed-off-by: Kirill A. Shutemov <[EMAIL PROTECTED]> --- strace/defs.h|5 - strace/syscall.c |8 +--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/strace/defs.h b/strace/defs.h index b2f6fe3..4fe6613 100644 --- a/strace/defs.h +++ b/strace/defs.h @@ -113,6 +1

Re: [PATCH] update linux/arm/syscallent.h

2008-12-11 Thread Dmitry V. Levin
On Thu, Dec 11, 2008 at 06:01:29PM +0530, Kedar Sovani wrote: > strace builds on the ARM platform fail looking for fix-ups in the file > linux/arm/syscallent.h. This patch moves system calls around to match > the asm/unistd.h contents. Please review patches with subject linux/arm/syscallent.h pos

[PATCH] update linux/arm/syscallent.h

2008-12-11 Thread Kedar Sovani
strace builds on the ARM platform fail looking for fix-ups in the file linux/arm/syscallent.h. This patch moves system calls around to match the asm/unistd.h contents. Signed-off-by: Kedar Sovani <[EMAIL PROTECTED]> diff -urp strace-4.5.18.orig/linux/arm/syscallent.h strace-4.5.18/linux/arm/sy