summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-1/+206
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-8/+4
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Fix a bug in which a page index was used where a byte offset wasjdp1998-10-011-2/+2
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-7/+7
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-18/+20
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-061-3/+3
* Print pointers using %p instead of attempting to print them bybde1998-07-141-14/+17
* Fixed printf format errors.bde1998-07-111-3/+3
* Fixed printf format errors.bde1998-07-111-3/+4
* Removed unused includes.bde1998-06-211-3/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-14/+14
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-5/+7
* An important fix for proper inheritance of backing objects fordyson1998-05-161-2/+15
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-041-3/+3
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-041-15/+25
* Another minor cleanup of the split code. Make sure that pages aredyson1998-05-021-2/+15
* Fix minor bug with new over used swap fix.dyson1998-05-011-1/+2
* Add a needed prototype, and fix a panic problem with the newdyson1998-04-291-1/+4
* 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
OpenPOWER on IntegriCloud