From: Muli Ben-Yehuda <mulix@mulix.org>
To: Rafael Costa dos Santos <rafael@thinkfreak.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: linux syscall list
Date: Tue, 5 Aug 2003 15:54:00 +0300 [thread overview]
Message-ID: <20030805125400.GI32093@actcom.co.il> (raw)
In-Reply-To: <200308050933.16351.rafael@thinkfreak.com.br>
[-- Attachment #1: Type: text/plain, Size: 895 bytes --]
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/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-08-05 12:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-05 9:33 linux syscall list Rafael Costa dos Santos
2003-08-05 12:54 ` Muli Ben-Yehuda [this message]
2003-08-05 13:13 ` Richard B. Johnson
-- strict thread matches above, loose matches on Subject: below --
2003-08-05 9:06 Linux " Rafael Costa dos Santos
2003-08-05 18:10 ` Steven
2003-08-06 10:47 ` Jose Celestino
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030805125400.GI32093@actcom.co.il \
--to=mulix@mulix.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@thinkfreak.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.