summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/minherit.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various small typographic fixes for mman.h manual pages:matthew2014-07-021-10/+4
| | | | | | | | | | | | Use .Fn instead of .Nm as appropriate Use .In for include lines Use .Rv -std where possible Use .Xr to refer to functions from other manual pages Remove extraneous sys/types.h include More substantive changes to follow. Discussed with schwarze
* Add support for MAP_INHERIT_ZERO.matthew2014-06-131-16/+24
| | | | | | | | This provides a way for a process to designate pages in its address space that should be replaced by fresh, zero-initialized anonymous memory in forked child processes, rather than being copied or shared. ok jmc, kettenis, tedu, deraadt; positive feedback from many more
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* document RETURN VALUES and ERRORS; from FreeBSD's page;jmc2003-11-221-1/+29
| | | | ok tedu@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Update to match realtiy.art2001-11-061-5/+4
|
* add #include for <vm/vm_inherit.h>aaron1999-06-291-2/+7
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-4/+4
| | | | | | | - 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
* fix openbsd tagderaadt1998-07-061-1/+1
|
* .Bx Open -> .Ox 2.xmillert1998-03-071-2/+2
|
* convert to void *addrderaadt1997-11-141-2/+2
|
* Use .Bx macro in HISTORYmillert1996-09-011-2/+3
|
* say what the minherit flags are; from kstailey@dol-esa.govderaadt1996-08-061-2/+3
|
* Completed incomplete edit and corrected historyniklas1996-01-121-5/+5
|
* add minherit() system callderaadt1996-01-071-0/+65