History log of /freebsd-10.2-release/lib/libc/sys/rfork.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 223967 12-Jul-2011 kib

Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals are
delivered, not returned.

MFC after: 1 week


# 219682 15-Mar-2011 jilles

rfork(2): Discourage rfork_thread-like approaches.

Calling rfork_thread(3) does not interoperate with pthreads and global state
is not properly protected.

Remove the BUGS section suggesting LinuxThreads entirely. With the current
pthread library libthr, all threads are kernel-level entities so there seems
little reason to use LinuxThreads.


# 169550 14-May-2007 pav

Document RFTHREAD

PR: docs/78915
Submitted by: Marc Olzheim <marcolz@stack.nl>
MFC after: 1 week


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 140505 20-Jan-2005 ru

Sort sections.


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 114131 27-Apr-2003 robert

Correct the return value of vfork(2) and rfork(2) in their
manual page function prototypes.


# 111285 23-Feb-2003 ru

mdoc(7) police: markup laundry.


# 110135 31-Jan-2003 tjr

Zap another reference to !RFPROC being unsupported that I missed before.


# 110134 31-Jan-2003 tjr

Don't use -compact in list of available flags. Fix tag width.


# 110133 31-Jan-2003 tjr

!RFPROC has been supported for a while now.


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 108028 18-Dec-2002 ru

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTORY section, call syscall a function,
to be safe.


# 100907 30-Jul-2002 silby

Update docs to reflect change in count of procs reserved for root
from 1 to 10.

PR: kern/40515
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 1 day


# 88158 19-Dec-2001 jhb

Document that rfork() will return EINVAL if flags not listed in the
manpage are passed in.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81462 10-Aug-2001 ru

mdoc(7) police: join split punctuation to macro calls.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 74369 16-Mar-2001 dillon

Fix type-o

Submitted by: okazaki


# 69857 11-Dec-2000 ru

mdoc(7) police: use canonical form of .Dd macro.


# 68948 20-Nov-2000 ru

mdoc(7) police: fixed warnings.


# 68716 14-Nov-2000 ru

Use Fx macro wherever possible.


# 64042 31-Jul-2000 peter

Add pointers to rfork_thread(3)


# 63851 25-Jul-2000 dillon

MFC 1.11.2.3 from -stable to -current


# 59954 04-May-2000 phantom

Use `Er' variable to define first column width in ERRORS section. It was
initially suggested by mdoc(7) style, but was broken over the years


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 57686 02-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 43208 26-Jan-1999 julian

Enable Linux threads support by default.
This takes the conditionals out of the code that has been tested by
various people for a while.
ps and friends (libkvm) will need a recompile as some proc structure
changes are made.

Submitted by: "Richard Seaman, Jr." <dick@tar.com>


# 29176 07-Sep-1997 bde

Fixed style bug in pseudocode.


# 21907 20-Jan-1997 wosch

Sort cross references.


# 21579 12-Jan-1997 mpp

Add missing RETURN VALUES/ERRORS sections.


# 18562 29-Sep-1996 bde

Updated the descriptions of the limits related to EAGAIN.

Changed the error name width for rfork to match fork.


# 15303 18-Apr-1996 smpatel

Fix the man page to reflect the recent addition of RFNOWAIT and the removal of
Plan9 specific flags.


# 14855 27-Mar-1996 mpp

Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.


# 14224 23-Feb-1996 peter

rfork/minherit glue in libc
man pages adapted from OpenBSD's versions.