Module Name: src Committed By: dsl Date: Fri Jan 3 21:34:40 UTC 2014
Modified Files: src/sys/kern: core_elf32.c src/sys/sys: exec_elf.h Log Message: Fix bug in previous (panic during process core dump). Change the interface to ELFNAMEEND(coredump_savenote) so that the caller doesn't need to know the type of the elf note header. Simplifies the calling code somewhat. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/kern/core_elf32.c cvs rdiff -u -r1.136 -r1.137 src/sys/sys/exec_elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.