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