Re: __syscall

2001-02-01 Thread Peter Wemm
"Soumen Biswas" wrote: > Hello, > > What exactly is the difference between syscall & __syscall ? syscall() and __syscall() are pseudo-syscalls. They take arguments and evaluate them as though they were real syscalls. You can see the code in sys/i386/i386/trap.c.

__syscall

2001-02-01 Thread Soumen Biswas
Hello, What exactly is the difference between syscall & __syscall ? And in in kern/init_sysent.c struct sysent sysent[] = { /* . */ { 3, accept}, /*...*/ } what does 3 denote ? I believe it's the total size of all the arguments in 32 bit words soum

Syscall 198 __syscall, why??????? New port

2000-04-11 Thread Marco van de Voort
> OS: FreeBSD 4.0 > I have a ported pascal compiler that doesn't work yet. It does now work now, except for some minor details, and haven't worked on libc linking yet. Am already subscribing to ports :-) > I use ktrace (great tool btw) to find the problem, mainly because the differences > betwe