FreeBSD Bugzilla – Attachment 195754 Details for
Bug 230082
bhyve doesn't set process title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kern.patch
kern.patch (text/plain), 567 bytes, created by
Yuichiro NAITO
on 2018-08-02 06:15:44 UTC
(
hide
)
Description:
kern.patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2018-08-02 06:15:44 UTC
Size:
567 bytes
patch
obsolete
>Index: sys/kern/kern_exec.c >=================================================================== >--- sys/kern/kern_exec.c (revision 337032) >+++ sys/kern/kern_exec.c (working copy) >@@ -123,7 +123,7 @@ > > /* XXX This should be vm_size_t. */ > SYSCTL_PROC(_kern, KERN_PS_STRINGS, ps_strings, CTLTYPE_ULONG|CTLFLAG_RD| >- CTLFLAG_MPSAFE, NULL, 0, sysctl_kern_ps_strings, "LU", ""); >+ CTLFLAG_CAPRD|CTLFLAG_MPSAFE, NULL, 0, sysctl_kern_ps_strings, "LU", ""); > > /* XXX This should be vm_size_t. */ > SYSCTL_PROC(_kern, KERN_USRSTACK, usrstack, CTLTYPE_ULONG|CTLFLAG_RD|
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 230082
:
195717
| 195754