FreeBSD Bugzilla – Attachment 14164 Details for
Bug 26638
kern.fast_vfork sysctl doesn't do anything & maybe should?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 596 bytes, created by
matt
on 2001-04-17 09:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
matt
Created:
2001-04-17 09:40:00 UTC
Size:
596 bytes
patch
obsolete
>*** kern_fork.c~ Mon Nov 27 18:33:32 2000 >--- kern_fork.c Tue Apr 17 01:27:02 2001 >*************** >*** 114,120 **** > int error; > struct proc *p2; > >! error = fork1(p, RFFDG | RFPROC | RFPPWAIT | RFMEM, &p2); > if (error == 0) { > p->p_retval[0] = p2->p_pid; > p->p_retval[1] = 0; >--- 114,120 ---- > int error; > struct proc *p2; > >! error = fork1(p, RFFDG | RFPROC | RFPPWAIT | (fast_vfork ? RFMEM : 0), &p2); > if (error == 0) { > p->p_retval[0] = p2->p_pid; > p->p_retval[1] = 0;
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 26638
: 14164