Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Kernel / syscalls.lst
index 42ae03c..bea821b 100644 (file)
@@ -53,7 +53,10 @@ SYS_CLOSE    Close a file
 SYS_COPYFD     Create a copy of a file handle
 SYS_FDCTL      Modify flags of a file descriptor
 SYS_READ       Read from an open file
+SYS_READAT     Read from an open file (with offset)
 SYS_WRITE      Write to an open file
+SYS_WRITEAT    Write to an open file (with offset)
+SYS_TRUNCATE   Change the size of an open file
 SYS_IOCTL      Perform an IOCtl Call
 SYS_SEEK       Seek to a new position in the file
 SYS_READDIR    Read from an open directory
@@ -69,3 +72,8 @@ SYS_CHDIR     Change current directory
 SYS_GETCWD     Get current directory
 SYS_MOUNT      Mount a filesystem
 SYS_SELECT     Wait for file handles
+SYS_MMAP       Map a file into this address space
+SYS_MUNMAP     Unmap a file
+SYS_MARSHALFD  Create a reference to a FD suitable for handing to another process
+SYS_UNMARSHALFD        Accept a marshaled FD
+

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