Re: CVS commit: src/sys

2012-08-03 Thread Matt Thomas
On Aug 3, 2012, at 10:35 PM, matthew green wrote: > >> Module Name: src >> Committed By:matt >> Date:Fri Aug 3 18:08:02 UTC 2012 >> >> Modified Files: >> src/sys/kern: makesyscalls.sh >> src/sys/sys: systm.h >> >> Log Message: >> If any argument of a syscall

re: CVS commit: src/sys

2012-08-03 Thread matthew green
> Module Name: src > Committed By: matt > Date: Fri Aug 3 18:08:02 UTC 2012 > > Modified Files: > src/sys/kern: makesyscalls.sh > src/sys/sys: systm.h > > Log Message: > If any argument of a syscall is a pointer, set SYCALL_ARG_PTR as a flag. hmmm... what are you gonna do

Re: CVS commit: src/sys

2012-08-03 Thread Alexander Nasonov
Mindaugas Rasiukevicius wrote: > Hi Alex, > The code from FreeBSD is pretty small and simple. It is also mature and > more widely tested. I agree with the above. But their code is only for quite powerful x86 cpus. If you want to support arm or mips, someone has to make two new implementations. >