Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 246951 Details for
Bug 364401
patch to update prctl arguments list
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update prctl arguments list
strace-4.5.16-prctl-update.patch (text/plain), 1.08 KB, created by
Sami Farin
on 2007-11-02 18:45:39 UTC
(
hide
)
Description:
update prctl arguments list
Filename:
MIME Type:
Creator:
Sami Farin
Created:
2007-11-02 18:45:39 UTC
Size:
1.08 KB
patch
obsolete
>--- strace-4.5.16/process.c.bak 2007-08-02 05:13:05.000000000 +0300 >+++ strace-4.5.16/process.c 2007-11-02 20:34:34.171318249 +0200 >@@ -216,6 +216,42 @@ static const struct xlat prctl_options[] > #ifdef PR_SET_KEEPCAPS > { PR_SET_KEEPCAPS, "PR_SET_KEEP_CAPS" }, > #endif >+#ifdef PR_GET_FPEMU >+ { PR_GET_FPEMU, "PR_GET_FPEMU" }, >+#endif >+#ifdef PR_SET_FPEMU >+ { PR_SET_FPEMU, "PR_SET_FPEMU" }, >+#endif >+#ifdef PR_GET_FPEXC >+ { PR_GET_FPEXC, "PR_GET_FPEXC" }, >+#endif >+#ifdef PR_SET_FPEXC >+ { PR_SET_FPEXC, "PR_SET_FPEXC" }, >+#endif >+#ifdef PR_GET_TIMING >+ { PR_GET_TIMING, "PR_GET_TIMING" }, >+#endif >+#ifdef PR_SET_TIMING >+ { PR_SET_TIMING, "PR_SET_TIMING" }, >+#endif >+#ifdef PR_SET_NAME >+ { PR_SET_NAME, "PR_SET_NAME" }, >+#endif >+#ifdef PR_GET_NAME >+ { PR_GET_NAME, "PR_GET_NAME" }, >+#endif >+#ifdef PR_GET_ENDIAN >+ { PR_GET_ENDIAN, "PR_GET_ENDIAN" }, >+#endif >+#ifdef PR_SET_ENDIAN >+ { PR_SET_ENDIAN, "PR_SET_ENDIAN" }, >+#endif >+#ifdef PR_GET_SECCOMP >+ { PR_GET_SECCOMP, "PR_GET_SECCOMP" }, >+#endif >+#ifdef PR_SET_SECCOMP >+ { PR_SET_SECCOMP, "PR_SET_SECCOMP" }, >+#endif > { 0, NULL }, > }; >
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 364401
: 246951