Re: Fast syscalls via sysenter

2012-10-14 Thread Daniil Cherednik
syscalls via sysenter/sysexit. http://people.freebsd.org/~davidxu/sysenter/kernel/ I have ported it on FreeBSD9. It looks like it works. Unfortunately I am a beginner in kernel so I have some questions: 1. see http://people.freebsd.org/~davidxu/sysenter/kernel/kernel.patch /* * If %edx was changed

Re: Fast syscalls via sysenter

2012-06-23 Thread Konstantin Belousov
On Sat, Jun 23, 2012 at 02:17:53PM +0800, David Xu wrote: > On 2012/06/21 20:11, John Baldwin wrote: > >On Monday, June 18, 2012 2:56:30 pm Daniil Cherednik wrote: > >>Hi! > >> > >>I am trying to continue the work started by DavidXu on implemention of > &

Re: Fast syscalls via sysenter

2012-06-22 Thread David Xu
On 2012/06/21 20:11, John Baldwin wrote: On Monday, June 18, 2012 2:56:30 pm Daniil Cherednik wrote: Hi! I am trying to continue the work started by DavidXu on implemention of fast syscalls via sysenter/sysexit. http://people.freebsd.org/~davidxu/sysenter/kernel/ I have ported it on FreeBSD9

Re: Fast syscalls via sysenter

2012-06-21 Thread John Baldwin
On Monday, June 18, 2012 2:56:30 pm Daniil Cherednik wrote: > Hi! > > I am trying to continue the work started by DavidXu on implemention of fast > syscalls via sysenter/sysexit. > http://people.freebsd.org/~davidxu/sysenter/kernel/ > I have ported it on FreeBSD9. It l

Fast syscalls via sysenter

2012-06-18 Thread Daniil Cherednik
Hi! I am trying to continue the work started by DavidXu on implemention of fast syscalls via sysenter/sysexit. http://people.freebsd.org/~davidxu/sysenter/kernel/ I have ported it on FreeBSD9. It looks like it works. Unfortunately I am a beginner in kernel so I have some questions: 1. see http