| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moved some zero-initialized variables into .bss. Made code intended to be | dg | 1995-04-16 | 1 | -3/+3 |
* | Changes from John Dyson and myself: | dg | 1995-04-09 | 1 | -41/+110 |
* | Fixed typo...using wrong variable in page_shortage calculation. | dg | 1995-03-28 | 1 | -2/+2 |
* | Fixed "pages freed by daemon" statistic (again). | dg | 1995-03-28 | 1 | -1/+3 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -2/+2 |
* | Deleted vm_object_setpager(). | dg | 1995-03-12 | 1 | -2/+2 |
* | Various changes from John and myself that do the following: | dg | 1995-03-01 | 1 | -13/+16 |
* | Don't use __P(()) in a function definition. | bde | 1995-02-25 | 1 | -2/+2 |
* | vm_page.c: | dg | 1995-02-22 | 1 | -16/+10 |
* | Only do object paging_in_progress wakeups if someone is waiting on this | dg | 1995-02-22 | 1 | -2/+5 |
* | Moved ACT_MAX, ACT_ADVANCE, and ACT_DECLINE to vm_page.h. | dg | 1995-02-20 | 1 | -4/+1 |
* | YF fix. | phk | 1995-02-14 | 1 | -6/+3 |
* | Minor algorithmic adjustments that reduce the CPU consumption of the | dg | 1995-02-09 | 1 | -72/+12 |
* | swap_pager.c: | dg | 1995-02-02 | 1 | -9/+3 |
* | Completed the fix for attempting to page out pages via the device_pager. | dg | 1995-01-28 | 1 | -1/+4 |
* | Added ability to detect sequential faults and DTRT. (swap_pager.c) | dg | 1995-01-24 | 1 | -21/+22 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | dg | 1995-01-10 | 1 | -6/+6 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -368/+408 |
* | Submitted by: Ben Jackson | ats | 1995-01-02 | 1 | -2/+2 |
* | These changes fix a couple of lingering VM problems: | dg | 1994-11-25 | 1 | -81/+2 |
* | Don't ever try to kill off process 1 - even if we are out of swap space | dg | 1994-11-17 | 1 | -2/+3 |
* | Set laundry flag when transitioning an inactive page from clean to dirty. | dg | 1994-11-14 | 1 | -2/+4 |
* | Added support for starting the experimental "vmdaemon" system process. | dg | 1994-11-06 | 1 | -76/+165 |
* | #if 0'd out the object cache trimming code - there are multiple ways | dg | 1994-10-25 | 1 | -1/+3 |
* | Fixed object cache trimming policy so it actually works. | dg | 1994-10-23 | 1 | -7/+5 |
* | Adjusted reserved levels to fix a deadlock condition. | dg | 1994-10-23 | 1 | -3/+3 |
* | Various changes to allow operation without any swapspace configured. Note | dg | 1994-10-22 | 1 | -8/+55 |
* | Fix the remaining vmmeter counters. They all now work correctly. | dg | 1994-10-18 | 1 | -2/+5 |
* | 1) Some of the counters in the vmmeter struct don't fit well into the Mach VM | dg | 1994-10-15 | 1 | -6/+1 |
* | Fixed an object reference count problem that was caused by a call to | dg | 1994-10-13 | 1 | -4/+3 |
* | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | phk | 1994-10-09 | 1 | -1/+2 |
* | Cosmetics. Unused vars and other warnings. | phk | 1994-10-07 | 1 | -14/+10 |
* | Fixed minor bug caused by some missing parens that can result in slightly | dg | 1994-10-05 | 1 | -2/+2 |
* | Fixed bug related to proper sensing of page modification that we | dg | 1994-10-04 | 1 | -8/+9 |
* | Fixed a bug I introduced when fixing the rss limit code. Changed swapout | dg | 1994-09-12 | 1 | -5/+4 |
* | Don't deactivate pages in 0-refcount objects. Added a couple of missing | dg | 1994-09-12 | 1 | -23/+19 |