Subject: CVS commit: [netbsd-4] src/sys/compat/linux/arch/amd64
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/30/2007 18:20:35
Module Name:	src
Committed By:	riz
Date:		Wed May 30 18:20:35 UTC 2007

Modified Files:
	src/sys/compat/linux/arch/amd64 [netbsd-4]: linux_machdep.c
	    linux_machdep.h

Log Message:
Pull up following revision(s) (requested by njoly in ticket #673):
	sys/compat/linux/arch/amd64/linux_machdep.c: revision 1.23
	sys/compat/linux/arch/amd64/linux_machdep.h: revision 1.9
Fix restart of interrupted system calls.
- Make linux_sys_rt_sigreturn() return EJUSTRETURN on success.
- Add missing rax to linux_sigcontext structure; and save/restore
  its value like other members in linux_sendsig()/linux_sys_rt_sigreturn().
With valuable help from manu.


To generate a diff of this commit:
cvs rdiff -r1.15.2.1 -r1.15.2.2 \
    src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -r1.5.24.3 -r1.5.24.4 \
    src/sys/compat/linux/arch/amd64/linux_machdep.h

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