| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvs | cvs2svn | 1997-03-27 | 35 | -35/+35 |
* | This commit was manufactured by cvs2svn to create tagrelease/2.2.1 | cvs2svn | 1997-03-27 | 13 | -286/+506 |
* | YAMFC (do spl0() in fork1() and not in kernel processes). | Bruce Evans | 1997-02-13 | 2 | -7/+2 |
* | Move forward the inherit fix from copy on write segs from -current. | John Dyson | 1997-01-31 | 1 | -2/+10 |
* | Move a missing object (panic fix) in vmspace_fork from -current | John Dyson | 1997-01-26 | 1 | -2/+13 |
* | Brought in fixes from current: fix for network/map entry alloc panic. | David Greenman | 1997-01-17 | 2 | -15/+5 |
* | YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options. | Joerg Wunsch | 1996-12-22 | 2 | -2/+6 |
* | Merge from -current: vm_map_entry leak fix, John's vm_map coallesce fixes, | David Greenman | 1996-12-15 | 4 | -40/+65 |
* | Mega-merge from -current | Poul-Henning Kamp | 1996-11-12 | 1 | -49/+49 |
* | Merge from -current | Poul-Henning Kamp | 1996-11-09 | 1 | -16/+106 |
* | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default | John Dyson | 1996-10-29 | 1 | -2/+2 |
* | The way we get a vnode for swapdev is not quite kosher. In particular | Poul-Henning Kamp | 1996-10-27 | 1 | -4/+18 |
* | Remove a bogus optimization in the mmap code. It is superfluous, | John Dyson | 1996-10-24 | 1 | -24/+5 |
* | Make processes waken up eligible for immediate swap-in. | John Dyson | 1996-10-17 | 1 | -3/+8 |
* | Clean up the rundown of the object backing a vnode. This should fix | John Dyson | 1996-10-17 | 2 | -2/+9 |
* | Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed | Bruce Evans | 1996-10-15 | 1 | -4/+2 |
* | Move much of the machine dependent code from vm_glue.c into | John Dyson | 1996-10-15 | 3 | -110/+12 |
* | Remove a stale comment. | Poul-Henning Kamp | 1996-10-13 | 1 | -2/+1 |
* | Removed __pure's and __pure2's. __pure is a no-op for recent versions | Bruce Evans | 1996-10-12 | 2 | -10/+7 |
* | Make the default cache size optim to be 256K, the old default was | John Dyson | 1996-10-06 | 1 | -9/+10 |
* | Fix a problem with the page coloring code that the system will not always | John Dyson | 1996-10-06 | 1 | -3/+7 |
* | Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case. | Bruce Evans | 1996-09-28 | 1 | -4/+3 |
* | Reviewed by: | John Dyson | 1996-09-28 | 4 | -84/+111 |
* | Fixed bug with reversed trunc/round_page() in madvise...start must be | David Greenman | 1996-09-19 | 1 | -3/+3 |
* | Removed iprintf(). It was copied to db_iprintf() in ddb. | Bruce Evans | 1996-09-15 | 2 | -40/+2 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | Bruce Evans | 1996-09-14 | 4 | -105/+113 |
* | The whole issue of not support VOP_LOCK for VBLK devices should be | John Dyson | 1996-09-10 | 1 | -3/+10 |
* | Fixed the use of the wrong variable in vm_map_madvise. | John Dyson | 1996-09-08 | 1 | -4/+4 |
* | Addition of page coloring support. Various levels of coloring are afforded. | John Dyson | 1996-09-08 | 10 | -109/+441 |
* | Improve the scalability of certain pmap operations. | John Dyson | 1996-09-08 | 1 | -2/+1 |
* | Even though this looks like it, this is not a complex code change. | John Dyson | 1996-08-21 | 3 | -7/+14 |
* | Backed out the recent changes/enhancements to the VM code. The | John Dyson | 1996-07-30 | 11 | -362/+207 |
* | Slight performance tweak for previous commit. | David Greenman | 1996-07-28 | 1 | -2/+3 |
* | Undo part of the scalability commit. Many of the changes | John Dyson | 1996-07-28 | 1 | -29/+15 |
* | Allow sequentially created mmap'ed anonymous regions to coalesce. There | John Dyson | 1996-07-27 | 1 | -23/+33 |
* | Clean up some lint. | John Dyson | 1996-07-27 | 1 | -3/+3 |
* | Remove experimental header file. My test-build must have picked it | John Dyson | 1996-07-27 | 1 | -1/+3 |
* | Missing (prototype) change from the previous commit. | John Dyson | 1996-07-27 | 1 | -2/+2 |
* | This commit is meant to solve a couple of VM system problems or | John Dyson | 1996-07-27 | 10 | -209/+365 |
* | Don't use NULL in non-pointer contexts. | Bruce Evans | 1996-07-12 | 1 | -2/+2 |
* | Back-off on the previous commit, specifically remove the look-ahead | John Dyson | 1996-07-08 | 1 | -11/+3 |
* | Fix a problem with the pageout daemon RSS limiting, where it degrades | John Dyson | 1996-07-08 | 1 | -21/+27 |
* | In all special cases for spl or page_alloc where kmem_map is check for, | David Greenman | 1996-07-07 | 1 | -8/+8 |
* | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | John Dyson | 1996-07-02 | 3 | -6/+7 |
* | Make -current consistant with -stable regarding time that a process | John Dyson | 1996-06-30 | 1 | -2/+2 |
* | Make sure we have an object in the map entry before trying to trim pages | David Greenman | 1996-06-29 | 1 | -2/+3 |
* | This commit does a couple of things: | John Dyson | 1996-06-26 | 4 | -136/+183 |
* | Fix some serious problems with limits checking in the sbrk(2)/brk(2) | John Dyson | 1996-06-25 | 1 | -13/+25 |
* | Remove RSS limiting until I rewrite the code to be non-recursive. The | John Dyson | 1996-06-24 | 1 | -9/+5 |
* | Improve algorithm for page hash queue. It was previously about | John Dyson | 1996-06-21 | 1 | -2/+2 |