FreeBSD Bugzilla – Attachment 73137 Details for
Bug 106109
amd64: si_addr is not set when sending a signal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
amd64-machdep.diff
amd64-machdep.diff (text/plain), 565 bytes, created by
NIIMI Satoshi
on 2006-12-01 04:20:03 UTC
(
hide
)
Description:
amd64-machdep.diff
Filename:
MIME Type:
Creator:
NIIMI Satoshi
Created:
2006-12-01 04:20:03 UTC
Size:
565 bytes
patch
obsolete
>Index: machdep.c >=================================================================== >RCS file: /home/ncvs/src/sys/amd64/amd64/machdep.c,v >retrieving revision 1.664 >diff -u -r1.664 machdep.c >--- machdep.c 19 Nov 2006 20:54:57 -0000 1.664 >+++ machdep.c 1 Dec 2006 03:36:54 -0000 >@@ -304,6 +304,7 @@ > /* Fill in POSIX parts */ > sf.sf_si = ksi->ksi_info; > sf.sf_si.si_signo = sig; /* maybe a translated signal */ >+ sf.sf_si.si_addr = ksi->ksi_addr; > regs->tf_rcx = (register_t)ksi->ksi_addr; /* arg 4 in %rcx */ > } else { > /* Old FreeBSD-style arguments. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106109
: 73137