summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mmap.2
Commit message (Expand)AuthorAgeFilesLines
* MFC 271635,271722:jhb2014-12-161-14/+24
* MFC r267630:kib2014-06-261-6/+27
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+14
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-3/+50
* Do not claim that msync(2) is obsoleted [1].kib2012-03-171-2/+2
* Remove a left-over reference to make.conf(5) which was used as a place topluknet2012-01-271-2/+1
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.pluknet2011-02-241-3/+0
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-281-1/+14
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.jhb2010-03-231-1/+6
* Add MAP_ANONYMOUS.ed2009-11-061-1/+5
* Eliminate a stale paragraph from the BUGS section. This "bug" wasalc2009-07-261-8/+1
* - Change mmap() to fail requests with EINVAL that pass a length of 0. Thisjhb2009-07-141-2/+2
* Finish what revision 1.40 started. Revision 1.40 removed a false statementalc2008-10-241-8/+6
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Markup fixes.ru2006-09-171-1/+2
* Update for rev 1.205 of vm_mmap.c.trhodes2006-04-211-7/+6
* Document that the documented 2GB mmap limit is actually apeter2006-03-231-22/+8
* -mdoc sweep.ru2005-11-171-2/+5
* Document the fact that if MAP_FIXED request has been successful itsobomax2005-07-151-0/+7
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Document POSIX stupidity: Attempts to mmap zero bytes will succeed (andcperciva2004-04-181-0/+7
* Spelling: s/then/than/ where appropriate.ru2002-12-241-3/+3
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-9/+19
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-4/+6
* Uniformly refer to a file system as "file system".ru2002-12-121-5/+5
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-241-1/+0
* mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions.ru2002-03-151-10/+18
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.dd2002-02-101-4/+4
* The VM_STACK option is long dead. MAP_STACK is available everywhere.peter2001-12-211-12/+0
* Remove a sentence from the BUGS section that claims non page-alignediedowse2001-11-181-3/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
* Add Xref to make.conf(5).alex2001-08-301-1/+2
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.ru2001-08-271-2/+2
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-241-0/+6
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.dg2001-08-231-4/+0
* Remove whitespace at EOL.dd2001-07-151-13/+13
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Sort PROT_* and MAP_* lists, logically and alphabetically respectively.ru2001-02-121-44/+68
* Mention PROT_NONE in the list of possible protections.nik2001-02-111-0/+2
* Note that mmap(2) can allocate memory, as well as mapping existing files,nik2001-02-111-1/+1
* Prepare for mdoc(7)NG.ru2000-12-291-1/+2
* mdoc(7) police: fix formatting errors in rev 1.27.ru2000-12-041-13/+27
* Add warning on file-fragmentation issues related to MAP_NOSYNCdillon2000-12-031-0/+15
* Use Fx macro wherever possible.ru2000-11-141-3/+3
* Repair a cross-reference to sync(1) that should refer to sync(8).chris2000-06-231-1/+1
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-1/+1
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-6/+12
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-281-0/+2
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-1/+2
OpenPOWER on IntegriCloud