From owner-cvs-sys Thu Dec 14 20:36:15 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA21485 for cvs-sys-outgoing; Thu, 14 Dec 1995 20:36:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA21477 Thu, 14 Dec 1995 20:36:10 -0800 (PST) Date: Thu, 14 Dec 1995 20:36:10 -0800 (PST) From: Peter Wemm Message-Id: <199512150436.UAA21477@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/12/14 20:36:08 Modified: sys/kern syscalls.master Log: Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD. This costs very little, we gain prototypes for the calls from the linux emulator, and this is one less thing in the way of NetBSD binary support. Revision Changes Path 1.20 +44 -1 src/sys/kern/syscalls.master