Bug 21317

Summary: [PATCH] LINT and NOTES give false default for MAXDSIZ
Product: Base System Reporter: Philipp Mergenthaler <p>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Philipp Mergenthaler 2000-09-16 21:50:01 UTC
	LINT and NOTES talk about MAXDSIZ (process data size limit)
	being 128MB, but it was increased to 512MB in Oct. 1997:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/include/vmparam.h#rev1.21.2.2

Fix: The patch is for
  $FreeBSD: src/sys/i386/conf/NOTES,v 1.817 2000/09/13 03:20:35 msmith Exp $
Comment 1 un1i 2001-01-31 23:12:45 UTC
This PR can be closed due to this commit:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/NOTES#rev1.882

Bye, Philipp
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2001-01-31 23:28:26 UTC
State Changed
From-To: open->closed

Originator reports tanimura's NOTES rel. 1.882 commit sets things straight.