summaryrefslogtreecommitdiff
path: root/libc/syscall
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-07-22 23:35:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:47 +0200
commit673f690a37f6673a3262e933709c79de8a66f48c (patch)
tree3acd007863bf23ce8549f9edb5e51d23a3bc6078 /libc/syscall
parent352e3b3230dfc6746be6d53325ffe1e33efc5289 (diff)
downloaddev86-673f690a37f6673a3262e933709c79de8a66f48c.tar.gz
Import Dev86src-0.16.4.tar.gzv0.16.4
Diffstat (limited to 'libc/syscall')
-rw-r--r--libc/syscall/syscall.dev8617
1 files changed, 8 insertions, 9 deletions
diff --git a/libc/syscall/syscall.dev86 b/libc/syscall/syscall.dev86
index 2c5384c..d572487 100644
--- a/libc/syscall/syscall.dev86
+++ b/libc/syscall/syscall.dev86
@@ -4,17 +4,15 @@
# ELKSemu and elks itself. Changes to this may require changes in
# all three of those packages.
#
-# . = Ok, with comment
-# * = Needs libc code (Prefix __)
-# - = Obsolete/not required
-# @ = May be required later
+# '.' = Ok, with comment
+# '*' = Needs libc code (Prefix __)
+# '-' = Obsolete/not required
+# '@' = May be required later
+# '=' = Depends on stated config variable
#
# An initial plus on the call number specifies that this call is
# implemented in the kernel.
#
-# Package versions are matched.
-# Dev86/Elksemu version - 0.13.1
-# Elks version - 0.0.66
#
# Name No Args Flag, comment
#
@@ -69,7 +67,7 @@ signal +48 2 * have put the despatch table in user space.
getinfo 49 1 @ possible? gets pid,ppid,uid,euid etc
fcntl +50 3
acct 51 1 @ Accounting to named file (off if null)
-phys 52 3 - Replaced my mmap()
+phys 52 3 - Replaced by mmap()
lock 53 1 @ Prevent swapping for this proc if flg!=0
ioctl +54 3 . make this and fcntl the same ?
reboot +55 3 . the magic number is 0xfee1,0xdead,...
@@ -82,7 +80,7 @@ settimeofday +61 2
gettimeofday +62 2
select +63 5 . 5 paramaters is possible
readdir +64 3 *
-insmod +65 1
+insmod 65 1 - Removed support for modules
fchown +66 3
dlload +67 2
setsid +68 0
@@ -91,6 +89,7 @@ bind +70 3
listen +71 2
accept +72 3
connect +73 3
+knlvsn +74 1 = CONFIG_SYS_VERSION
#
# Name No Args Flag&comment
#