aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/fork.2
Commit message (Collapse)AuthorAgeFilesLines
* Mark all the system calls that were in 1st Edition Unix as such in theWarner Losh2017-12-011-2/+2
| | | | | | | | | | HISTORY section. Note: Any system calls that were added prior to v7, but after v1 weren't changed. Obtained from: http://www.tuhs.org/cgi-bin/utree.pl?file=V1/man/man2 Notes: svn path=/head/; revision=326435
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* fork(2): Add a note to the effect that kqueue descriptors, unlike otherMark Johnston2015-05-021-2/+5
| | | | | | | | | | descriptor types, are not inherited from the parent process. Reported by: kmacy MFC after: 1 week Notes: svn path=/head/; revision=282333
* fork(2): Add information about fork() in multi-threaded processes.Jilles Tjoelker2013-05-311-0/+12
| | | | | | | | There is nothing about pthread_atfork(3) or extensions like calling malloc(3) in the child process as this may be unreliable or broken. Notes: svn path=/head/; revision=251194
* fork(2): #include <sys/types.h> is not needed.Jilles Tjoelker2013-05-311-2/+1
| | | | Notes: svn path=/head/; revision=251181
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131504
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+3
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-4/+4
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=108028
* Update docs to reflect change in count of procs reserved for rootMike Silbersack2002-07-301-1/+1
| | | | | | | | | | | from 1 to 10. PR: kern/40515 Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 1 day Notes: svn path=/head/; revision=100907
* The .Fn function.Giorgos Keramidas2002-07-151-4/+6
| | | | Notes: svn path=/head/; revision=100144
* Document behaviour with respect to interval timers.Sheldon Hearn2002-01-091-0/+4
| | | | | | | | PR: 33156 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Notes: svn path=/head/; revision=89144
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Remove useless .Fn macro suffixAlexey Zelkin1999-09-051-1/+1
| | | | | | | Reviewed by: mpp Notes: svn path=/head/; revision=50943
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add <sys/types.h> to synopsis.Alexander Langer1998-01-111-1/+4
| | | | | | | | | | Correct a grammatical error. Add cross-reference to setrlimit(2). Obtained from: OpenBSD Notes: svn path=/head/; revision=32435
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.Tim Vanderhoek1997-12-261-1/+1
| | | | | | | | pr: docs/5260 submitted-by: Niall Smart [3]njs3@doc.ic.ac.uk Notes: svn path=/head/; revision=32001
* Add cross-references to rfork(2).John Polstra1997-11-181-0/+1
| | | | Notes: svn path=/head/; revision=31220
* Add vfork(2) to SEE ALSOAndrey A. Chernov1997-04-251-0/+1
| | | | Notes: svn path=/head/; revision=25138
* Updated the descriptions of the limits related to EAGAIN.Bruce Evans1996-09-291-4/+18
| | | | | | | Changed the error name width for rfork to match fork. Notes: svn path=/head/; revision=18562
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-2/+2
| | | | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. Notes: svn path=/head/; revision=14855
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+108
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573