From owner-cvs-all Tue Jun 2 05:39:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16906 for cvs-all-outgoing; Tue, 2 Jun 1998 05:39:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16899; Tue, 2 Jun 1998 05:39:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA17315; Tue, 2 Jun 1998 05:38:33 -0700 (PDT) Date: Tue, 2 Jun 1998 05:38:33 -0700 (PDT) Message-Id: <199806021238.FAA17315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_ipc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/02 05:38:32 PDT Modified files: sys/i386/linux linux_ipc.c Log: ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation layer does not like the null shmid_ds buffer pointer. The emulation layer returned an error without ever calling FreeBSD's shmctl, so the segments were not being deleted when the reference count went to zero." Submitted by: Kevin Street Revision Changes Path 1.14 +13 -9 src/sys/i386/linux/linux_ipc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message