From 673f690a37f6673a3262e933709c79de8a66f48c Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Mon, 22 Jul 2002 23:35:31 +0200 Subject: Import Dev86src-0.16.4.tar.gz --- libc/syscall/syscall.dev86 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'libc/syscall') 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 # -- cgit v1.2.1