Module Name: src Committed By: riastradh Date: Sat Mar 22 13:28:35 UTC 2025
Modified Files: src/sys/arch/vax/vax: trap.c Log Message: vax: Set tf_psl to PSL_U|PSL_PREVU on exec. This was previously inherited from the caller, which was not clear from context, and the trapframe is now zeroed which broke exec on vax. PR kern/59084: exec/spawn leaks register content To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/arch/vax/vax/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.