summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-110/+185
* Fix a pseudo-swap leak problem. This mitigates "leaks" due todyson1998-04-281-14/+35
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-3/+6
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-251-7/+2
* Significantly improve the efficiency of the swap pager, which appears todyson1998-02-231-2/+2
* Removed unused #includes.bde1998-02-201-2/+1
* Staticize.eivind1998-02-091-4/+4
* Fix an argument to vn_lock. It appears that alot of the vn_lock usagedyson1998-02-081-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-65/+11
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-3/+5
* VM level code cleanups.dyson1998-01-221-179/+104
* Allow gdb to work again.dyson1998-01-211-4/+6
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-135/+121
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-39/+115
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-32/+82
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-2/+1
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-5/+9
* The ioopt code is still buggy, but wasn't fully disabled.dyson1997-12-251-2/+3
* Change bogus usage of btoc to atop. The incorrect usage of btoc wasdyson1997-12-191-13/+12
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-12/+302
* Don't #define max() to get a version that works with vm_ooffset's.bde1997-11-241-4/+2
* Simplify map entries during user page wire and user page unwire operations integge1997-11-141-14/+18
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Removed unused #includes.bde1997-10-281-5/+1
* Decrease the initial allocation for the zone allocations.dyson1997-10-241-4/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-4/+9
* Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protectionjlemon1997-09-121-2/+3
* Removed unused #includes.bde1997-09-011-3/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-46/+23
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-181-13/+8
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-061-3/+3
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-051-1/+2
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-9/+9
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-051-4/+3
* Modify pmap to use our new memory allocator. Also, change the vm_map_entrydyson1997-08-051-3/+4
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-132/+33
* Fix a very subtile problem that causes unnessary numbers of objects backingdyson1997-07-271-17/+48
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.tegge1997-06-231-16/+3
* Fix a reference problem with maps. Only appears to manifest itself whendyson1997-06-151-1/+5
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-1/+53
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-4/+1
* Make vm_map_protect be more complete about map simplification. Thisdyson1997-04-061-2/+4
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-3/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-21/+38
OpenPOWER on IntegriCloud