linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux syscall list
@ 2003-08-05  9:06 Rafael Costa dos Santos
  2003-08-05 18:10 ` Steven
  2003-08-06 10:47 ` Jose Celestino
  0 siblings, 2 replies; 3+ messages in thread
From: Rafael Costa dos Santos @ 2003-08-05  9:06 UTC (permalink / raw)
  To: linux-c-programming

Hi all,

Where can I find the last linux syscall list ?

-- 
Rafael Costa dos Santos

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux syscall list
  2003-08-05  9:06 Linux syscall list Rafael Costa dos Santos
@ 2003-08-05 18:10 ` Steven
  2003-08-06 10:47 ` Jose Celestino
  1 sibling, 0 replies; 3+ messages in thread
From: Steven @ 2003-08-05 18:10 UTC (permalink / raw)
  To: Rafael Costa dos Santos; +Cc: linux-c-programming

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

> Where can I find the last linux syscall list ?
The system call table for an x86 Linux kernel is at the end of
arch/i386/kernel/entry.S.  The __NR_ constants are defined in
include/asm-i386/unistd.h.

Sorry, but I don't know the equivalents for other architectures.

Steven Smith,
sos22@cam.ac.uk.

[-- Attachment #2: Type: application/pgp-signature, Size: 187 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux syscall list
  2003-08-05  9:06 Linux syscall list Rafael Costa dos Santos
  2003-08-05 18:10 ` Steven
@ 2003-08-06 10:47 ` Jose Celestino
  1 sibling, 0 replies; 3+ messages in thread
From: Jose Celestino @ 2003-08-06 10:47 UTC (permalink / raw)
  To: Rafael Costa dos Santos; +Cc: linux-c-programming

Words by Rafael Costa dos Santos [Tue, Aug 05, 2003 at 09:06:33AM +0000]:
> Hi all,
> 
> Where can I find the last linux syscall list ?
> 

In the source of course:

cd /usr/src/linux

egrep -hr '^asmlinkage.+\ +sys_.+\(' *

-- 
Jose Celestino | http://xpto.org/~japc/files/japc-pgpkey.asc
----------------------------------------------------------------
"Lately, the only thing keeping me from becoming a serial killer is
my distaste for manual labor."        -- Dilbert

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-06 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-05  9:06 Linux syscall list Rafael Costa dos Santos
2003-08-05 18:10 ` Steven
2003-08-06 10:47 ` Jose Celestino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).