aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/mmap.2
Commit message (Expand)AuthorAgeFilesLines
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-564/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-141-2/+1
* mmap(2): Update .Dd missed in the last commitGuangyuan Yang2020-12-241-1/+1
* mmap(2): Fix a typoGuangyuan Yang2020-12-241-1/+1
* Revise the description of MAP_STACK. In particular, describe the guardAlan Cox2020-10-271-19/+23
* mmap(2): Document guard size for MAP_STACK and related EINVAL.Konstantin Belousov2020-10-211-1/+8
* mmap.2: correct prot argument terminologyEd Maste2020-06-031-2/+2
* Return ENOTSUP for mmap/mprotect if prot not subset of prot_maxEd Maste2020-02-261-6/+6
* Add PROT_MAX to the HISTORY section.Brooks Davis2019-06-201-0/+13
* Extend mmap/mprotect API to specify the max page protections.Brooks Davis2019-06-201-1/+22
* Simplify language.Konstantin Belousov2017-07-081-3/+5
* Implement address space guards.Konstantin Belousov2017-06-241-0/+40
* Remove the description of MAP_HASSEMAPHORE.Konstantin Belousov2017-06-241-4/+1
* Fix typo.Konstantin Belousov2017-06-241-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Consistently handle negative or wrapping offsets in the mmap(2) syscalls.Konstantin Belousov2017-02-121-3/+35
* Launder VPO_NOSYNC pages upon vnode deactivation.Mark Johnston2016-11-261-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