Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ syscall(2) — SunOS 1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

SYSCALL(2)  —  SYSTEM CALLS

NAME

syscall − indirect system call

SYNOPSIS

syscall(number, arg, ...)

DESCRIPTION

Syscall performs the system call whose assembly language interface has the specified number, and arguments arg .... 

The register d0 value of the system call is returned. 

DIAGNOSTICS

When the C-bit is set, syscall returns −1 and sets the external variable errno (see intro(2)).

BUGS

There is no way to simulate system calls such as pipe(2), which return values in register d1.

Sun Release 1.1  —  Last change: 29 August 1983

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026