svn commit: r225234 - head/sys/rpc

2011-08-28 Thread Artem Belevich
Author: art Date: Sun Aug 28 18:09:17 2011 New Revision: 225234 URL: http://svn.freebsd.org/changeset/base/225234 Log: Make sure RPC calls over UDP return RPC_INTR status is the process has been interrupted in a restartable syscall. Otherwise we could end up in an (almost) endless loop in

svn commit: r220437 - in head/sys: cddl/dev/systrace modules/dtrace/systrace_linux32

2011-04-08 Thread Artem Belevich
Author: art Date: Fri Apr 8 06:27:43 2011 New Revision: 220437 URL: http://svn.freebsd.org/changeset/base/220437 Log: Stripped '32' suffix from linux systrace module name on i386. Approved by: avg Modified: head/sys/cddl/dev/systrace/systrace.c

svn commit: r220257 - head/share/misc

2011-04-01 Thread Artem Belevich
=Andrew Turner\nand...@freebsd.org\n2010/07/19] antoine [label=Antoine Brodin\nanto...@freebsd.org\n2008/02/03] ariff [label=Ariff Abdullah\nar...@freebsd.org\n2005/11/14] +art [label=Artem Belevich\n...@freebsd.org\n2011/03/29] avg [label=Andriy Gapon\n...@freebsd.org\n2009/02/18] benno [label

Re: svn commit: r219559 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux kern

2011-03-13 Thread Artem Belevich
On Sun, Mar 13, 2011 at 6:15 AM, Alexander Leidinger alexan...@leidinger.net wrote: On Sat, 12 Mar 2011 22:24:09 -0800 Artem Belevich fbsdl...@src.cx wrote: Modified: head/sys/i386/linux/syscalls.master -                                 l_handler_t handler

Re: svn commit: r219561 - in head/sys: cddl/dev/systrace modules/dtrace modules/dtrace/dtraceall modules/dtrace/systrace_freebsd32 modules/dtrace/systrace_linux32

2011-03-12 Thread Artem Belevich
On Sat, Mar 12, 2011 at 12:14 PM, Alexander Leidinger alexan...@leidinger.net wrote:   syscall::xxx:yyy - work on all system calls that match the specification syscall:freebsd:xxx:yyy - only native system calls   syscall:linux32:xxx:yyy - linux32 compat system calls   syscall:freebsd32:xxx:yyy

Re: svn commit: r219559 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux kern

2011-03-12 Thread Artem Belevich
I assume this also includes syscall provider support for linux syscalls on i386. Some questions below. Yes. Modified: head/sys/i386/linux/syscalls.master -                                 l_handler_t handler); } +                                 void *handler); } What's wrong with