Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/arch/vax/vax
Module Name: src
Committed By: martin
Date: Sun Jan 14 18:05:57 UTC 2024
Modified Files:
src/sys/arch/vax/vax [netbsd-10]: machdep.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #552):
sys/arch/vax/vax/machdep.c: revision 1.198
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@
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.196.20.1 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.
Home |
Main Index |
Thread Index |
Old Index