Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/08/2003 20:26:40
Module Name:	src
Committed By:	matt
Date:		Thu May  8 20:26:40 UTC 2003

Modified Files:
	src/sys/kern: core_elf32.c

Log Message:
Make we keep track of the file sizes in a size_t, not an int.  Also break
out the writing of an lwp's registers to a separate function.  XXX Although
not really the correct way to do this, make the thread that caused the
coredump has it's register set written first so GDB is happy.  (this is a
bridge until TRT is done).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/kern/core_elf32.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.