summaryrefslogtreecommitdiffstats
path: root/sys/sys/mman.h
Commit message (Expand)AuthorAgeFilesLines
* Add a helper API to allow in-kernel code to map portions of shared memoryjhb2011-12-141-0/+5
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-281-0/+1
* Add MAP_ANONYMOUS.ed2009-11-061-0/+3
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-191-0/+1
* Add support to mincore for detecting whether a page is part of aps2008-03-281-0/+1
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-1/+32
* Namespace issues.das2005-04-021-12/+21
* Remove mlockall() and munlockall() from the list of unimplementedmux2004-04-271-2/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Add the mlockall() and munlockall() system calls.bms2003-08-111-0/+2
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-091-2/+12
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-311-0/+1
* mlockall() and munlockall() are unimplemented; remove their prototypes.mike2002-09-131-8/+2
* o Fix namespace issues in <sys/mman.h>.mike2002-08-231-24/+55
* Remove __Palfred2002-03-191-13/+13
* Add INHERIT_XXX defines for minherit() system call.dillon2001-08-241-1/+8
* Remove MAP_NOEXTEND. It came from 4.4-lite and not only was neverdillon2001-08-241-1/+1
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-281-1/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Mostly remove the VM_STACK OPTION.julian1999-01-261-3/+1
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-1/+4
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-5/+5
* Reviewed by: bdedufault1998-03-081-5/+7
* Reviewed by: msmith, bde long agodufault1998-03-041-4/+22
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-311-11/+11
* Define MS_SYNC for compatibility.dyson1997-12-021-1/+2
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tbde1997-04-131-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* POSIX.4 defines MAP_FAILED to be the error return from mmap().alex1996-12-121-1/+6
* Initial support for MADV_FREE, support for pages that we don't caredyson1996-05-231-1/+2
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-1/+10
* Merge in Lite2: sync up comments.hsu1996-03-111-6/+6
* Remove redundant comment about the 'int len' variables that should bepeter1996-03-021-2/+1
* Change madvise prototype from 'int len' to 'size_t len'. All the otherpeter1996-03-021-2/+4
* Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ...se1995-11-301-1/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-4/+4
* Prototype for madvise() is missing from sys/mman.hnate1995-05-141-1/+2
* Fixed msync() prototype.dg1995-03-251-2/+2
* Added flags definitions for msync().dg1995-03-251-1/+7
* Made them all idempotent.paul1994-08-211-1/+6
* Added MAP_FILE definition that does nothing - for backward sourcedg1994-08-021-1/+2
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+89
OpenPOWER on IntegriCloud