Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/22/1994 17:40:02
deraadt
Mon Aug 22 16:37:05 PDT 1994
Update of /b/source/CVS/src/sys/conf
In directory sun-lamp.cs.berkeley.edu:/c/users/deraadt/post/src/sys/conf

Modified Files:
	param.c 
Log Message:
initialize shmmax to `# of pages' at compile time; multiply by NBPG at
boot time (in shminit). This supports architecture families with varying
values for NBPG, and does not break ipcs.


deraadt
Mon Aug 22 16:37:21 PDT 1994
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/c/users/deraadt/post/src/sys/kern

Modified Files:
	sysv_shm.c 
Log Message:
initialize shmmax to `# of pages' at compile time; multiply by NBPG at
boot time (in shminit). This supports architecture families with varying
values for NBPG, and does not break ipcs.


------------------------------------------------------------------------------