From owner-cvs-sys Sun Jun 15 16:37:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA01081 for cvs-sys-outgoing; Sun, 15 Jun 1997 16:37:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA01020; Sun, 15 Jun 1997 16:36:15 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA08346; Sun, 15 Jun 1997 16:35:33 -0700 (PDT) Date: Sun, 15 Jun 1997 16:35:33 -0700 (PDT) Message-Id: <199706152335.QAA08346@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/06/15 16:35:33 PDT Modified files: sys/vm vm_mmap.c Log: Correct the return code for the mlock system call. Also add the stubs for mlockall and munlockall. Revision Changes Path 1.64 +32 -2 src/sys/vm/vm_mmap.c