| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 271635,271722: | jhb | 2014-12-16 | 1 | -14/+24 |
* | MFC r267630: | kib | 2014-06-26 | 1 | -6/+27 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+14 |
* | Add new mmap(2) flags to permit applications to request specific virtual | jhb | 2013-08-16 | 1 | -3/+50 |
* | Do not claim that msync(2) is obsoleted [1]. | kib | 2012-03-17 | 1 | -2/+2 |
* | Remove a left-over reference to make.conf(5) which was used as a place to | pluknet | 2012-01-27 | 1 | -2/+1 |
* | Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. | pluknet | 2011-02-24 | 1 | -3/+0 |
* | Add the MAP_PREFAULT_READ option to mmap(2). | alc | 2010-08-28 | 1 | -1/+14 |
* | Reject attempts to create a MAP_ANON mapping with a non-zero offset. | jhb | 2010-03-23 | 1 | -1/+6 |
* | Add MAP_ANONYMOUS. | ed | 2009-11-06 | 1 | -1/+5 |
* | Eliminate a stale paragraph from the BUGS section. This "bug" was | alc | 2009-07-26 | 1 | -8/+1 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | jhb | 2009-07-14 | 1 | -2/+2 |
* | Finish what revision 1.40 started. Revision 1.40 removed a false statement | alc | 2008-10-24 | 1 | -8/+6 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+2 |
* | Update for rev 1.205 of vm_mmap.c. | trhodes | 2006-04-21 | 1 | -7/+6 |
* | Document that the documented 2GB mmap limit is actually a | peter | 2006-03-23 | 1 | -22/+8 |
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -2/+5 |
* | Document the fact that if MAP_FIXED request has been successful it | sobomax | 2005-07-15 | 1 | -0/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and | cperciva | 2004-04-18 | 1 | -0/+7 |
* | Spelling: s/then/than/ where appropriate. | ru | 2002-12-24 | 1 | -3/+3 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -9/+19 |
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -4/+6 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -5/+5 |
* | Note that <sys/types.h> in no longer a prerequisite for <utime.h> and | mike | 2002-08-24 | 1 | -1/+0 |
* | mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions. | ru | 2002-03-15 | 1 | -10/+18 |
* | Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED. | dd | 2002-02-10 | 1 | -4/+4 |
* | The VM_STACK option is long dead. MAP_STACK is available everywhere. | peter | 2001-12-21 | 1 | -12/+0 |
* | Remove a sentence from the BUGS section that claims non page-aligned | iedowse | 2001-11-18 | 1 | -3/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
* | Add Xref to make.conf(5). | alex | 2001-08-30 | 1 | -1/+2 |
* | mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs. | ru | 2001-08-27 | 1 | -2/+2 |
* | Update the mmap.2 and minherit.2 manual pages. Add a short explanation and | dillon | 2001-08-24 | 1 | -0/+6 |
* | Killed reference to MAP_INHERIT which is not supported in FreeBSD. | dg | 2001-08-23 | 1 | -4/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -13/+13 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Sort PROT_* and MAP_* lists, logically and alphabetically respectively. | ru | 2001-02-12 | 1 | -44/+68 |
* | Mention PROT_NONE in the list of possible protections. | nik | 2001-02-11 | 1 | -0/+2 |
* | Note that mmap(2) can allocate memory, as well as mapping existing files, | nik | 2001-02-11 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+2 |
* | mdoc(7) police: fix formatting errors in rev 1.27. | ru | 2000-12-04 | 1 | -13/+27 |
* | Add warning on file-fragmentation issues related to MAP_NOSYNC | dillon | 2000-12-03 | 1 | -0/+15 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -3/+3 |
* | Repair a cross-reference to sync(1) that should refer to sync(8). | chris | 2000-06-23 | 1 | -1/+1 |
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | chris | 2000-06-23 | 1 | -1/+1 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -6/+12 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 1 | -0/+2 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -1/+2 |