*** empty log message ***
authorkeie <none@none>
Mon, 4 Mar 1985 16:08:41 +0000 (16:08 +0000)
committerkeie <none@none>
Mon, 4 Mar 1985 16:08:41 +0000 (16:08 +0000)
15 files changed:
mach/pmds4/libsys/acct.s [new file with mode: 0644]
mach/pmds4/libsys/chdir.s [new file with mode: 0644]
mach/pmds4/libsys/chroot.s [new file with mode: 0644]
mach/pmds4/libsys/lock.s [new file with mode: 0644]
mach/pmds4/libsys/pause.s [new file with mode: 0644]
mach/pmds4/libsys/ptrace.s [new file with mode: 0644]
mach/pmds4/libsys/setgid.s [new file with mode: 0644]
mach/pmds4/libsys/setuid.s [new file with mode: 0644]
mach/pmds4/libsys/stime.s [new file with mode: 0644]
mach/pmds4/libsys/sync.s [new file with mode: 0644]
mach/pmds4/libsys/tell.s [new file with mode: 0644]
mach/pmds4/libsys/times.s [new file with mode: 0644]
mach/pmds4/libsys/umask.s [new file with mode: 0644]
mach/pmds4/libsys/umount.s [new file with mode: 0644]
mach/pmds4/libsys/utime.s [new file with mode: 0644]

diff --git a/mach/pmds4/libsys/acct.s b/mach/pmds4/libsys/acct.s
new file mode 100644 (file)
index 0000000..4c97994
--- /dev/null
@@ -0,0 +1,9 @@
+.define _acct
+.extern _acct
+_acct:                 trap #0
+.short 0x33
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/chdir.s b/mach/pmds4/libsys/chdir.s
new file mode 100644 (file)
index 0000000..b596ace
--- /dev/null
@@ -0,0 +1,9 @@
+.define _chdir
+.extern _chdir
+_chdir:                        trap #0
+.short 0xC
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/chroot.s b/mach/pmds4/libsys/chroot.s
new file mode 100644 (file)
index 0000000..563b2a4
--- /dev/null
@@ -0,0 +1,9 @@
+.define _chroot
+.extern _chroot
+_chroot:                       trap #0
+.short 0x3D
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/lock.s b/mach/pmds4/libsys/lock.s
new file mode 100644 (file)
index 0000000..5df3ecc
--- /dev/null
@@ -0,0 +1,9 @@
+.define _lock
+.extern _lock
+_lock:         trap #0
+.short 0x35
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/pause.s b/mach/pmds4/libsys/pause.s
new file mode 100644 (file)
index 0000000..4c52e12
--- /dev/null
@@ -0,0 +1,5 @@
+.define _pause
+.extern _pause
+_pause:                        trap #0
+.short 0x1D
+                       rts
diff --git a/mach/pmds4/libsys/ptrace.s b/mach/pmds4/libsys/ptrace.s
new file mode 100644 (file)
index 0000000..003c746
--- /dev/null
@@ -0,0 +1,9 @@
+.define _ptrace
+.extern _ptrace
+_ptrace:               trap #0
+.short 0x1A
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/setgid.s b/mach/pmds4/libsys/setgid.s
new file mode 100644 (file)
index 0000000..94d6aba
--- /dev/null
@@ -0,0 +1,10 @@
+.define _setgid
+.extern _setgid
+.text
+_setgid:               trap #0
+.short 0x2E
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/setuid.s b/mach/pmds4/libsys/setuid.s
new file mode 100644 (file)
index 0000000..a704076
--- /dev/null
@@ -0,0 +1,10 @@
+.define _setuid
+.extern _setuid
+.text
+_setuid:               trap #0
+.short 0x17
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/stime.s b/mach/pmds4/libsys/stime.s
new file mode 100644 (file)
index 0000000..6f497f8
--- /dev/null
@@ -0,0 +1,10 @@
+.define _stime
+.extern _stime
+.text
+_stime:                trap #0
+.short 0x19
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/sync.s b/mach/pmds4/libsys/sync.s
new file mode 100644 (file)
index 0000000..9fa762e
--- /dev/null
@@ -0,0 +1,5 @@
+.define _sync
+.extern _sync
+_sync:                 trap #0
+.short 0x24
+                       rts
diff --git a/mach/pmds4/libsys/tell.s b/mach/pmds4/libsys/tell.s
new file mode 100644 (file)
index 0000000..1b81301
--- /dev/null
@@ -0,0 +1,10 @@
+
+.define _tell
+.extern _tell
+_tell:         
+                       pea     1
+                       clrl.l  -(sp)
+                       mov.l   12(sp),-(sp)
+                       jsr     _lseek
+                       add     #12,sp
+                       rts
diff --git a/mach/pmds4/libsys/times.s b/mach/pmds4/libsys/times.s
new file mode 100644 (file)
index 0000000..4268e3e
--- /dev/null
@@ -0,0 +1,6 @@
+.define _times
+.extern _times
+_times:
+       trap #0
+.short 0x2B
+       rts
diff --git a/mach/pmds4/libsys/umask.s b/mach/pmds4/libsys/umask.s
new file mode 100644 (file)
index 0000000..cb59757
--- /dev/null
@@ -0,0 +1,6 @@
+.define _umask
+.extern _umask
+.text
+_umask:                trap #0
+.short 0x3C
+                       rts
diff --git a/mach/pmds4/libsys/umount.s b/mach/pmds4/libsys/umount.s
new file mode 100644 (file)
index 0000000..9fd13f0
--- /dev/null
@@ -0,0 +1,9 @@
+.define _umount
+.extern _umount
+_umount:               trap #0
+.short 0x16
+                       bcc     1f
+                       jmp     cerror
+1:
+                       clr.l   d0
+                       rts
diff --git a/mach/pmds4/libsys/utime.s b/mach/pmds4/libsys/utime.s
new file mode 100644 (file)
index 0000000..68f7ae9
--- /dev/null
@@ -0,0 +1,8 @@
+.define _utime
+.extern _utime
+_utime:                        trap #0
+.short 0x1E
+                       bcc     1f
+                       jmp     cerror
+1:
+                       rts