| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal |  matthew | 2014-07-10 | 1 | -5/+8 |
* | Various small typographic fixes for mman.h manual pages: |  matthew | 2014-07-02 | 1 | -16/+11 |
* | Sync description of PROT_* flags between mmap.2 and mprotect.2 |  matthew | 2014-07-02 | 1 | -6/+8 |
* | zap unneccessary punctuation; |  jmc | 2014-06-27 | 1 | -16/+16 |
* | OpenBSD supports mmap() on block special files too. |  matthew | 2014-06-27 | 1 | -3/+5 |
* | Split out mmap's compatibility flags into a separate section, so users |  matthew | 2014-06-27 | 1 | -15/+33 |
* | Revise wording to reflect that callers should always specify (exactly) |  matthew | 2014-06-27 | 1 | -8/+39 |
* | Document that mmap() confirms to POSIX 2008, except that we generate |  matthew | 2014-06-26 | 1 | -2/+17 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+3 |
* | more library history |  schwarze | 2013-07-17 | 1 | -2/+7 |
* | Use .Er for errno E* constants |  guenther | 2013-04-08 | 1 | -3/+3 |
* | reword this sentence to avoid ambiguity; |  jmc | 2012-10-17 | 1 | -6/+6 |
* | mmap(2) updated |  ariane | 2012-04-12 | 1 | -50/+72 |
* | document MAP_TRYFIXED. short version: don't use it. prodded by deraadt. |  tedu | 2011-04-11 | 1 | -2/+11 |
* | xref mquery |  otto | 2008-06-30 | 1 | -2/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | another EINVAL case documented |  otto | 2007-02-26 | 1 | -2/+6 |
* | tidy up a list; |  jmc | 2004-04-19 | 1 | -8/+5 |
* | various improvements to lists and displays: |  jmc | 2004-04-15 | 1 | -3/+1 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | - section reorder |  jmc | 2003-06-01 | 1 | -9/+9 |
* | typo from deraadt@ |  jmc | 2003-05-16 | 1 | -4/+4 |
* | .Xr typos; |  jmc | 2003-03-06 | 1 | -2/+2 |
* | Initial cleanup: |  mpech | 2002-04-30 | 1 | -3/+3 |
* | for MAP_ANON, dont mention giving an fd of anything but -1, this never worked. |  ericj | 2001-12-03 | 1 | -3/+2 |
* | detail the different protections in mprotect(2) man page and add PROT_NONE |  jjbg | 2001-10-24 | 1 | -1/+3 |
* | avoid first person in manual pages |  deraadt | 2001-09-05 | 1 | -3/+3 |
* | Powered by @mantoya. |  mpech | 2001-08-20 | 1 | -2/+2 |
* | Acknowledge VM's limitations. |  espie | 2001-08-03 | 1 | -1/+14 |
* | Add back MAP_COPY. Just describe why it shouldn't be used. |  art | 2001-05-11 | 1 | -1/+8 |
* | Remove MAP_COPY. It shouldn't be used anymore. |  art | 2001-05-11 | 1 | -5/+1 |
* | Another round of man page cleanup, this time to remove more hard sentence |  aaron | 2000-10-18 | 1 | -3/+3 |
* | trash some old leftover macros and replace them with -mdoc macros |  aaron | 1999-07-04 | 1 | -2/+2 |
* | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, |  aaron | 1999-07-02 | 1 | -2/+2 |
* | - change references to nil to null; tschroed@acm.org |  aaron | 1999-06-29 | 1 | -3/+5 |
* | More xref sorting under SEE ALSO. |  alex | 1999-06-16 | 1 | -6/+6 |
* | use .Tn instead of .Em for logical/bitwise OR + AND |  aaron | 1999-06-05 | 1 | -2/+2 |
* | grammar and punctuation |  pjanzen | 1999-05-30 | 1 | -4/+4 |
* | add missing .El macros (which properly terminate .Bl macro lists) |  aaron | 1999-05-27 | 1 | -2/+3 |
* | or'ing -> OR'ing |  aaron | 1999-05-27 | 1 | -2/+2 |
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1999-05-23 | 1 | -2/+2 |
* | make function names the correct case |  deraadt | 1999-02-27 | 1 | -4/+4 |
* | document MAP_COPY |  millert | 1998-08-21 | 1 | -1/+5 |
* | fix openbsd tag |  deraadt | 1998-07-06 | 1 | -0/+1 |
* | MAP_FAILED; kleink |  deraadt | 1998-06-06 | 1 | -1/+11 |
* | make mmap() return void *, add MAP_FAILED |  deraadt | 1998-01-02 | 1 | -1/+1 |
* | convert to void *addr |  deraadt | 1997-11-14 | 1 | -1/+1 |
* | fix lots of .Xr and other minor things |  deraadt | 1997-06-13 | 1 | -1/+1 |
* | no MAP_WRITE, fix like freebsd; spotted by bgrayson@ece.utexas.edu |  deraadt | 1997-06-02 | 1 | -2/+1 |
* | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ |  deraadt | 1997-05-30 | 1 | -1/+1 |