aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mman.h
Commit message (Expand)AuthorAgeFilesLines
* mlockall() and munlockall() are unimplemented; remove their prototypes.Mike Barcroft2002-09-131-8/+2
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-231-24/+55
* Remove __PAlfred Perlstein2002-03-191-13/+13
* Add INHERIT_XXX defines for minherit() system call.Matthew Dillon2001-08-241-1/+8
* Remove MAP_NOEXTEND. It came from 4.4-lite and not only was neverMatthew Dillon2001-08-241-1/+1
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-281-1/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-121-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-3/+1
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-1/+4
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-5/+5
* Reviewed by: bdePeter Dufault1998-03-081-5/+7
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-4/+22
* Convert caddr_t --> void * for sys/mman.h functions.Alexander Langer1997-12-311-11/+11
* Define MS_SYNC for compatibility.John Dyson1997-12-021-1/+2
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tBruce Evans1997-04-131-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* POSIX.4 defines MAP_FAILED to be the error return from mmap().Alexander Langer1996-12-121-1/+6
* Initial support for MADV_FREE, support for pages that we don't careJohn Dyson1996-05-231-1/+2
* Initial support for mincore and madvise. Both are almost fullyJohn Dyson1996-05-191-1/+10
* Merge in Lite2: sync up comments.Jeffrey Hsu1996-03-111-6/+6
* Remove redundant comment about the 'int len' variables that should bePeter Wemm1996-03-021-2/+1
* Change madvise prototype from 'int len' to 'size_t len'. All the otherPeter Wemm1996-03-021-2/+4
* Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ...Stefan Eßer1995-11-301-1/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-4/+4
* Prototype for madvise() is missing from sys/mman.hNate Williams1995-05-141-1/+2
* Fixed msync() prototype.David Greenman1995-03-251-2/+2
* Added flags definitions for msync().David Greenman1995-03-251-1/+7
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added MAP_FILE definition that does nothing - for backward sourceDavid Greenman1994-08-021-1/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+89