Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: comp.os.minix Subject: Re: V7 syscalls list? Message-ID: <7530@utzoo.UUCP> Date: Fri, 16-Jan-87 14:38:05 EST Article-I.D.: utzoo.7530 Posted: Fri Jan 16 14:38:05 1987 Date-Received: Fri, 16-Jan-87 14:38:05 EST References: <3124@rsch.WISC.EDU> Organization: U of Toronto Zoology Lines: 61 > Can anyone provide a list of the version 7 system calls? ... Here is the full list, from sysent.c of a functioning V7 (utzoo is an 11/44 running V7, although not for much longer). access acct alarm brk (also does sbrk) chdir chmod chown chroot close creat dup (also does dup2) exec (obsolete, see exece) exece (generic, includes execl, execv, execle, execve) exit fork fstat ftime getgid (also does getegid) getpid getuid (also does geteuid) gtty (obsolete; invokes ioctl internally) indir (silly kludge probably unnecessary on non-11 systems) ioctl kill link lock (lock process into memory) lseek mknod (makes directories and devices) mount mpxchan (you don't want to know... not in all V7s) nice open pause phys (map memory into user space) pipe profil ptrace read setgid setuid signal stat stime stty (obsolete; invokes ioctl internally) sync time times umask umount unlink utime wait write -- Legalize Henry Spencer @ U of Toronto Zoology freedom! {allegra,ihnp4,decvax,pyramid}!utzoo!henry