summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rfork.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - elaborate on the descriptions of some flagsjaredy2004-12-311-36/+43
| | | | | | | - comment out Plan9 flags - other minor tweaks prod by and ok jmc
* - use macros instead of parenthesesjmc2004-04-031-10/+16
| | | | - remove .Pp before list
* rfork(RFMEM) shares complete vmspace. much more useful, and in line withtedu2004-04-021-2/+1
| | | | other projects' implementations.
* - rewrite of the plan9 sections of rfork(2) and new (c)jmc2003-06-181-77/+111
| | | | | | | - updated ERRORS and RETURN VALUES this had to be rewritten because of licensing issues with plan9. ok deraadt@
* - section reorderjmc2003-06-011-2/+2
| | | | - macro cleanup
* fd sharing was re-enabled quite awhile ago.brad2002-11-281-6/+1
|
* Disable fd sharing for this release. Sorry.art2001-10-141-1/+6
| | | | deraadt@ ok.
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-7/+9
| | | | breaks and getting rid of short lines, making these files easier to work with.
* .Dd should not be given abbreviated month namesaaron1999-07-021-2/+2
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-2/+2
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-051-12/+16
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* make function names the correct casederaadt1999-02-271-5/+5
|
* RFNOWAIT is now supportedniklas1999-01-111-2/+1
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* spellingart1998-05-181-1/+1
|
* note about file table sharing and execvederaadt1997-08-011-1/+5
|
* Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org>millert1997-06-251-2/+2
|
* fix lots of .Xr and other minor thingsderaadt1997-06-131-1/+2
|
* Redid formatting with mandoc macros. Added an "ERRORS" section.niklas1996-01-141-54/+66
|
* describe actual openbsd rfork() details. this should be converted to aderaadt1996-01-101-70/+16
| | | | | mandoc manpage by some brave individual (prettier because they fit more data on the same page). please?
* original rfork(2) manpage from plan9. This will be modified to describederaadt1996-01-101-0/+155
the actual implimentation in OpenBSD. > From: "Rob Pike" <rob@plan9.att.com> > feel free to borrow the text of the plan 9 rfork page, with attribution.