Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various small typographic fixes for mman.h manual pages: | 2014-07-02 | 1 | -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. | 2014-06-13 | 1 | -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; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | document RETURN VALUES and ERRORS; from FreeBSD's page; | 2003-11-22 | 1 | -1/+29 | |
| | | | | ok tedu@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Update to match realtiy. | 2001-11-06 | 1 | -5/+4 | |
| | |||||
* | add #include for <vm/vm_inherit.h> | 1999-06-29 | 1 | -2/+7 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -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 tag | 1998-07-06 | 1 | -1/+1 | |
| | |||||
* | .Bx Open -> .Ox 2.x | 1998-03-07 | 1 | -2/+2 | |
| | |||||
* | convert to void *addr | 1997-11-14 | 1 | -2/+2 | |
| | |||||
* | Use .Bx macro in HISTORY | 1996-09-01 | 1 | -2/+3 | |
| | |||||
* | say what the minherit flags are; from kstailey@dol-esa.gov | 1996-08-06 | 1 | -2/+3 | |
| | |||||
* | Completed incomplete edit and corrected history | 1996-01-12 | 1 | -5/+5 | |
| | |||||
* | add minherit() system call | 1996-01-07 | 1 | -0/+65 | |