From 7a30dc486846487f0cc74610cb668706b7335649 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 4 Mar 1985 16:08:41 +0000 Subject: [PATCH] *** empty log message *** --- mach/pmds4/libsys/acct.s | 9 +++++++++ mach/pmds4/libsys/chdir.s | 9 +++++++++ mach/pmds4/libsys/chroot.s | 9 +++++++++ mach/pmds4/libsys/lock.s | 9 +++++++++ mach/pmds4/libsys/pause.s | 5 +++++ mach/pmds4/libsys/ptrace.s | 9 +++++++++ mach/pmds4/libsys/setgid.s | 10 ++++++++++ mach/pmds4/libsys/setuid.s | 10 ++++++++++ mach/pmds4/libsys/stime.s | 10 ++++++++++ mach/pmds4/libsys/sync.s | 5 +++++ mach/pmds4/libsys/tell.s | 10 ++++++++++ mach/pmds4/libsys/times.s | 6 ++++++ mach/pmds4/libsys/umask.s | 6 ++++++ mach/pmds4/libsys/umount.s | 9 +++++++++ mach/pmds4/libsys/utime.s | 8 ++++++++ 15 files changed, 124 insertions(+) create mode 100644 mach/pmds4/libsys/acct.s create mode 100644 mach/pmds4/libsys/chdir.s create mode 100644 mach/pmds4/libsys/chroot.s create mode 100644 mach/pmds4/libsys/lock.s create mode 100644 mach/pmds4/libsys/pause.s create mode 100644 mach/pmds4/libsys/ptrace.s create mode 100644 mach/pmds4/libsys/setgid.s create mode 100644 mach/pmds4/libsys/setuid.s create mode 100644 mach/pmds4/libsys/stime.s create mode 100644 mach/pmds4/libsys/sync.s create mode 100644 mach/pmds4/libsys/tell.s create mode 100644 mach/pmds4/libsys/times.s create mode 100644 mach/pmds4/libsys/umask.s create mode 100644 mach/pmds4/libsys/umount.s create mode 100644 mach/pmds4/libsys/utime.s diff --git a/mach/pmds4/libsys/acct.s b/mach/pmds4/libsys/acct.s new file mode 100644 index 000000000..4c97994ba --- /dev/null +++ b/mach/pmds4/libsys/acct.s @@ -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 index 000000000..b596ace31 --- /dev/null +++ b/mach/pmds4/libsys/chdir.s @@ -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 index 000000000..563b2a4a5 --- /dev/null +++ b/mach/pmds4/libsys/chroot.s @@ -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 index 000000000..5df3ecccc --- /dev/null +++ b/mach/pmds4/libsys/lock.s @@ -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 index 000000000..4c52e129f --- /dev/null +++ b/mach/pmds4/libsys/pause.s @@ -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 index 000000000..003c74654 --- /dev/null +++ b/mach/pmds4/libsys/ptrace.s @@ -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 index 000000000..94d6abaee --- /dev/null +++ b/mach/pmds4/libsys/setgid.s @@ -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 index 000000000..a7040765d --- /dev/null +++ b/mach/pmds4/libsys/setuid.s @@ -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 index 000000000..6f497f889 --- /dev/null +++ b/mach/pmds4/libsys/stime.s @@ -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 index 000000000..9fa762e31 --- /dev/null +++ b/mach/pmds4/libsys/sync.s @@ -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 index 000000000..1b81301c9 --- /dev/null +++ b/mach/pmds4/libsys/tell.s @@ -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 index 000000000..4268e3eb9 --- /dev/null +++ b/mach/pmds4/libsys/times.s @@ -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 index 000000000..cb5975793 --- /dev/null +++ b/mach/pmds4/libsys/umask.s @@ -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 index 000000000..9fd13f0e4 --- /dev/null +++ b/mach/pmds4/libsys/umount.s @@ -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 index 000000000..68f7ae9be --- /dev/null +++ b/mach/pmds4/libsys/utime.s @@ -0,0 +1,8 @@ +.define _utime +.extern _utime +_utime: trap #0 +.short 0x1E + bcc 1f + jmp cerror +1: + rts -- 2.34.1