summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mmap.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposalmatthew2014-07-101-5/+8
* Various small typographic fixes for mman.h manual pages:matthew2014-07-021-16/+11
* Sync description of PROT_* flags between mmap.2 and mprotect.2matthew2014-07-021-6/+8
* zap unneccessary punctuation;jmc2014-06-271-16/+16
* OpenBSD supports mmap() on block special files too.matthew2014-06-271-3/+5
* Split out mmap's compatibility flags into a separate section, so usersmatthew2014-06-271-15/+33
* Revise wording to reflect that callers should always specify (exactly)matthew2014-06-271-8/+39
* Document that mmap() confirms to POSIX 2008, except that we generatematthew2014-06-261-2/+17
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* more library historyschwarze2013-07-171-2/+7
* Use .Er for errno E* constantsguenther2013-04-081-3/+3
* reword this sentence to avoid ambiguity;jmc2012-10-171-6/+6
* mmap(2) updatedariane2012-04-121-50/+72
* document MAP_TRYFIXED. short version: don't use it. prodded by deraadt.tedu2011-04-111-2/+11
* xref mqueryotto2008-06-301-2/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* another EINVAL case documentedotto2007-02-261-2/+6
* tidy up a list;jmc2004-04-191-8/+5
* various improvements to lists and displays:jmc2004-04-151-3/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-06-011-9/+9
* typo from deraadt@jmc2003-05-161-4/+4
* .Xr typos;jmc2003-03-061-2/+2
* Initial cleanup:mpech2002-04-301-3/+3
* for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.ericj2001-12-031-3/+2
* detail the different protections in mprotect(2) man page and add PROT_NONEjjbg2001-10-241-1/+3
* avoid first person in manual pagesderaadt2001-09-051-3/+3
* Powered by @mantoya.mpech2001-08-201-2/+2
* Acknowledge VM's limitations.espie2001-08-031-1/+14
* Add back MAP_COPY. Just describe why it shouldn't be used.art2001-05-111-1/+8
* Remove MAP_COPY. It shouldn't be used anymore.art2001-05-111-5/+1
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-3/+3
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-2/+2
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-3/+5
* More xref sorting under SEE ALSO.alex1999-06-161-6/+6
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-051-2/+2
* grammar and punctuationpjanzen1999-05-301-4/+4
* add missing .El macros (which properly terminate .Bl macro lists)aaron1999-05-271-2/+3
* or'ing -> OR'ingaaron1999-05-271-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* make function names the correct casederaadt1999-02-271-4/+4
* document MAP_COPYmillert1998-08-211-1/+5
* fix openbsd tagderaadt1998-07-061-0/+1
* MAP_FAILED; kleinkderaadt1998-06-061-1/+11
* make mmap() return void *, add MAP_FAILEDderaadt1998-01-021-1/+1
* convert to void *addrderaadt1997-11-141-1/+1
* fix lots of .Xr and other minor thingsderaadt1997-06-131-1/+1
* no MAP_WRITE, fix like freebsd; spotted by bgrayson@ece.utexas.eduderaadt1997-06-021-2/+1
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-1/+1