Module Name: src
Committed By: mrg
Date: Thu Jan 11 04:33:45 UTC 2024
Modified Files:
src/sys/arch/vax/vax: machdep.c
Log Message:
vax: set default RLIMIT_AS to the same as MAXDSIZ
this allows modern GCC to run without returning to the issues that
reported in PR#28379, and avoids a strange sort-of-invariant violation
where the rlimit for data equaled the rlimit for all address space, so
there is no room for text or stack etc.
ok ragge@
XXX: pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/arch/vax/vax/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.