aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/mmap.2
Commit message (Expand)AuthorAgeFilesLines
* MFC r320801 MFS r320887:Konstantin Belousov2017-07-111-3/+5
* Add MAP_GUARD and use it for stack grow area protection.Konstantin Belousov2017-07-071-0/+40
* MFC r320314:Konstantin Belousov2017-06-271-4/+1
* MFC r320313:Konstantin Belousov2017-06-271-1/+1
* MFC r313690:Konstantin Belousov2017-03-191-3/+35
* MFC r309200:Mark Johnston2017-02-031-1/+3
* fix spelling, add comma and remove BUGS section.. it provided no usefulJohn-Mark Gurney2015-02-191-17/+3
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenJohn Baldwin2014-09-171-14/+1
* Add stricter checking of some mmap() arguments:John Baldwin2014-09-151-1/+24
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,Konstantin Belousov2014-06-191-6/+27
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-1/+14
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-3/+50
* Do not claim that msync(2) is obsoleted [1].Konstantin Belousov2012-03-171-2/+2
* Remove a left-over reference to make.conf(5) which was used as a place toSergey Kandaurov2012-01-271-2/+1
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.Sergey Kandaurov2011-02-241-3/+0
* Add the MAP_PREFAULT_READ option to mmap(2).Alan Cox2010-08-281-1/+14
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.John Baldwin2010-03-231-1/+6
* Add MAP_ANONYMOUS.Ed Schouten2009-11-061-1/+5
* Eliminate a stale paragraph from the BUGS section. This "bug" wasAlan Cox2009-07-261-8/+1
* - Change mmap() to fail requests with EINVAL that pass a length of 0. ThisJohn Baldwin2009-07-141-2/+2
* Finish what revision 1.40 started. Revision 1.40 removed a false statementAlan Cox2008-10-241-8/+6
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Markup fixes.Ruslan Ermilov2006-09-171-1/+2
* Update for rev 1.205 of vm_mmap.c.Tom Rhodes2006-04-211-7/+6
* Document that the documented 2GB mmap limit is actually aPeter Wemm2006-03-231-22/+8
* -mdoc sweep.Ruslan Ermilov2005-11-171-2/+5
* Document the fact that if MAP_FIXED request has been successful itMaxim Sobolev2005-07-151-0/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Document POSIX stupidity: Attempts to mmap zero bytes will succeed (andColin Percival2004-04-181-0/+7
* Spelling: s/then/than/ where appropriate.Ruslan Ermilov2002-12-241-3/+3
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-9/+19
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-4/+6
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-5/+5
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andMike Barcroft2002-08-241-1/+0
* mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions.Ruslan Ermilov2002-03-151-10/+18
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.Dima Dorfman2002-02-101-4/+4
* The VM_STACK option is long dead. MAP_STACK is available everywhere.Peter Wemm2001-12-211-12/+0
* Remove a sentence from the BUGS section that claims non page-alignedIan Dowse2001-11-181-3/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Add Xref to make.conf(5).Alexander Langer2001-08-301-1/+2
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.Ruslan Ermilov2001-08-271-2/+2
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation andMatthew Dillon2001-08-241-0/+6
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.David Greenman2001-08-231-4/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-13/+13
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Sort PROT_* and MAP_* lists, logically and alphabetically respectively.Ruslan Ermilov2001-02-121-44/+68
* Mention PROT_NONE in the list of possible protections.Nik Clayton2001-02-111-0/+2
* Note that mmap(2) can allocate memory, as well as mapping existing files,Nik Clayton2001-02-111-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+2
* mdoc(7) police: fix formatting errors in rev 1.27.Ruslan Ermilov2000-12-041-13/+27