| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace `.Os BSD' which caused a troff error with `.Bx' which also | chris | 2000-02-14 | 1 | -1/+1 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -0/+29 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 1 | -0/+19 |
* | Convert caddr_t --> void * for sys/mman.h functions. | alex | 1997-12-31 | 1 | -2/+2 |
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -1/+1 |
* | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | mpp | 1997-03-21 | 1 | -7/+12 |
* | Restored a .Fa line that was lost in the Lite2 merge. | bde | 1997-03-12 | 1 | -0/+1 |
* | Merge from Lite2 onto mainline - | peter | 1997-03-11 | 1 | -12/+9 |
* | Sort cross references. | wosch | 1997-01-20 | 1 | -3/+3 |
* | Document the various reasons for EINVAL. | joerg | 1997-01-08 | 1 | -11/+21 |