Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / syscalls.lst
1
2 0
3 SYS_EXIT        Kill this thread
4 SYS_CLONE       Create a new thread
5 SYS_KILL        Send a signal
6 SYS_SETFAULTHANDLER     Set signal Handler
7 SYS_YIELD       Yield remainder of timestamp
8 SYS_SLEEP       Sleep until messaged or signaled
9 SYS_WAITEVENT   Wait for an event
10 SYS_WAITTID     Wait for a thread to do something
11
12 SYS_SETNAME     Sets the name of the current thread
13 SYS_GETNAME     Gets the name of a thread
14 SYS_GETTID      Get current thread ID
15 SYS_GETPID      Get current thread group ID
16 SYS_SETPRI      Set process priority
17
18 SYS_SENDMSG     Send an IPC message
19 SYS_GETMSG      Recieve an IPC message
20
21 SYS_GETTIME     Get the current timestamp
22
23 SYS_SPAWN       Spawn a new process
24 SYS_EXECVE      Replace the current process
25 SYS_LOADBIN     Load a binary into the current address space
26 SYS_UNLOADBIN   Unload a loaded binary
27 SYS_LOADMOD     Load a module into the kernel
28
29 32
30 SYS_GETPHYS     Get the physical address of a page
31 SYS_MAP         Map a physical address
32 SYS_ALLOCATE    Allocate a page
33 SYS_UNMAP       Unmap a page
34 SYS_PREALLOC    Preallocate a page
35 SYS_SETFLAGS    Set a page's flags
36 SYS_SHAREWITH   Share a page with another thread
37
38 SYS_GETUID      Get current User ID
39 SYS_GETGID      Get current Group ID
40 SYS_SETUID      Set current user ID
41 SYS_SETGID      Set current Group ID
42
43 64
44 SYS_OPEN        Open a file
45 SYS_REOPEN      Close a file and reuse its handle
46 SYS_CLOSE       Close a file
47 SYS_READ        Read from an open file
48 SYS_WRITE       Write to an open file
49 SYS_IOCTL       Perform an IOCtl Call
50 SYS_SEEK        Seek to a new position in the file
51 SYS_READDIR     Read from an open directory
52 SYS_OPENCHILD   Open a child entry in a directory
53 SYS_GETACL      Get an ACL Value
54 SYS_SETACL      Set an ACL Value
55 SYS_FINFO       Get file information
56 SYS_MKDIR       Create a new directory
57 SYS_LINK        Create a new link to a file
58 SYS_SYMLINK     Create a symbolic link
59 SYS_UNLINK      Delete a file
60 SYS_TELL        Return the current file position
61 SYS_CHDIR       Change current directory
62 SYS_GETCWD      Get current directory
63 SYS_MOUNT       Mount a filesystem
64 SYS_SELECT      Wait for file handles

UCC git Repository :: git.ucc.asn.au