summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rfork.2
Commit message (Collapse)AuthorAgeFilesLines
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals arekib2011-07-121-2/+14
| | | | | | delivered, not returned. MFC after: 1 week
* rfork(2): Discourage rfork_thread-like approaches.jilles2011-03-151-17/+3
| | | | | | | | | 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.
* Document RFTHREADpav2007-05-141-1/+9
| | | | | | PR: docs/78915 Submitted by: Marc Olzheim <marcolz@stack.nl> MFC after: 1 week
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-201-4/+4
|
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+10
|
* Correct the return value of vfork(2) and rfork(2) in theirrobert2003-04-271-1/+1
| | | | manual page function prototypes.
* mdoc(7) police: markup laundry.ru2003-02-231-8/+8
|
* Zap another reference to !RFPROC being unsupported that I missed before.tjr2003-01-311-2/+0
|
* Don't use -compact in list of available flags. Fix tag width.tjr2003-01-311-1/+1
|
* !RFPROC has been supported for a while now.tjr2003-01-311-2/+1
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+6
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-7/+13
| | | | | | | | | | 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.
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-301-1/+1
| | | | | | | | from 1 to 10. PR: kern/40515 Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 1 day
* Document that rfork() will return EINVAL if flags not listed in thejhb2001-12-191-0/+2
| | | | manpage are passed in.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* Fix type-odillon2001-03-161-1/+1
| | | | Submitted by: okazaki
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: fixed warnings.ru2000-11-201-4/+2
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* Add pointers to rfork_thread(3)peter2000-07-311-3/+12
|
* MFC 1.11.2.3 from -stable to -currentdillon2000-07-251-6/+21
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | 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
* Enable Linux threads support by default.julian1999-01-261-0/+6
| | | | | | | | | 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>
* Fixed style bug in pseudocode.bde1997-09-071-1/+1
|
* Sort cross references.wosch1997-01-201-3/+3
|
* Add missing RETURN VALUES/ERRORS sections.mpp1997-01-121-2/+12
|
* Updated the descriptions of the limits related to EAGAIN.bde1996-09-291-5/+19
| | | | Changed the error name width for rfork to match fork.
* Fix the man page to reflect the recent addition of RFNOWAIT and the removal ofsmpatel1996-04-181-4/+5
| | | | Plan9 specific flags.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-1/+1
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* rfork/minherit glue in libcpeter1996-02-231-0/+112
man pages adapted from OpenBSD's versions.
OpenPOWER on IntegriCloud