X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fsyscalls.lst;h=bea821b5392a15d4931eaaba23cbe425e1008b28;hb=13078002b01ee4f63eb2001d2ef479a2a006ea32;hp=6947daaa49523e72b91cd987559df36965365078;hpb=8e1a304d72208ce4f1aa9cd896a0ac1179d162a9;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index 6947daaa..bea821b5 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -56,6 +56,7 @@ 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 @@ -71,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 +