| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Oops, forgot to add the "default" pager files... | dg | 1995-07-13 | 2 | -0/+143 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 28 | -3050/+1073 |
* | swapout_threads() -> swapout_procs(). | dg | 1995-07-10 | 3 | -6/+6 |
* | Increased global RSS limit to total RAM. | dg | 1995-07-10 | 1 | -2/+2 |
* | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | dg | 1995-07-09 | 2 | -39/+31 |
* | Fixed an object allocation race condition that was causing a "object | dg | 1995-07-06 | 1 | -13/+34 |
* | 1) Converted v_vmdata to v_object. | dg | 1995-06-28 | 1 | -11/+11 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -3/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 14 | -130/+130 |
* | Removed check for sw_dev == NODEV; this is a normal condition for swap | dg | 1995-05-25 | 1 | -3/+2 |
* | Changes to fix the following bugs: | dg | 1995-05-21 | 2 | -3/+4 |
* | NFS diskless operation was broken because swapdev_vp wasn't initialized. | dg | 1995-05-19 | 1 | -1/+6 |
* | Fixed a bug that managed to slip in during Poul's dynamic swap partition | dg | 1995-05-18 | 1 | -17/+11 |
* | Accessing pages beyond the end of a mapped file results in internal | dg | 1995-05-18 | 5 | -26/+37 |
* | Changed swap partition handling/allocation so that it doesn't | dg | 1995-05-14 | 3 | -122/+81 |
* | I'm about to jump on the swap-initialization, and having talked | phk | 1995-05-12 | 1 | -132/+1 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 8 | -19/+19 |
* | Another error in the correction for trimming swap allocation for | dyson | 1995-05-07 | 1 | -4/+4 |
* | Fixed a calculation that would once-in-a-while cause the swap_pager | dyson | 1995-05-07 | 1 | -12/+4 |
* | Changed object hash list to be a list rather than a tailq. This saves | dg | 1995-05-02 | 2 | -29/+22 |
* | Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up the | dg | 1995-04-25 | 1 | -2/+2 |
* | inline -> __inline. | bde | 1995-04-23 | 1 | -4/+4 |
* | Fixed a problem in _vm_object_page_clean that could cause an | dyson | 1995-04-21 | 1 | -4/+6 |
* | New flag: B_PAGING. Added as part of the vn driver hack. | dg | 1995-04-19 | 1 | -3/+3 |
* | 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 | 2 | -11/+4 |
* | Removed obsolete/unused variable declarations. | dg | 1995-04-16 | 1 | -12/+3 |
* | Moved some zero-initialized variables into .bss. Made code intended to be | dg | 1995-04-16 | 9 | -36/+29 |
* | Removed gratuitous m->blah=0 assignments when initializing the vm_page | dg | 1995-04-16 | 1 | -4/+1 |
* | Make "print_page_info" #ifdef DDB. | dg | 1995-04-16 | 1 | -2/+3 |
* | Fixed a few bugs in vm_object_page_clean, mostly related to not syncing | dg | 1995-04-16 | 1 | -11/+21 |
* | Changes from John Dyson and myself: | dg | 1995-04-09 | 7 | -479/+379 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-28 | 1 | -1/+2 |
* | 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 |
* | Explicitly set page dirty if this is a write fault - reduces calls to | dg | 1995-03-27 | 1 | -2/+11 |
* | Removed some obsolete flags. | dg | 1995-03-26 | 1 | -6/+3 |
* | Fix logic bug I just introduced with the flags to msync(). | dg | 1995-03-25 | 1 | -2/+2 |
* | Pass syncio flag to vm_object_clean(). It remains unimplemented, however. | dg | 1995-03-25 | 1 | -4/+1 |
* | Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same time | dg | 1995-03-25 | 1 | -3/+6 |
* | Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE. | dg | 1995-03-25 | 1 | -14/+11 |
* | Implemented cnt.v_reactivated and moved vm_page_activate() routine to | dg | 1995-03-25 | 1 | -39/+41 |
* | Removed (almost) meaningless "object cache lookups/hits" statistic. In | dg | 1995-03-25 | 1 | -3/+1 |
* | Removed cnt.v_nzfod: In our current scheme of things it is not possible | dg | 1995-03-25 | 1 | -2/+1 |
* | Fixed warning caused by returning a value in a void function (introduced | dg | 1995-03-23 | 1 | -3/+3 |
* | Removed unused fifth argument to vm_object_page_clean(). Fixed bug with | dg | 1995-03-22 | 3 | -35/+40 |
* | Fixed potential sleep/wakeup race conditional with splhigh(). | dg | 1995-03-22 | 1 | -2/+6 |
* | Added a check for wrong object size; print a warning, but deal with it | dg | 1995-03-22 | 1 | -1/+9 |
* | Fixed bug in vm_mmap() where the object that is created in some cases | dg | 1995-03-22 | 1 | -2/+2 |
* | Removed unused variable declaration missed in previous commit. | dg | 1995-03-21 | 1 | -2/+1 |