summaryrefslogtreecommitdiff
path: root/libc/syscall/syscall.dev86
diff options
context:
space:
mode:
Diffstat (limited to 'libc/syscall/syscall.dev86')
-rw-r--r--libc/syscall/syscall.dev8626
1 files changed, 17 insertions, 9 deletions
diff --git a/libc/syscall/syscall.dev86 b/libc/syscall/syscall.dev86
index 29e7b5e..2c5384c 100644
--- a/libc/syscall/syscall.dev86
+++ b/libc/syscall/syscall.dev86
@@ -47,25 +47,25 @@ ptrace 26 4 @ adb/sdb/dbx need this.
alarm 27 2
fstat +28 2
pause 29 0
-utime 30 2
+utime +30 2
chroot +31 1
-vfork 32 0
+vfork +32 0
access +33 2
nice 34 1
sleep 35 1
sync +36 0
-kill 37 2
+kill +37 2
rename +38 2
mkdir +39 2
rmdir +40 1
dup +41 1 . There is a fcntl lib function too.
-pipe 42 1
+pipe +42 1
times 43 2 * 2nd arg is pointer for long ret val.
profil 44 4 @
dup2 +45 2
setgid +46 1
getgid 47 1 * this gets both gid and egid
-signal 48 2 * have put the despatch table in user space.
+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)
@@ -78,11 +78,19 @@ lstat +57 2
symlink +58 2
readlink +59 3
umask +60 1
-settimeofday 61 2
-gettimeofday 62 2
-select 63 5 *
+settimeofday +61 2
+gettimeofday +62 2
+select +63 5 . 5 paramaters is possible
readdir +64 3 *
-
+insmod +65 1
+fchown +66 3
+dlload +67 2
+setsid +68 0
+socket +69 3
+bind +70 3
+listen +71 2
+accept +72 3
+connect +73 3
#
# Name No Args Flag&comment
#