aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.h
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct the inconsistent formatting in struct vm_map.Alan Cox1999-08-231-2/+2
* struct vm_map:Alan Cox1999-08-231-2/+9
* Fix breakage - an extra brace got inserted where DIAGNOSTIC was definedMatt Jacob1999-08-181-2/+1
* vm_map_lock*:Alan Cox1999-08-161-41/+52
* Move the memory access behavior information provided by madviseAlan Cox1999-08-011-1/+21
* Remove unused function prototypes.Alan Cox1999-07-101-3/+1
* Remove some unused function and variable declarations.Alan Cox1999-06-191-23/+1
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,Alan Cox1999-05-171-1/+3
* Remove prototypes for functions that don't exist anymore (vm_map.h).Alan Cox1999-05-161-4/+2
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.Alan Cox1999-05-141-4/+4
* Upgrading a map's lock to exclusive status should incrementAlan Cox1999-03-061-2/+6
* Remove the last of the share map code: struct vm_map::is_main_map.Alan Cox1999-03-021-2/+1
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-1/+13
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-4/+5
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-5/+1
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-1/+8
* VM level code cleanups.John Dyson1998-01-221-7/+4
* Tie up some loose ends in vnode/object management. Remove an unneededJohn Dyson1998-01-171-3/+3
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-2/+2
* Some performance improvements, and code cleanups (including changing ourJohn Dyson1997-12-191-1/+3
* Fix kern_lock so that it will work. Additionally, clean-up some of theJohn Dyson1997-08-181-4/+58
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofJohn Dyson1997-08-051-2/+5
* The biggie: Get rid of the UPAGES from the top of the per-process addressPeter Wemm1997-04-071-2/+1
* Fix the gdb executable modify problem. Thanks to the detective workJohn Dyson1997-04-061-4/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Removed vestiges of Mach lock types.Bruce Evans1997-02-181-3/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-15/+36
* Change the map entry flags from bitfields to bitmasks. AllowsJohn Dyson1997-01-161-0/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminate the redundancy due to the similarity between the routinesJohn Dyson1996-12-281-1/+2
* Implement closer-to POSIX mlock semantics. The major difference isJohn Dyson1996-12-141-2/+11
* Make vm_map_insert much more intelligent in the MAP_NOFAULT case soJohn Dyson1996-12-071-2/+2
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationJohn Dyson1996-11-301-3/+4
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-2/+1
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-1/+2
* Initial support for mincore and madvise. Both are almost fullyJohn Dyson1996-05-191-1/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+10
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-7/+1
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-5/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-5/+25
* Change vm_map_print() to have the correct number and type of args forBruce Evans1995-08-261-2/+5
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-3/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-87/+73
* Added $Id$David Greenman1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-5/+5
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+228