From owner-cvs-all Sun Feb 27 21:45:56 2000 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id B19EA37B586; Sun, 27 Feb 2000 21:45:47 -0800 (PST) (envelope-from alc@cs.rice.edu) Received: (from alc@localhost) by cs.rice.edu (8.9.0/8.9.0) id XAA09013; Sun, 27 Feb 2000 23:45:45 -0600 (CST) Date: Sun, 27 Feb 2000 23:45:44 -0600 From: Alan Cox To: Paul Saab Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sys madvise.2 mmap.2 src/sys/kern imgact_elf.c src/sys/sys mman.h src/sys/vm vm_map.c vm_map.h vm_mmap.c Message-ID: <20000227234544.F4600@cs.rice.edu> References: <200002280410.UAA87346@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5us In-Reply-To: <200002280410.UAA87346@freefall.freebsd.org>; from Paul Saab on Sun, Feb 27, 2000 at 08:10:37PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Feb 27, 2000 at 08:10:37PM -0800, Paul Saab wrote: > ps 2000/02/27 20:10:36 PST > > Modified files: > lib/libc/sys madvise.2 mmap.2 > sys/kern imgact_elf.c > sys/sys mman.h > sys/vm vm_map.c vm_map.h vm_mmap.c > Log: > Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). > This > This feature allows you to specify if mmap'd data is included in > an application's corefile. > It's not just mmap'ed regions of the address space. I can perform an madvise MADV_CORE on any part of the address space and exclude it from the core file. I would suggest changing the comment in imgact_elf.c to reflect this. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message