| Commit message (Expand) | Author | Age | Files | Lines |
* | Some new anti-deadlock code ended up messing up the paging stats. A modified | dyson | 1995-12-11 | 1 | -16/+18 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -111/+92 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -2/+7 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 1 | -8/+28 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -2/+1 |
* | Fixed recent staticizations. Some protypes for static functions were | bde | 1995-11-16 | 1 | -1/+10 |
* | staticize. | phk | 1995-11-14 | 1 | -14/+14 |
* | Move page fixups (pmap_clear_modify, etc) that happen after paging input | dg | 1995-11-02 | 1 | -1/+6 |
* | Check that the swap block is valid before including it in a cluster. | dg | 1995-09-24 | 1 | -1/+5 |
* | Make sure that the prezero flag is cleared when needed. | dyson | 1995-09-11 | 1 | -1/+2 |
* | Fixed a sign reversal problem -- might have cause some Sig-11s that | dyson | 1995-09-06 | 1 | -3/+3 |
* | Allow the fault code to use additional clustering info from both | dyson | 1995-09-04 | 1 | -3/+29 |
* | 1) Merged swpager structure into vm_object. | dg | 1995-07-16 | 1 | -148/+113 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -304/+199 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Accessing pages beyond the end of a mapped file results in internal | dg | 1995-05-18 | 1 | -3/+3 |
* | Changed swap partition handling/allocation so that it doesn't | dg | 1995-05-14 | 1 | -2/+2 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -2/+2 |
* | 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 |
* | New flag: B_PAGING. Added as part of the vn driver hack. | dg | 1995-04-19 | 1 | -3/+3 |
* | 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 | 1 | -3/+1 |
* | Added a check for wrong object size; print a warning, but deal with it | dg | 1995-03-22 | 1 | -1/+9 |
* | Removed redundant newlines that were in some panic strings. | dg | 1995-03-19 | 1 | -2/+2 |
* | Clear OBJ_INTERNAL flag for device pager objects and named anonymous | dg | 1995-03-11 | 1 | -1/+2 |
* | Various changes from John and myself that do the following: | dg | 1995-03-01 | 1 | -11/+11 |
* | Fixed severely broken printf (arguments out of order, no newline). | dg | 1995-02-25 | 1 | -3/+3 |
* | Only do object paging_in_progress wakeups if someone is waiting on this | dg | 1995-02-22 | 1 | -2/+6 |
* | Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_ | dg | 1995-02-21 | 1 | -3/+5 |
* | swap_pager.c: | dg | 1995-02-02 | 1 | -119/+126 |
* | Added ability to detect sequential faults and DTRT. (swap_pager.c) | dg | 1995-01-24 | 1 | -3/+11 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | dg | 1995-01-10 | 1 | -18/+18 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -395/+410 |
* | Initialize b_vnbuf.le_next before returning a new buffer in getpbuf and | dg | 1994-12-23 | 1 | -3/+5 |
* | Fixed a benign off by one error. | dg | 1994-12-22 | 1 | -2/+2 |
* | Don't ever clear B_BUSY on a pbuf (or any other flag for that matter). | dg | 1994-12-19 | 1 | -4/+1 |
* | Fixed bugs in accounting of swap space that resulted in the pager thinking | dg | 1994-11-13 | 1 | -62/+19 |
* | Fixed return status from pagers. Ahem...the previous method would manufacture | dg | 1994-11-06 | 1 | -4/+4 |
* | Improved I/O error reporting. | dg | 1994-10-25 | 1 | -5/+19 |
* | Various changes to allow operation without any swapspace configured. Note | dg | 1994-10-22 | 1 | -2/+15 |
* | 1) Some of the counters in the vmmeter struct don't fit well into the Mach VM | dg | 1994-10-15 | 1 | -1/+6 |
* | Got rid of redundant declaration warnings. | dg | 1994-10-14 | 1 | -4/+1 |
* | Fixed bug where page modifications would be lost when swap space was | dg | 1994-10-14 | 1 | -2/+11 |
* | Got rid of map.h. It's a leftover from the rmap code, and we use rlists. | dg | 1994-10-09 | 1 | -5/+7 |
* | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | phk | 1994-10-09 | 1 | -7/+10 |
* | Disabled swap anti-fragmentation code. It reduces swap paging performance | dg | 1994-09-25 | 1 | -7/+9 |
* | Patches from John Dyson to improve swap code efficiency. | dg | 1994-08-29 | 1 | -19/+7 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -21/+1 |
* | Provide support for upcoming merged VM/buffer cache, and fixed a few bugs | dg | 1994-08-07 | 1 | -15/+6 |