aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mman.h
Commit message (Expand)AuthorAgeFilesLines
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+7
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-041-2/+0
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).John Baldwin2014-10-181-2/+2
* Add a new fo_fill_kinfo fileops method to add type-specific information toJohn Baldwin2014-09-221-1/+0
* Add the new shm_ino field to struct shmfd. Missed in 270823.John Baldwin2014-08-291-0/+1
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,Konstantin Belousov2014-06-191-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-0/+3
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.Konstantin Belousov2013-08-211-0/+7
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-0/+11
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-1/+5
* Add a helper API to allow in-kernel code to map portions of shared memoryJohn Baldwin2011-12-141-0/+5
* Add the MAP_PREFAULT_READ option to mmap(2).Alan Cox2010-08-281-0/+1
* Add MAP_ANONYMOUS.Ed Schouten2009-11-061-0/+3
* Add getpagesizes(3). This functions either the number of supported pageAlan Cox2009-09-191-0/+1
* Add support to mincore for detecting whether a page is part of aPaul Saab2008-03-281-0/+1
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-081-1/+32
* Namespace issues.David Schultz2005-04-021-12/+21
* Remove mlockall() and munlockall() from the list of unimplementedMaxime Henrion2004-04-271-2/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-0/+2
* Add the POSIX 1003.1-2001 posix_madvise() interface.Bruce M Simpson2003-08-091-2/+12
* Add a facility allowing processes to inform the VM subsystem they areWes Peters2003-03-311-0/+1
* 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