Hi all,
Where can I find the last linux syscall list ?
--
Rafael Costa dos Santos
On Tue, Aug 05, 2003 at 09:33:16AM +0000, Rafael Costa dos Santos wrote:
> Hi all,
>
> Where can I find the last linux syscall list ?
There is no formal list that I know of. You can look at
arch/i386/kernel/entry.S for the names and numbers of syscalls, but
for the parameters you would have to grep around for the system call
definition.
For the syscalltrack project we have a close to complete of syscalls
and their parameters for 2.4, i386, at
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/syscalltrack/syscalltrack/module/syscalls.dat?rev=1.18
Note that such a list is of limited useful utility unless it is tied
to a specific kernel version, since the kernel gains new syscalls
occasionally. Patches to update the list to 2.5 will be happily
accepted ;-)
Cheers,
Muli
--
Muli Ben-Yehuda
http://www.mulix.org
http://www.livejournal.com/~mulix/
On Tue, 5 Aug 2003, Rafael Costa dos Santos wrote:
> Hi all,
>
> Where can I find the last linux syscall list ?
>
> --
> Rafael Costa dos Santos
../linux-$vers/include/asm/unistd.h
contains the syscall numbers.
Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Note 96.31% of all statistics are fiction.