summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mmap.2
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* 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
* Add warning on file-fragmentation issues related to MAP_NOSYNCMatthew Dillon2000-12-031-0/+15
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-3/+3
* Repair a cross-reference to sync(1) that should refer to sync(8).Chris Costello2000-06-231-1/+1
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:Chris Costello2000-06-231-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-6/+12
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-281-0/+2
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-161-1/+2
* Replace `.Os BSD' which caused a troff error with `.Bx' which alsoChris Costello2000-02-141-1/+1
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-121-0/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-0/+19
* Convert caddr_t --> void * for sys/mman.h functions.Alexander Langer1997-12-311-2/+2
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.Mike Pritchard1997-03-211-7/+12
* Restored a .Fa line that was lost in the Lite2 merge.Bruce Evans1997-03-121-0/+1
* Merge from Lite2 onto mainline -Peter Wemm1997-03-111-12/+9
* Sort cross references.Wolfram Schneider1997-01-201-3/+3
* Document the various reasons for EINVAL.Joerg Wunsch1997-01-081-11/+21