Module Name: src Committed By: christos Date: Thu Sep 29 20:40:53 UTC 2016
Modified Files: src/sys/kern: core_elf32.c kern_proc.c sys_process.c src/sys/sys: proc.h Log Message: Introduce and use PROC_PTRSZ() to handle differing pointer size 64->32 emulation. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/kern/core_elf32.c cvs rdiff -u -r1.197 -r1.198 src/sys/kern/kern_proc.c cvs rdiff -u -r1.169 -r1.170 src/sys/kern/sys_process.c cvs rdiff -u -r1.333 -r1.334 src/sys/sys/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.