Subject: CVS commit: src/sys/compat/freebsd
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/18/2003 14:44:12
Module Name:	src
Committed By:	pooka
Date:		Thu Sep 18 14:44:11 UTC 2003

Modified Files:
	src/sys/compat/freebsd: freebsd_misc.c syscalls.master
Added Files:
	src/sys/compat/freebsd: freebsd_mman.h

Log Message:
Add a good enuf emulation of the MAP_STACK flag to the mmap()
syscall.  This allows programs which use MAP_STACK to work instead
of failing in weird and wonderous ways.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/compat/freebsd/freebsd_misc.c
cvs rdiff -r0 -r1.1 src/sys/compat/freebsd/freebsd_mman.h
cvs rdiff -r1.40 -r1.41 src/sys/compat/freebsd/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.