| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed a wrong LK_INTERLOCK flag. | bde | 1997-02-27 | 1 | -3/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -3/+5 |
* | Change the map entry flags from bitfields to bitmasks. Allows | dyson | 1997-01-16 | 1 | -2/+2 |
* | Removed redundant spl0()'s from kernel processes. They were work-arounds | bde | 1997-01-15 | 1 | -4/+0 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Slightly correct the code that moves pages from the active to the | dyson | 1997-01-11 | 1 | -5/+7 |
* | Undo the collapse breakage (swap space usage problem.) | dyson | 1997-01-03 | 1 | -3/+1 |
* | Guess what? We left alot of the old collapse code that is not needed | dyson | 1997-01-01 | 1 | -1/+4 |
* | Make the kernel smaller with at worst a neutral effect on perf by | dyson | 1996-11-28 | 1 | -1/+10 |
* | Reviewed by: | dyson | 1996-09-28 | 1 | -3/+3 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -5/+9 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -29/+31 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -30/+28 |
* | Back-off on the previous commit, specifically remove the look-ahead | dyson | 1996-07-08 | 1 | -11/+3 |
* | Fix a problem with the pageout daemon RSS limiting, where it degrades | dyson | 1996-07-08 | 1 | -21/+27 |
* | Make sure we have an object in the map entry before trying to trim pages | dg | 1996-06-29 | 1 | -2/+3 |
* | This commit does a couple of things: | dyson | 1996-06-26 | 1 | -131/+170 |
* | Remove RSS limiting until I rewrite the code to be non-recursive. The | dyson | 1996-06-24 | 1 | -9/+5 |
* | Several bugfixes/improvements: | dyson | 1996-06-17 | 1 | -33/+46 |
* | This commit is dual-purpose, to fix more of the pageout daemon | dyson | 1996-05-31 | 1 | -19/+61 |
* | Correct some unfortunately chosen constants, otherwise, not enough | dyson | 1996-05-29 | 1 | -4/+3 |
* | After careful review by David Greenman and myself, David had found a | dyson | 1996-05-29 | 1 | -59/+94 |
* | Fix a couple of problems in the pageout_scan routine. First, there is | dyson | 1996-05-26 | 1 | -3/+17 |
* | Add apparently needed splvm protection to the active queue, and eliminate | dyson | 1996-05-24 | 1 | -2/+9 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -88/+51 |
* | Fixed a spl hog. The vmdaemon process ran entirely at splhigh. It | bde | 1996-04-11 | 1 | -1/+3 |
* | VM performance improvements, and reorder some operations in VM fault | dyson | 1996-03-28 | 1 | -2/+4 |
* | For Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -3/+3 |
* | Fix a calculation for a paging parameter. | dyson | 1996-03-09 | 1 | -2/+2 |
* | Add a "NO_SWAPPING" option to disable swapping. This was originally done | dg | 1996-02-22 | 1 | -12/+20 |
* | Improved killproc() log message and made it and the other similar message | dg | 1996-01-31 | 1 | -3/+2 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -43/+38 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -4/+4 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -10/+13 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+8 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -5/+5 |
* | Greatly simplify the msync code. Eliminate complications in vm_pageout | dyson | 1995-11-05 | 1 | -7/+23 |
* | Get rid of machine-dependent NBPG and replace with PAGE_SIZE. | dyson | 1995-10-23 | 1 | -2/+2 |
* | Fix argument passing to the "freeer" routine. Added some prototypes. (bde) | dg | 1995-10-07 | 1 | -9/+14 |
* | Avoid a 64bit divide. | phk | 1995-10-06 | 1 | -2/+2 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -3/+3 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -3/+30 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -195/+166 |
* | swapout_threads() -> swapout_procs(). | dg | 1995-07-10 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Changes to fix the following bugs: | dg | 1995-05-21 | 1 | -2/+2 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -2/+2 |
* | Fixed a logic bug that caused the vmdaemon to not wake up when intended. | dg | 1995-04-17 | 1 | -22/+27 |
* | Removed obsolete/unused variable declarations. Killed externs and included | dg | 1995-04-16 | 1 | -9/+3 |