Bug 78915

Summary: rfork(2)'s RFTHREAD is not documented
Product: Documentation Reporter: Marc Olzheim <marcolz>
Component: Books & ArticlesAssignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marc Olzheim 2005-03-16 11:10:02 UTC
	The flag RFTHREAD to rfork() is not documented.

Fix: 

Add something like:

	RFTHREAD	If set, the the invokers filedescriptor process
			leaders are shared, otherwise the new process's
			ones are reset.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-13 00:18:06 UTC
State Changed
From-To: open->feedback

I found your wording a little hard to understand. What about: 

RFTHREAD     If set, the new process shares filedescriptor to process 
leaders table with it's parent.  Only applies when neither 
RFFDG nor RFCFDG are set.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-13 00:18:06 UTC
Responsible Changed
From-To: freebsd-doc->pav

Take
Comment 3 Marc Olzheim 2007-05-14 12:27:51 UTC
On Sun, May 13, 2007 at 01:44:28AM -0500, illoai@gmail.com wrote:
> For the obsessive-compulsive punctuation nannies:
> 
>       RFTHREAD     If set, the new process shares file descriptor-to-process
>                    leaders table with its parent.  Only applies when neither
>                    RFFDG nor RFCFDG are set.

Yes, sounds good to me :)
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-14 14:58:33 UTC
State Changed
From-To: feedback->patched

Committed to HEAD, will MFC later
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-05-14 14:59:00 UTC
pav         2007-05-14 13:58:54 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    lib/libc/sys         rfork.2 
  Log:
  Document RFTHREAD
  
  PR:             docs/78915
  Submitted by:   Marc Olzheim <marcolz@stack.nl>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.35      +9 -1      src/lib/libc/sys/rfork.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-21 08:24:23 UTC
State Changed
From-To: patched->closed

MFC'ed.