summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-1/+2
* Removed unused #includes.bde1997-08-021-5/+1
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagespeter1997-06-221-6/+1
* Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't neededpeter1997-05-291-2/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+7
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-2/+1
* 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-1/+1
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-151-11/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminate the redundancy due to the similarity between the routinesdyson1996-12-281-7/+3
* Improve the locality of reference for variables in vm_page anddyson1996-11-171-14/+14
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialdyson1996-07-021-1/+2
* Eliminate a vm_page_free, busy panic, in kern_malloc.dyson1996-05-231-1/+2
* This set of commits to the VM system does the following, and containdyson1996-05-181-18/+11
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-4/+12
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).dyson1996-04-241-2/+2
* Print a more descriptive message when the mb_map is filled (out of mbufdg1996-01-311-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-9/+11
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-5/+8
* Restored used includes of <vm/vm_extern.h>.bde1995-12-101-1/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+9
* Fixed up a comment and removed some #if 0'd code.dg1995-11-131-8/+2
* Machine independent changes to support pre-zeroed free pages. Thisdyson1995-09-031-8/+6
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-3/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-14/+4
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()dg1995-03-151-8/+10
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_dg1995-02-211-3/+3
* swap_pager.c:dg1995-02-021-6/+8
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-3/+3
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-123/+124
* Fix up some sloppy coding practices:wollman1994-08-181-3/+12
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-071-2/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-5/+1
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-1/+5
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+5
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+450
OpenPOWER on IntegriCloud