Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux/arch/amd64



Module Name:    src
Committed By:   njoly
Date:           Thu May 24 11:21:52 UTC 2007

Modified Files:
        src/sys/compat/linux/arch/amd64: linux_machdep.c linux_machdep.h

Log Message:
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.22 -r1.23 src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -r1.8 -r1.9 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.




Home | Main Index | Thread Index | Old Index