X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fsyscalls.lst;h=6947daaa49523e72b91cd987559df36965365078;hb=b89845fd0e4bde75a360e66bb6bd51b062039d60;hp=42ae03c312a063c1a685bde4c4b99d7501e388ef;hpb=e7a76b0d8a0cc6aa77966509780973a6f8216ef7;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index 42ae03c3..6947daaa 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -53,7 +53,9 @@ 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_IOCTL Perform an IOCtl Call SYS_SEEK Seek to a new position in the file SYS_READDIR Read from an open directory