Age | Commit message (Expand) | Author |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2014-07-10 | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal | Matthew Dempsky |
2014-07-02 | Various small typographic fixes for mman.h manual pages: | Matthew Dempsky |
2014-07-02 | Sync description of PROT_* flags between mmap.2 and mprotect.2 | Matthew Dempsky |
2014-06-27 | zap unneccessary punctuation; | Jason McIntyre |
2014-06-27 | OpenBSD supports mmap() on block special files too. | Matthew Dempsky |
2014-06-27 | Split out mmap's compatibility flags into a separate section, so users | Matthew Dempsky |
2014-06-27 | Revise wording to reflect that callers should always specify (exactly) | Matthew Dempsky |
2014-06-26 | Document that mmap() confirms to POSIX 2008, except that we generate | Matthew Dempsky |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-07-17 | more library history | Ingo Schwarze |
2013-04-08 | Use .Er for errno E* constants | Philip Guenther |
2012-10-17 | reword this sentence to avoid ambiguity; | Jason McIntyre |
2012-04-12 | mmap(2) updated | Ariane van der Steldt |
2011-04-11 | document MAP_TRYFIXED. short version: don't use it. prodded by deraadt. | Ted Unangst |
2008-06-30 | xref mquery | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-26 | another EINVAL case documented | Otto Moerbeek |
2004-04-19 | tidy up a list; | Jason McIntyre |
2004-04-15 | various improvements to lists and displays: | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | - section reorder | Jason McIntyre |
2003-05-16 | typo from deraadt@ | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2001-12-03 | for MAP_ANON, dont mention giving an fd of anything but -1, this never worked. | Eric Jackson |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol |
2001-09-05 | avoid first person in manual pages | Theo de Raadt |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-03 | Acknowledge VM's limitations. | Marc Espie |
2001-05-11 | Add back MAP_COPY. Just describe why it shouldn't be used. | Artur Grabowski |
2001-05-11 | Remove MAP_COPY. It shouldn't be used anymore. | Artur Grabowski |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell |
1999-06-16 | More xref sorting under SEE ALSO. | Alex Feldman |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell |
1999-05-30 | grammar and punctuation | Paul Janzen |
1999-05-27 | add missing .El macros (which properly terminate .Bl macro lists) | Aaron Campbell |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-02-27 | make function names the correct case | Theo de Raadt |
1998-08-21 | document MAP_COPY | Todd C. Miller |
1998-07-06 | fix openbsd tag | Theo de Raadt |
1998-06-06 | MAP_FAILED; kleink | Theo de Raadt |
1998-01-02 | make mmap() return void *, add MAP_FAILED | Theo de Raadt |
1997-11-14 | convert to void *addr | Theo de Raadt |
1997-06-13 | fix lots of .Xr and other minor things | Theo de Raadt |
1997-06-02 | no MAP_WRITE, fix like freebsd; spotted by bgrayson@ece.utexas.edu | Theo de Raadt |